Package adalid.jee2.constants
Class IF
- java.lang.Object
-
- adalid.jee2.constants.IF
-
public class IF extends Object
Image Files- Author:
- Jorge Campins
-
-
Field Summary
Fields Modifier and Type Field Description static StringALPHA_LARGEstatic StringALPHA_MEDIUMstatic StringALPHA_SMALLstatic StringCLOSE_LARGEstatic StringCLOSE_MEDIUMstatic StringCLOSE_SMALLstatic StringERROR_LARGEstatic StringERROR_MEDIUMstatic StringERROR_SMALLstatic StringHELP_LARGEstatic StringHELP_MEDIUMstatic StringHELP_SMALLstatic StringINFO_LARGEstatic StringINFO_MEDIUMstatic StringINFO_SMALLstatic StringOK_LARGEstatic StringOK_MEDIUMstatic StringOK_SMALLstatic StringUNKNOWN_LARGEstatic StringUNKNOWN_MEDIUMstatic StringUNKNOWN_SMALLstatic StringWARNING_LARGEstatic StringWARNING_MEDIUMstatic StringWARNING_SMALL
-
Constructor Summary
Constructors Constructor Description IF()
-
-
-
Field Detail
-
ALPHA_LARGE
public static final String ALPHA_LARGE
- See Also:
- Constant Field Values
-
ALPHA_MEDIUM
public static final String ALPHA_MEDIUM
- See Also:
- Constant Field Values
-
ALPHA_SMALL
public static final String ALPHA_SMALL
- See Also:
- Constant Field Values
-
CLOSE_LARGE
public static final String CLOSE_LARGE
- See Also:
- Constant Field Values
-
CLOSE_MEDIUM
public static final String CLOSE_MEDIUM
- See Also:
- Constant Field Values
-
CLOSE_SMALL
public static final String CLOSE_SMALL
- See Also:
- Constant Field Values
-
ERROR_LARGE
public static final String ERROR_LARGE
- See Also:
- Constant Field Values
-
ERROR_MEDIUM
public static final String ERROR_MEDIUM
- See Also:
- Constant Field Values
-
ERROR_SMALL
public static final String ERROR_SMALL
- See Also:
- Constant Field Values
-
HELP_LARGE
public static final String HELP_LARGE
- See Also:
- Constant Field Values
-
HELP_MEDIUM
public static final String HELP_MEDIUM
- See Also:
- Constant Field Values
-
HELP_SMALL
public static final String HELP_SMALL
- See Also:
- Constant Field Values
-
INFO_LARGE
public static final String INFO_LARGE
- See Also:
- Constant Field Values
-
INFO_MEDIUM
public static final String INFO_MEDIUM
- See Also:
- Constant Field Values
-
INFO_SMALL
public static final String INFO_SMALL
- See Also:
- Constant Field Values
-
OK_LARGE
public static final String OK_LARGE
- See Also:
- Constant Field Values
-
OK_MEDIUM
public static final String OK_MEDIUM
- See Also:
- Constant Field Values
-
OK_SMALL
public static final String OK_SMALL
- See Also:
- Constant Field Values
-
UNKNOWN_LARGE
public static final String UNKNOWN_LARGE
- See Also:
- Constant Field Values
-
UNKNOWN_MEDIUM
public static final String UNKNOWN_MEDIUM
- See Also:
- Constant Field Values
-
UNKNOWN_SMALL
public static final String UNKNOWN_SMALL
- See Also:
- Constant Field Values
-
WARNING_LARGE
public static final String WARNING_LARGE
- See Also:
- Constant Field Values
-
WARNING_MEDIUM
public static final String WARNING_MEDIUM
- See Also:
- Constant Field Values
-
WARNING_SMALL
public static final String WARNING_SMALL
- See Also:
- Constant Field Values
-
-