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

Variable Index

 o DATE_TYPE
A constant which is equal to java.sql.Types.DATE.
 o DATE_TYPE_STRING
A useful constant for custom property editors.
 o DEFAULT_STYLE_STRING
A useful constant for custom property editors.
 o FULL_STYLE_STRING
A useful constant for custom property editors.
 o INVALID_DATE
A useful constant for constructing illegal arguments exception.
 o INVALID_STYLE
A useful constant for constructing illegal arguments exception.
 o INVALID_TYPE
A useful constant for constructing illegal arguments exception.
 o LONG_STYLE_STRING
A useful constant for custom property editors.
 o MEDIUM_STYLE_STRING
A useful constant for custom property editors.
 o MyResource
 o NUMBER_OF_STYLES
A useful constant which is the number of formatting styles currently supported.
 o NUMBER_OF_TYPES
A useful constant which is the number of types supported.
 o SHORT_STYLE_STRING
A useful constant for custom property editors.
 o TIMESTAMP_TYPE
A constant which is equal to java.sql.Types.TIMESTAMP.
 o TIMESTAMP_TYPE_STRING
A useful constant for custom property editors.
 o TIME_TYPE
A constant which is equal to java.sql.Types.TIME.
 o TIME_TYPE_STRING
A useful constant for custom property editors.
 o resourceLoader

Variables

 o DATE_TYPE
public static final int DATE_TYPE
A constant which is equal to java.sql.Types.DATE.

 o DATE_TYPE_STRING
public static final java.lang.String DATE_TYPE_STRING
A useful constant for custom property editors.

 o DEFAULT_STYLE_STRING
public static final java.lang.String DEFAULT_STYLE_STRING
A useful constant for custom property editors.

 o FULL_STYLE_STRING
public static final java.lang.String FULL_STYLE_STRING
A useful constant for custom property editors.

 o INVALID_DATE
public static final java.lang.String INVALID_DATE
A useful constant for constructing illegal arguments exception.

 o INVALID_STYLE
public static final java.lang.String INVALID_STYLE
A useful constant for constructing illegal arguments exception.

 o INVALID_TYPE
public static final java.lang.String INVALID_TYPE
A useful constant for constructing illegal arguments exception.

 o LONG_STYLE_STRING
public static final java.lang.String LONG_STYLE_STRING
A useful constant for custom property editors.

 o MEDIUM_STYLE_STRING
public static final java.lang.String MEDIUM_STYLE_STRING
A useful constant for custom property editors.

 o MyResource
public static final java.util.ResourceBundle MyResource
 o NUMBER_OF_STYLES
public static final int NUMBER_OF_STYLES
A useful constant which is the number of formatting styles currently supported.

 o NUMBER_OF_TYPES
public static final int NUMBER_OF_TYPES
A useful constant which is the number of types supported.

 o SHORT_STYLE_STRING
public static final java.lang.String SHORT_STYLE_STRING
A useful constant for custom property editors.

 o TIMESTAMP_TYPE
public static final int TIMESTAMP_TYPE
A constant which is equal to java.sql.Types.TIMESTAMP.

 o TIMESTAMP_TYPE_STRING
public static final java.lang.String TIMESTAMP_TYPE_STRING
A useful constant for custom property editors.

 o TIME_TYPE
public static final int TIME_TYPE
A constant which is equal to java.sql.Types.TIME.

 o TIME_TYPE_STRING
public static final java.lang.String TIME_TYPE_STRING
A useful constant for custom property editors.

 o resourceLoader
public static final com.symantec.itools.swing.DateMaskResourceLoader resourceLoader

All Packages  Class Hierarchy  This Package  Previous  Next  Index