Uses of Class
com.iizigo.prop.TreeItemNavigatorPresentation
Uses of TreeItemNavigatorPresentation in com.iizigo.java
Modifier and TypeClassDescriptionclass
The method tree item navigator presentation providing tooltips for the Java members.Modifier 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.Modifier 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
Uses of TreeItemNavigatorPresentation in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionSelectCNDialog
(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.