Uses of Class
com.iizix.prop.SelectorReference
Packages that use SelectorReference Package Description com.iizigo.selector.prop com.iizix.prop Uses of SelectorReference in com.iizigo.selector.prop
Subclasses of SelectorReference in com.iizigo.selector.prop Modifier and Type Class Description class
EditorSelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.Methods in com.iizigo.selector.prop that return SelectorReference Modifier and Type Method Description SelectorReference[]
EditorSelectorReference. getReferences(Selector input)
Gets the target reference for an input reference.Methods in com.iizigo.selector.prop with parameters of type SelectorReference Modifier and Type Method Description Selector
EditorSelectorReference. getNext(SelectorReference output)
Gets the next input reference from a target reference.Uses of SelectorReference in com.iizix.prop
Methods in com.iizix.prop that return SelectorReference Modifier and Type Method Description protected SelectorReference
Selector. createSelectorReference(Atom atom, java.lang.String ref)
Creates a SelectorReference, overridden by the Designer version of the class.default SelectorReference
ISelectorOwner. getSelectorReference()
Gets the Selector owned by this property container.SelectorReference
ModuleApp. getSelectorReference()
Gets the selector reference.SelectorReference[]
Selector. getSelectorReferences()
Gets the target Selector references for this Selector.