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 TypeClassDescriptionclassThe 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 TypeMethodDescriptionvoidGAnnotation.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 TypeMethodDescriptionvoidDesignerPropFactoryInterface.processQueryDesignerProps(PropReference ref, GEvent event) Requests processing of the method by the Designer factory interface, done when thePropReferencegets theGEvent.PROP_QUERY_DESIGNER_PROPSevent.Uses of PropReference in com.iizix.prop
Fields in com.iizix.prop declared as PropReferenceModifier and TypeFieldDescriptionprotected PropReferenceAbstractReference.referenceThe instance of the property reference.Methods in com.iizix.prop with parameters of type PropReferenceModifier and TypeMethodDescriptionprotected voidAbstractReference.assignNotFoundError(PropReference ref) Assigns not found error.protected voidAbstractReference.changeReference(String oldName, String newName, PropReference ref) Called to update a reference from an old name to a new name.protected final voidAbstractReference.createUpdateReference(PropReference ref, boolean doReCheck, ResolveReferencesEvent event) Resolves or creates the reference.voidAbstractReference.onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.voidIPropReference.onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.voidIPropFactory.processQueryDesignerProps(PropReference ref, GEvent event) Requests processing of the method by the Designer factory interface, done when thePropReferencegets theGEvent.PROP_QUERY_DESIGNER_PROPSevent.static voidPropFactory.processQueryDesignerProps(PropReference ref, GEvent event) Requests processing of the method by the Designer factory interface, done when thePropReferencegets theGEvent.PROP_QUERY_DESIGNER_PROPSevent.static StringPropReference.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 PropReferenceVSRelativeReference.referenceThe instance of the property reference.Methods in com.iizix.prop.vs with parameters of type PropReferenceModifier and TypeMethodDescriptionvoidVSReference.onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.voidVSRelativeReference.onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.voidVSTableColumnReference.onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.protected final voidVSRelativeReference.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 TypeMethodDescriptionvoidKStringHolder.TagReference.onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.