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 classJavaPropReferenceThe 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 voidGAnnotation. 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 voidDesignerPropFactoryInterface. 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 PropReference Modifier and Type Field Description protected PropReferenceAbstractReference. referenceThe instance of the property reference.Methods in com.iizix.prop with parameters of type PropReference Modifier and Type Method Description protected voidAbstractReference. assignNotFoundError(PropReference ref)Assigns not found error.protected voidAbstractReference. 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 voidAbstractReference. createUpdateReference(PropReference ref, boolean doReCheck, GEvent 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.Uses of PropReference in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as PropReference Modifier and Type Field Description protected PropReferenceVSRelativeReference. referenceThe instance of the property reference.Methods in com.iizix.prop.vs with parameters of type PropReference Modifier and Type Method Description voidVSReference. 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 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 PropReference Modifier and Type Method Description voidKStringHolder.TagReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)Called when a property reference event occurs.