Uses of Class
com.iizigo.selector.prop.EditorSelector
Packages that use EditorSelector Package Description com.iizigo.selector.prop Uses of EditorSelector in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop that return EditorSelector Modifier and Type Method Description EditorSelector
EditorSelector. clone()
Clone must be overridden.Methods in com.iizigo.selector.prop that return types with arguments of type EditorSelector Modifier and Type Method Description static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectors(boolean doPerform, ModuleModel model)
Creates the default selectors for Phone, Tablet and Desktop.static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectorsForDesktop(boolean doPerform, ModuleModel model)
Creates the default selectors for Desktop.static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectorsForPhone(boolean doPerform, ModuleModel model)
Creates the default selectors for Phone.static java.util.List<EditorSelector>
EditorSelector. createDefaultSelectorsForTablet(boolean doPerform, ModuleModel model)
Creates the default selectors for Tablet.Methods in com.iizigo.selector.prop with parameters of type EditorSelector Modifier and Type Method Description org.eclipse.swt.custom.StyleRange[]
EditorSelectorExpression. getStyleRanges(EditorSelector selector)
Builds style ranges for the StyledText control.