Uses of Class
com.iizix.prop.PropReference
Package
Description
Uses of PropReference in com.iizigo.java
Modifier and TypeClassDescriptionclass
The property reference class subclassing the PropReference to provide special functions for Java files.Uses of PropReference in com.iizigo.java.parser.annotation
Modifier and TypeMethodDescriptionvoid
GAnnotation.onReferenceEvent
(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Reference event.Uses of PropReference in com.iizigo.prop
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeFieldDescriptionprotected PropReference
AbstractReference.reference
The instance of the property reference.Modifier and TypeMethodDescriptionprotected void
AbstractReference.assignNotFoundError
(PropReference ref) Assigns not found error.protected void
AbstractReference.changeReference
(String oldName, String newName, PropReference ref) Called to update a reference from an old name to a new name.protected final void
AbstractReference.createUpdateReference
(PropReference ref, boolean doReCheck, ResolveReferencesEvent 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.static String
PropReference.toString
(PropReference ref) The toString representation without risk of causing a StackOverflow in case of round-robbin scenarios.Uses of PropReference in com.iizix.prop.vs
Modifier and TypeFieldDescriptionprotected PropReference
VSRelativeReference.reference
The instance of the property reference.Modifier and TypeMethodDescriptionvoid
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 final void
VSRelativeReference.resolve
(PropReference ref, boolean doReCheck, GEvent event) Resolves the reference.Uses of PropReference in com.iizix.text
Modifier and TypeMethodDescriptionvoid
KStringHolder.TagReference.onReferenceEvent
(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.