Uses of Class
com.iizigo.prop.TreeItemNavigatorPresentation
Packages that use TreeItemNavigatorPresentation Package Description com.iizigo.java com.iizigo.prop com.iizigo.prop.editor.dialog Uses of TreeItemNavigatorPresentation in com.iizigo.java
Subclasses of TreeItemNavigatorPresentation in com.iizigo.java Modifier and Type Class Description class
MemberTreeItemNavigatorPresentation
The method tree item navigator presentation providing tooltips for the Java members.Methods in com.iizigo.java that return TreeItemNavigatorPresentation Modifier and Type Method Description static TreeItemNavigatorPresentation
JavaHelper. createClassNodesTree(ModuleModel model, java.lang.String implementsInterface, java.lang.String requiresAnnotation)
Creates a tree of classes to list in a tree available for class selection.static TreeItemNavigatorPresentation
JavaHelper. createClassNodesTree(ModuleModel model, java.lang.String implementsInterface, java.lang.String requiresAnnotation, java.lang.String currentClass, TreeItemNavigatorPresentation[] rcCurrentClass)
Creates a tree of classes to list in a tree available for class selection.static TreeItemNavigatorPresentation
JavaHelper. createMethodTree(ModuleModel model, java.lang.String classFQN, boolean isStatic, java.lang.String requiresAnnotation)
Creates a tree of classes to list in a tree available for class selection.Methods in com.iizigo.java with parameters of type TreeItemNavigatorPresentation Modifier and Type Method Description static TreeItemNavigatorPresentation
JavaHelper. createClassNodesTree(ModuleModel model, java.lang.String implementsInterface, java.lang.String requiresAnnotation, java.lang.String currentClass, TreeItemNavigatorPresentation[] rcCurrentClass)
Creates a tree of classes to list in a tree available for class selection.Uses of TreeItemNavigatorPresentation in com.iizigo.prop
Methods in com.iizigo.prop that return TreeItemNavigatorPresentation Modifier and Type Method Description TreeItemNavigatorPresentation
TreeItemNavigatorPresentation. clone()
Clones the instance.Uses of TreeItemNavigatorPresentation in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type TreeItemNavigatorPresentation Constructor Description SelectCNDialog(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, java.lang.Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, java.lang.Object currentObject, int expandLevel, IExpandFilterObject expandFilter, IValidateSelection acceptor, TreeItemNavigatorPresentation currentClass)
Create the dialog.