Package org.apache.uima.tools.stylemap
Class StyleConstants
- java.lang.Object
-
- org.apache.uima.tools.stylemap.StyleConstants
-
public class StyleConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BG_COLUMN
static int
CHECK_COLUMN
static int
FG_COLUMN
static int
HIDDEN_COLUMN
static int
LABEL_COLUMN
static int
NR_TABLE_COLUMNS
static int
TYPE_NAME_COLUMN
-
Constructor Summary
Constructors Constructor Description StyleConstants()
-
-
-
Field Detail
-
NR_TABLE_COLUMNS
public static final int NR_TABLE_COLUMNS
- See Also:
- Constant Field Values
-
LABEL_COLUMN
public static final int LABEL_COLUMN
- See Also:
- Constant Field Values
-
TYPE_NAME_COLUMN
public static final int TYPE_NAME_COLUMN
- See Also:
- Constant Field Values
-
BG_COLUMN
public static final int BG_COLUMN
- See Also:
- Constant Field Values
-
FG_COLUMN
public static final int FG_COLUMN
- See Also:
- Constant Field Values
-
CHECK_COLUMN
public static final int CHECK_COLUMN
- See Also:
- Constant Field Values
-
HIDDEN_COLUMN
public static final int HIDDEN_COLUMN
- See Also:
- Constant Field Values
-
-