All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.DepValid.Constants
java.lang.Object
|
+----IMSWG.IW.DepValid.Constants
- public class Constants
- extends Object
Contains constants used by DepValid classes.
-
FILTER_ROWS
- Number of lines to display for filters.
-
NUMBER_OF_ATTRIBUTES
- The number of core attributes.
-
PATTERN_WIDTH
- Width of the pattern type-in box.
-
QUERY_ROWS
- Number of lines to display for query.
-
VALID_ROWS
- Number of lines to display for valids.
-
Constants()
-
NUMBER_OF_ATTRIBUTES
public static final int NUMBER_OF_ATTRIBUTES
- The number of core attributes.
FILTER_ROWS
public static final int FILTER_ROWS
- Number of lines to display for filters.
VALID_ROWS
public static final int VALID_ROWS
- Number of lines to display for valids.
QUERY_ROWS
public static final int QUERY_ROWS
- Number of lines to display for query.
PATTERN_WIDTH
public static final int PATTERN_WIDTH
- Width of the pattern type-in box.
Constants
public Constants()
All Packages Class Hierarchy This Package Previous Next Index