Uses of Class
com.iizigo.java.JavaClass
Packages that use JavaClass
Uses of JavaClass in com.iizigo.java
Methods in com.iizigo.java that return JavaClassModifier 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.Methods in com.iizigo.java that return types with arguments of type JavaClassModifier 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.Method parameters in com.iizigo.java with type arguments of type JavaClassModifier 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
Methods in com.iizigo.java.prop that return JavaClassModifier and TypeMethodDescriptionstatic JavaClass
EditorMethodReference.getJavaClass
(PropCnr methodReferenceParent) Gets the JavaClass (IClassReference) from a parent.EditorClassReference.getReference()
Gets the reference found.Methods in com.iizigo.java.prop with parameters of type JavaClassModifier 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
Constructors in com.iizigo.prop.editor.dialog with parameters of type JavaClassModifierConstructorDescriptionNewMethodDialog
(org.eclipse.swt.widgets.Shell parent, JavaClass javaClass, String method, AnnotationType annotation) Create the dialog.