Uses of Class
com.iizigo.prop.TreeItemNavigatorPresentation
Packages that use TreeItemNavigatorPresentation
Uses of TreeItemNavigatorPresentation in com.iizigo.java
Subclasses of TreeItemNavigatorPresentation in com.iizigo.javaModifier and TypeClassDescriptionclass
The method tree item navigator presentation providing tooltips for the Java members.Methods in com.iizigo.java that return TreeItemNavigatorPresentationModifier and TypeMethodDescriptionJavaHelper.createClassNodesTree
(ModuleModel model, String implementsInterface, String requiresAnnotation) Creates a tree of classes to list in a tree available for class selection.JavaHelper.createClassNodesTree
(ModuleModel model, String implementsInterface, String requiresAnnotation, String currentClass, TreeItemNavigatorPresentation[] rcCurrentClass) Creates a tree of classes to list in a tree available for class selection.JavaHelper.createMethodTree
(ModuleModel model, String classFQN, boolean isStatic, 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 TreeItemNavigatorPresentationModifier and TypeMethodDescriptionJavaHelper.createClassNodesTree
(ModuleModel model, String implementsInterface, String requiresAnnotation, 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 TreeItemNavigatorPresentationUses of TreeItemNavigatorPresentation in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type TreeItemNavigatorPresentationModifierConstructorDescriptionSelectCNDialog
(org.eclipse.swt.widgets.Shell parent, String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, Object currentObject, int expandLevel, IExpandFilterObject expandFilter, IValidateSelection acceptor, TreeItemNavigatorPresentation currentClass) Create the dialog.