Uses of Class
com.iizix.prop.PropReference
Packages that use PropReference
Package
Description
Uses of PropReference in com.iizigo.java
Subclasses of PropReference in com.iizigo.javaModifier 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
Methods in com.iizigo.java.parser.annotation with parameters of type PropReferenceModifier and TypeMethodDescriptionvoid
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 PropReferenceModifier 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
Fields in com.iizix.prop declared as PropReferenceModifier and TypeFieldDescriptionprotected PropReference
AbstractReference.reference
The instance of the property reference.Methods in com.iizix.prop with parameters of type PropReferenceModifier 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
Fields in com.iizix.prop.vs declared as PropReferenceModifier and TypeFieldDescriptionprotected PropReference
VSRelativeReference.reference
The instance of the property reference.Methods in com.iizix.prop.vs with parameters of type PropReferenceModifier 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
Methods in com.iizix.text with parameters of type PropReferenceModifier and TypeMethodDescriptionvoid
KStringHolder.TagReference.onReferenceEvent
(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.