Package com.iizigo
Class EditorStyleRange
- java.lang.Object
- com.iizigo.EditorStyleRange
public class EditorStyleRange extends java.lang.ObjectStyle ranges used in Editors.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static intSR_COLON_EQUALSstatic intSR_ERRORThe preset values.static intSR_KEYWORDstatic intSR_NOTstatic intSR_OPERATORstatic intSR_PARENTHESISstatic intSR_STRINGstatic intSR_TAGSYMBOLstatic intSR_TEXTstatic intSR_VARIABLE
Constructor Summary
Constructors Constructor Description EditorStyleRange()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.custom.StyleRangecreateStyleRange(int item)Gets an new instance of the style range.
Field Detail
SR_ERROR
public static final int SR_ERROR
The preset values.- See Also:
- Constant Field Values
SR_TAGSYMBOL
public static final int SR_TAGSYMBOL
- See Also:
- Constant Field Values
SR_KEYWORD
public static final int SR_KEYWORD
- See Also:
- Constant Field Values
SR_COLON_EQUALS
public static final int SR_COLON_EQUALS
- See Also:
- Constant Field Values
SR_VARIABLE
public static final int SR_VARIABLE
- See Also:
- Constant Field Values
SR_STRING
public static final int SR_STRING
- See Also:
- Constant Field Values
SR_NOT
public static final int SR_NOT
- See Also:
- Constant Field Values
SR_OPERATOR
public static final int SR_OPERATOR
- See Also:
- Constant Field Values
SR_PARENTHESIS
public static final int SR_PARENTHESIS
- See Also:
- Constant Field Values
SR_TEXT
public static final int SR_TEXT
- See Also:
- Constant Field Values