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 JavaClassJavaHelper.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 voidJavaSource.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 JavaClassEditorMethodReference.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 TypeMethodDescriptionvoidEditorClassReference.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, String oldName, String newName, String signature) Called when a method has been renamed in the class.voidEditorMethodReference2.onMethodRenamed(JavaClass reference, String oldName, String newName, String signature) Called when a method has been renamed in the class.voidIClassReferenceListener.onMethodRenamed(JavaClass reference, String oldName, String newName, String signature) Called when a method has been renamed in the class.voidInforms the listener that the fully qualified class name has been changed.voidInforms the listener that the fully qualified class name has been changed.voidInforms the listener that the fully qualified class name has been changed.voidNotifies the Class Reference of resolve result.voidNotifies the Class Reference of resolve result.voidNotifies 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.