Uses of Class
com.iizigo.java.JavaClass
Uses of JavaClass in com.iizigo.java
Modifier and TypeMethodDescriptionstatic JavaClass
JavaHelper.createClassReference
(GProp<?> prop, String className, IClassReferenceListener listener) Gets the reference interface to a JavaClass.JavaSource.getClass
(String className, org.eclipse.jdt.core.IType javaType, IClassReferenceListener listener) Called to add a new class name or to get an existing one.Modifier and TypeMethodDescriptionJavaHelper.getPublicOrStaticClasses()
Gets all the JavaClasses available in all projects that are parsed.JavaManager.getPublicOrStaticClasses()
Gets all the JavaClasses available in all projects that are parsed.Modifier and TypeMethodDescriptionprotected void
JavaSource.getPublicOrStaticClasses
(ArrayList<JavaClass> list) Gets all the JavaClasses available in all projects that are parsed.Uses of JavaClass in com.iizigo.java.prop
Modifier and TypeMethodDescriptionstatic JavaClass
EditorMethodReference.getJavaClass
(PropCnr methodReferenceParent) Gets the JavaClass (IClassReference) from a parent.EditorClassReference.getReference()
Gets the reference found.Modifier and TypeMethodDescriptionvoid
EditorClassReference.onJavaChangedSWT
(JavaClass reference) Called when the source has changed and is recompiled on disk or in-memory reconcile.void
EditorMethodReference2.onJavaChangedSWT
(JavaClass reference) Called when the source has changed and is recompiled on disk or in-memory reconcile.void
IClassReferenceListener.onJavaChangedSWT
(JavaClass reference) Called when the source has changed and is recompiled on disk or in-memory reconcile.void
EditorClassReference.onMethodRenamed
(JavaClass reference, String oldName, String newName, String signature) Called when a method has been renamed in the class.void
EditorMethodReference2.onMethodRenamed
(JavaClass reference, String oldName, String newName, String signature) Called when a method has been renamed in the class.void
IClassReferenceListener.onMethodRenamed
(JavaClass reference, String oldName, String newName, String signature) Called when a method has been renamed in the class.void
Informs the listener that the fully qualified class name has been changed.void
Informs the listener that the fully qualified class name has been changed.void
Informs the listener that the fully qualified class name has been changed.void
Notifies the Class Reference of resolve result.void
Notifies the Class Reference of resolve result.void
Notifies the Class Reference of resolve result.Uses of JavaClass in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionNewMethodDialog
(org.eclipse.swt.widgets.Shell parent, JavaClass javaClass, String method, AnnotationType annotation) Create the dialog.