Uses of Class
com.iizix.prop.PropReference
Packages that use PropReference Package Description com.iizigo.java com.iizigo.java.parser.annotation com.iizigo.prop com.iizix.prop com.iizix.prop.vs com.iizix.text Uses of PropReference in com.iizigo.java
Subclasses of PropReference in com.iizigo.java Modifier and Type Class Description class
JavaPropReference
The property reference class subclassing the PropReference to provide special functions for Java files.Uses of PropReference in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation with parameters of type PropReference Modifier and Type Method Description void
GAnnotation. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Reference event.Uses of PropReference in com.iizigo.prop
Methods in com.iizigo.prop with parameters of type PropReference Modifier and Type Method Description void
DesignerPropFactoryInterface. processQueryDesignerProps(PropReference ref, GEvent event)
Requests processing of the method by the Designer factory interface, done when thePropReference
gets theGEvent.PROP_QUERY_DESIGNER_PROPS
event.Uses of PropReference in com.iizix.prop
Fields in com.iizix.prop declared as PropReference Modifier and Type Field Description protected PropReference
AbstractReference. reference
The instance of the property reference.Methods in com.iizix.prop with parameters of type PropReference Modifier and Type Method Description protected void
AbstractReference. assignNotFoundError(PropReference ref)
Assigns not found error.protected void
AbstractReference. changeReference(java.lang.String oldName, java.lang.String newName, PropReference ref)
Called to update a reference from an old name to a new name.protected void
AbstractReference. createUpdateReference(PropReference ref, boolean doReCheck, GEvent event)
Resolves or creates the reference.void
AbstractReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
IPropReference. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
IPropFactory. processQueryDesignerProps(PropReference ref, GEvent event)
Requests processing of the method by the Designer factory interface, done when thePropReference
gets theGEvent.PROP_QUERY_DESIGNER_PROPS
event.static void
PropFactory. processQueryDesignerProps(PropReference ref, GEvent event)
Requests processing of the method by the Designer factory interface, done when thePropReference
gets theGEvent.PROP_QUERY_DESIGNER_PROPS
event.Uses of PropReference in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as PropReference Modifier and Type Field Description protected PropReference
VSRelativeReference. reference
The instance of the property reference.Methods in com.iizix.prop.vs with parameters of type PropReference Modifier and Type Method Description void
VSReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
VSRelativeReference. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
VSTableColumnReference. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.protected void
VSRelativeReference. resolve(PropReference ref, boolean doReCheck, GEvent event)
Resolves the reference.Uses of PropReference in com.iizix.text
Methods in com.iizix.text with parameters of type PropReference Modifier and Type Method Description void
KStringHolder.TagReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.