Uses of Class
com.iizix.prop.Selector
Packages that use Selector Package Description com.iizigo.selector.prop com.iizix com.iizix.prop Uses of Selector in com.iizigo.selector.prop
Subclasses of Selector in com.iizigo.selector.prop Modifier and Type Class Description class
EditorSelector
This Selector property container for the Editor.Methods in com.iizigo.selector.prop that return Selector Modifier and Type Method Description Selector
EditorSelectorReference. getNext(SelectorReference output)
Gets the next input reference from a target reference.Methods in com.iizigo.selector.prop with parameters of type Selector Modifier and Type Method Description static void
SelectorDesignerProp. addSelectorExpressionComponents(org.eclipse.swt.widgets.Composite composite, Selector sel, int verticalIndent)
Adds a Selector's components in a container with a two-column grid layout.SelectorReference[]
EditorSelectorReference. getReferences(Selector input)
Gets the target reference for an input reference.boolean
EditorSelectorReference. isValid(Selector input)
Checks if the input reference is valid.Uses of Selector in com.iizix
Fields in com.iizix with type parameters of type Selector Modifier and Type Field Description static IPluginDescriptor<Selector>
BaseModules. SELECTOR
The Selector module.Uses of Selector in com.iizix.prop
Fields in com.iizix.prop declared as Selector Modifier and Type Field Description static Selector[]
Selector. EMPTY
Empty array of selectors.Methods in com.iizix.prop that return Selector Modifier and Type Method Description Selector
Selector. clone()
Creates a clone out of this property.default Selector
ISelectorOwner. getSelector()
Gets the Selector owned by this property container.Selector
SelectorReference. getSelector()
Gets the Selector for this reference.Methods in com.iizix.prop with parameters of type Selector Modifier and Type Method Description protected boolean
SelectorExpression. eval(Selector selector, EnvProps envProps, int[] index, boolean isDesigner)
Evaluates an expression at specified index.boolean
SelectorExpression. isSelected(Selector selector, EnvProps envProps)
Called to resolve the SelectorExpression by custom Java code.