Interface com.symantec.itools.swing.DateMaskedFieldConstants
All Packages Class Hierarchy This Package Previous Next Index
Interface com.symantec.itools.swing.DateMaskedFieldConstants
- public interface DateMaskedFieldConstants
DateMaskedFieldConstants is an useful interface which all the date masked
components could implement to access the common constants or directly access
them.
- Version:
- 1.0
- Author:
- Vasudev J. Rao
- See Also:
- JDateMaskedField
-
DATE_TYPE
- A constant which is equal to java.sql.Types.DATE.
-
DATE_TYPE_STRING
- A useful constant for custom property editors.
-
DEFAULT_STYLE_STRING
- A useful constant for custom property editors.
-
FULL_STYLE_STRING
- A useful constant for custom property editors.
-
INVALID_DATE
- A useful constant for constructing illegal arguments exception.
-
INVALID_STYLE
- A useful constant for constructing illegal arguments exception.
-
INVALID_TYPE
- A useful constant for constructing illegal arguments exception.
-
LONG_STYLE_STRING
- A useful constant for custom property editors.
-
MEDIUM_STYLE_STRING
- A useful constant for custom property editors.
-
MyResource
-
-
NUMBER_OF_STYLES
-
A useful constant which is the number of formatting
styles currently supported.
-
NUMBER_OF_TYPES
- A useful constant which is the number of types supported.
-
SHORT_STYLE_STRING
- A useful constant for custom property editors.
-
TIMESTAMP_TYPE
- A constant which is equal to java.sql.Types.TIMESTAMP.
-
TIMESTAMP_TYPE_STRING
- A useful constant for custom property editors.
-
TIME_TYPE
- A constant which is equal to java.sql.Types.TIME.
-
TIME_TYPE_STRING
- A useful constant for custom property editors.
-
resourceLoader
-
DATE_TYPE
public static final int DATE_TYPE
- A constant which is equal to java.sql.Types.DATE.
DATE_TYPE_STRING
public static final java.lang.String DATE_TYPE_STRING
- A useful constant for custom property editors.
DEFAULT_STYLE_STRING
public static final java.lang.String DEFAULT_STYLE_STRING
- A useful constant for custom property editors.
FULL_STYLE_STRING
public static final java.lang.String FULL_STYLE_STRING
- A useful constant for custom property editors.
INVALID_DATE
public static final java.lang.String INVALID_DATE
- A useful constant for constructing illegal arguments exception.
INVALID_STYLE
public static final java.lang.String INVALID_STYLE
- A useful constant for constructing illegal arguments exception.
INVALID_TYPE
public static final java.lang.String INVALID_TYPE
- A useful constant for constructing illegal arguments exception.
LONG_STYLE_STRING
public static final java.lang.String LONG_STYLE_STRING
- A useful constant for custom property editors.
MEDIUM_STYLE_STRING
public static final java.lang.String MEDIUM_STYLE_STRING
- A useful constant for custom property editors.
MyResource
public static final java.util.ResourceBundle MyResource
NUMBER_OF_STYLES
public static final int NUMBER_OF_STYLES
- A useful constant which is the number of formatting
styles currently supported.
NUMBER_OF_TYPES
public static final int NUMBER_OF_TYPES
- A useful constant which is the number of types supported.
SHORT_STYLE_STRING
public static final java.lang.String SHORT_STYLE_STRING
- A useful constant for custom property editors.
TIMESTAMP_TYPE
public static final int TIMESTAMP_TYPE
- A constant which is equal to java.sql.Types.TIMESTAMP.
TIMESTAMP_TYPE_STRING
public static final java.lang.String TIMESTAMP_TYPE_STRING
- A useful constant for custom property editors.
TIME_TYPE
public static final int TIME_TYPE
- A constant which is equal to java.sql.Types.TIME.
TIME_TYPE_STRING
public static final java.lang.String TIME_TYPE_STRING
- A useful constant for custom property editors.
resourceLoader
public static final com.symantec.itools.swing.DateMaskResourceLoader resourceLoader
All Packages Class Hierarchy This Package Previous Next Index