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 JavaClassJavaHelper. createClassReference(GProp<?> prop, java.lang.String className, IClassReferenceListener listener)Gets the reference interface to a JavaClass.JavaClassJavaSource. 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 voidJavaSource. 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 JavaClassEditorMethodReference. getJavaClass(PropCnr methodReferenceParent)Gets the JavaClass (IClassReference) from a parent.JavaClassEditorClassReference. getReference()Gets the reference found.Methods in com.iizigo.java.prop with parameters of type JavaClass Modifier and Type Method Description voidEditorClassReference. onJavaChangedSWT(JavaClass reference)Called when the source has changed and is recompiled on disk or in-memory reconcile.voidEditorMethodReference2. onJavaChangedSWT(JavaClass reference)Called when the source has changed and is recompiled on disk or in-memory reconcile.voidIClassReferenceListener. onJavaChangedSWT(JavaClass reference)Called when the source has changed and is recompiled on disk or in-memory reconcile.voidEditorClassReference. 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.voidEditorMethodReference2. 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.voidIClassReferenceListener. 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.voidEditorClassReference. onRename(JavaClass reference, java.lang.String newName)Informs the listener that the fully qualified class name has been changed.voidEditorMethodReference2. onRename(JavaClass reference, java.lang.String newName)Informs the listener that the fully qualified class name has been changed.voidIClassReferenceListener. onRename(JavaClass reference, java.lang.String newName)Informs the listener that the fully qualified class name has been changed.voidEditorClassReference. onResolve(JavaClass reference, boolean isClassFound, java.lang.String errorMessage)Notifies the Class Reference of resolve result.voidEditorMethodReference2. onResolve(JavaClass reference, boolean isClassFound, java.lang.String errorMessage)Notifies the Class Reference of resolve result.voidIClassReferenceListener. 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.