Package com.iizigo
Class EditorStyleRange
- java.lang.Object
-
- com.iizigo.EditorStyleRange
-
public class EditorStyleRange extends java.lang.Object
Style ranges used in Editors.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description static int
SR_COLON_EQUALS
static int
SR_ERROR
The preset values.static int
SR_KEYWORD
static int
SR_NOT
static int
SR_OPERATOR
static int
SR_PARENTHESIS
static int
SR_STRING
static int
SR_TAGSYMBOL
static int
SR_TEXT
static int
SR_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.StyleRange
createStyleRange(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
-
-