Uses of Class
com.iizigo.selector.prop.EditorSelector
Packages that use EditorSelector
Uses of EditorSelector in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop that return EditorSelectorMethods in com.iizigo.selector.prop that return types with arguments of type EditorSelectorModifier and TypeMethodDescriptionstatic List<EditorSelector>
EditorSelector.createDefaultSelectors
(boolean doPerform, ModuleModel model) Creates the default selectors for Phone, Tablet and Desktop.static List<EditorSelector>
EditorSelector.createDefaultSelectorsForDesktop
(boolean doPerform, ModuleModel model) Creates the default selectors for Desktop.static List<EditorSelector>
EditorSelector.createDefaultSelectorsForPhone
(boolean doPerform, ModuleModel model) Creates the default selectors for Phone.static List<EditorSelector>
EditorSelector.createDefaultSelectorsForTablet
(boolean doPerform, ModuleModel model) Creates the default selectors for Tablet.Methods in com.iizigo.selector.prop with parameters of type EditorSelectorModifier and TypeMethodDescriptionorg.eclipse.swt.custom.StyleRange[]
EditorSelectorExpression.getStyleRanges
(EditorSelector selector) Builds style ranges for the StyledText control.