Uses of Class
com.iizigo.java.prop.EditorClassReference
Uses of EditorClassReference in com.iizigo.java
Methods in com.iizigo.java with parameters of type EditorClassReference Modifier and Type Method Description voidJavaClass. onQuery(EditorClassReference ref, GEvent event)Called when the property receives aGEvent.PROP_QUERY_DESIGNER_PROPSevent.Uses of EditorClassReference in com.iizigo.java.prop
Methods in com.iizigo.java.prop that return EditorClassReference Modifier and Type Method Description EditorClassReferenceEditorClassReference. clone()Creates a clone out of this property.static EditorClassReferenceEditorMethodReference. getClassReference(PropCnr methodReferenceParent)Gets the ClassReference property from a parent.Uses of EditorClassReference in com.iizigo.link.java
Methods in com.iizigo.link.java that return EditorClassReference Modifier and Type Method Description EditorClassReferenceIJavaClassLinkEnabler. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.Uses of EditorClassReference in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return EditorClassReference Modifier and Type Method Description EditorClassReferenceEMUISimpleDialog. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.EditorClassReferenceEUIDialog. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.EditorClassReferenceEUIPanel. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.EditorClassReferenceEUIPanelPart. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.EditorClassReferenceIEUIPanel. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.default EditorClassReferenceIEUIPanel. getClassReferenceImpl(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.Uses of EditorClassReference in com.iizigo.panel.prop.mlist
Methods in com.iizigo.panel.prop.mlist that return EditorClassReference Modifier and Type Method Description EditorClassReferenceEMLGroup. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.Uses of EditorClassReference in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type EditorClassReference Modifier and Type Method Description voidClassReferencePropEditor. initialize(EditorClassReference prop)Initializes a newly created property (e.g.Uses of EditorClassReference in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop that return EditorClassReference Modifier and Type Method Description protected EditorClassReferenceEditorSelector. createClassReference(Atom atom, java.lang.String ref)Creates a ClassReference, overridden by the Designer version of the class.Uses of EditorClassReference in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorClassReference Modifier and Type Method Description EditorClassReferenceEditorVirtualSpace. getClassReference()Gets the ClassReference in the property container from the ClassReference instance.EditorClassReferenceEditorVirtualSpace. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)Gets or creates the ClassReference in the property container.