Package org.apache.uima.tools.stylemap
Class StyleConstants
java.lang.Object
org.apache.uima.tools.stylemap.StyleConstants
The Class StyleConstants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The Constant BG_COLUMN.static final int
The Constant CHECK_COLUMN.static final int
The Constant FG_COLUMN.static final int
The Constant HIDDEN_COLUMN.static final int
The Constant LABEL_COLUMN.static final int
The Constant NR_TABLE_COLUMNS.static final int
The Constant TYPE_NAME_COLUMN. -
Constructor Summary
-
Method Summary
-
Field Details
-
NR_TABLE_COLUMNS
public static final int NR_TABLE_COLUMNSThe Constant NR_TABLE_COLUMNS.- See Also:
-
LABEL_COLUMN
public static final int LABEL_COLUMNThe Constant LABEL_COLUMN.- See Also:
-
TYPE_NAME_COLUMN
public static final int TYPE_NAME_COLUMNThe Constant TYPE_NAME_COLUMN.- See Also:
-
BG_COLUMN
public static final int BG_COLUMNThe Constant BG_COLUMN.- See Also:
-
FG_COLUMN
public static final int FG_COLUMNThe Constant FG_COLUMN.- See Also:
-
CHECK_COLUMN
public static final int CHECK_COLUMNThe Constant CHECK_COLUMN.- See Also:
-
HIDDEN_COLUMN
public static final int HIDDEN_COLUMNThe Constant HIDDEN_COLUMN.- See Also:
-
-
Constructor Details
-
StyleConstants
public StyleConstants()
-