Uses of Class
com.iizigo.java.JavaClass
Packages that use JavaClass Package Description com.iizigo.java com.iizigo.java.prop com.iizigo.prop.editor.dialog Uses of JavaClass in com.iizigo.java
Methods in com.iizigo.java that return JavaClass Modifier and Type Method Description static JavaClass
JavaHelper. createClassReference(GProp<?> prop, java.lang.String className, IClassReferenceListener listener)
Gets the reference interface to a JavaClass.JavaClass
JavaSource. getClass(java.lang.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 JavaClass Modifier and Type Method Description static java.util.List<JavaClass>
JavaHelper. getPublicOrStaticClasses()
Gets all the JavaClasses available in all projects that are parsed.java.util.List<JavaClass>
JavaManager. getPublicOrStaticClasses()
Gets all the JavaClasses available in all projects that are parsed.Method parameters in com.iizigo.java with type arguments of type JavaClass Modifier and Type Method Description protected void
JavaSource. getPublicOrStaticClasses(java.util.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 JavaClass Modifier and Type Method Description static JavaClass
EditorMethodReference. getJavaClass(PropCnr methodReferenceParent)
Gets the JavaClass (IClassReference) from a parent.JavaClass
EditorClassReference. getReference()
Gets the reference found.Methods in com.iizigo.java.prop with parameters of type JavaClass Modifier and Type Method Description void
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, java.lang.String oldName, java.lang.String newName, java.lang.String signature)
Called when a method has been renamed in the class.void
EditorMethodReference2. onMethodRenamed(JavaClass reference, java.lang.String oldName, java.lang.String newName, java.lang.String signature)
Called when a method has been renamed in the class.void
IClassReferenceListener. onMethodRenamed(JavaClass reference, java.lang.String oldName, java.lang.String newName, java.lang.String signature)
Called when a method has been renamed in the class.void
EditorClassReference. onRename(JavaClass reference, java.lang.String newName)
Informs the listener that the fully qualified class name has been changed.void
EditorMethodReference2. onRename(JavaClass reference, java.lang.String newName)
Informs the listener that the fully qualified class name has been changed.void
IClassReferenceListener. onRename(JavaClass reference, java.lang.String newName)
Informs the listener that the fully qualified class name has been changed.void
EditorClassReference. onResolve(JavaClass reference, boolean isClassFound, java.lang.String errorMessage)
Notifies the Class Reference of resolve result.void
EditorMethodReference2. onResolve(JavaClass reference, boolean isClassFound, java.lang.String errorMessage)
Notifies the Class Reference of resolve result.void
IClassReferenceListener. onResolve(JavaClass reference, boolean isClassFound, java.lang.String errorMessage)
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 JavaClass Constructor Description NewMethodDialog(org.eclipse.swt.widgets.Shell parent, JavaClass javaClass, java.lang.String method, AnnotationType annotation)
Create the dialog.