All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.env.presentation.UiConst
java.lang.Object
|
+----ncsa.env.presentation.UiConst
- public class UiConst
- extends Object
-
BEVEL_SIZE
-
-
BG_COLOR
-
-
BORDER_COLOR
-
-
BORDER_COLOR_S
-
-
CROP_HEIGHT_PART
-
-
CROP_WIDTH_PART
-
-
DEFAULT_BIG_BOLD_FONT
-
-
DEFAULT_BIG_FONT
-
-
DEFAULT_BIG_ITALIC_FONT
-
-
DEFAULT_MEDIUM_BOLD_FONT
-
-
DEFAULT_MEDIUM_FONT
-
-
DEFAULT_MEDIUM_ITALIC_FONT
-
-
DIR_CO_ICONS
-
-
FG_COLOR
-
-
POPUP_BG_COLOR
-
-
UiConst()
-
-
getCOIcons(String)
-
-
getImage(String)
-
-
getProperty(String)
-
-
initProperties()
-
DEFAULT_BIG_FONT
public static Font DEFAULT_BIG_FONT
DEFAULT_BIG_BOLD_FONT
public static Font DEFAULT_BIG_BOLD_FONT
DEFAULT_BIG_ITALIC_FONT
public static Font DEFAULT_BIG_ITALIC_FONT
DEFAULT_MEDIUM_FONT
public static Font DEFAULT_MEDIUM_FONT
DEFAULT_MEDIUM_BOLD_FONT
public static Font DEFAULT_MEDIUM_BOLD_FONT
DEFAULT_MEDIUM_ITALIC_FONT
public static Font DEFAULT_MEDIUM_ITALIC_FONT
BORDER_COLOR
public static Color BORDER_COLOR
BORDER_COLOR_S
public static Color BORDER_COLOR_S
POPUP_BG_COLOR
public static Color POPUP_BG_COLOR
BG_COLOR
public static Color BG_COLOR
FG_COLOR
public static Color FG_COLOR
CROP_WIDTH_PART
public static int CROP_WIDTH_PART
CROP_HEIGHT_PART
public static int CROP_HEIGHT_PART
BEVEL_SIZE
public static int BEVEL_SIZE
DIR_CO_ICONS
public static String DIR_CO_ICONS
UiConst
public UiConst()
initProperties
public static void initProperties()
getProperty
public static String getProperty(String key)
getImage
public static String getImage(String key)
getCOIcons
public static String getCOIcons(String image)
All Packages Class Hierarchy This Package Previous Next Index