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