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 void
JavaClass. onQuery(EditorClassReference ref, GEvent event)
Called when the property receives aGEvent.PROP_QUERY_DESIGNER_PROPS
event.Uses of EditorClassReference in com.iizigo.java.prop
Methods in com.iizigo.java.prop that return EditorClassReference Modifier and Type Method Description EditorClassReference
EditorClassReference. clone()
Creates a clone out of this property.static EditorClassReference
EditorMethodReference. 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 EditorClassReference
IJavaClassLinkEnabler. 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 EditorClassReference
EMUISimpleDialog. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.EditorClassReference
EUIDialog. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.EditorClassReference
EUIPanel. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.EditorClassReference
EUIPanelPart. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.EditorClassReference
IEUIPanel. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.default EditorClassReference
IEUIPanel. 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 EditorClassReference
EMLGroup. 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 void
ClassReferencePropEditor. 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 EditorClassReference
EditorSelector. 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 EditorClassReference
EditorVirtualSpace. getClassReference()
Gets the ClassReference in the property container from the ClassReference instance.EditorClassReference
EditorVirtualSpace. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.