Uses of Class
com.iizix.event.ResolveReferencesEvent
Packages that use ResolveReferencesEvent Package Description com.iizigo.java.parser.annotation com.iizigo.java.prop com.iizix.prop com.iizix.prop.ui com.iizix.prop.vs com.iizix.text Uses of ResolveReferencesEvent in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation with parameters of type ResolveReferencesEvent Modifier and Type Method Description protected void
AnnotationsContainer. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.Uses of ResolveReferencesEvent in com.iizigo.java.prop
Methods in com.iizigo.java.prop with parameters of type ResolveReferencesEvent Modifier and Type Method Description protected void
EditorClassReference. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
EditorMethodReference. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
EditorMethodReference2. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.Uses of ResolveReferencesEvent in com.iizix.prop
Methods in com.iizix.prop with parameters of type ResolveReferencesEvent Modifier and Type Method Description protected void
AbstractReference. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
AssetReferences. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
BadgeProp. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
GProp. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
KStringProp. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
PropCnr. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.protected void
StylesReferences. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.Uses of ResolveReferencesEvent in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type ResolveReferencesEvent Modifier and Type Method Description protected void
TooltipProp. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.Uses of ResolveReferencesEvent in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type ResolveReferencesEvent Modifier and Type Method Description protected void
VSRelativeReference. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.Uses of ResolveReferencesEvent in com.iizix.text
Methods in com.iizix.text with parameters of type ResolveReferencesEvent Modifier and Type Method Description protected void
KStringHolder. onReferenceEvent(ResolveReferencesEvent event)
Called to perform reference resolving.