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

Variable Index

 o BEVEL_SIZE
 o BG_COLOR
 o BORDER_COLOR
 o BORDER_COLOR_S
 o CROP_HEIGHT_PART
 o CROP_WIDTH_PART
 o DEFAULT_BIG_BOLD_FONT
 o DEFAULT_BIG_FONT
 o DEFAULT_BIG_ITALIC_FONT
 o DEFAULT_MEDIUM_BOLD_FONT
 o DEFAULT_MEDIUM_FONT
 o DEFAULT_MEDIUM_ITALIC_FONT
 o DIR_CO_ICONS
 o FG_COLOR
 o POPUP_BG_COLOR

Constructor Index

 o UiConst()

Method Index

 o getCOIcons(String)
 o getImage(String)
 o getProperty(String)
 o initProperties()

Variables

 o DEFAULT_BIG_FONT
 public static Font DEFAULT_BIG_FONT
 o DEFAULT_BIG_BOLD_FONT
 public static Font DEFAULT_BIG_BOLD_FONT
 o DEFAULT_BIG_ITALIC_FONT
 public static Font DEFAULT_BIG_ITALIC_FONT
 o DEFAULT_MEDIUM_FONT
 public static Font DEFAULT_MEDIUM_FONT
 o DEFAULT_MEDIUM_BOLD_FONT
 public static Font DEFAULT_MEDIUM_BOLD_FONT
 o DEFAULT_MEDIUM_ITALIC_FONT
 public static Font DEFAULT_MEDIUM_ITALIC_FONT
 o BORDER_COLOR
 public static Color BORDER_COLOR
 o BORDER_COLOR_S
 public static Color BORDER_COLOR_S
 o POPUP_BG_COLOR
 public static Color POPUP_BG_COLOR
 o BG_COLOR
 public static Color BG_COLOR
 o FG_COLOR
 public static Color FG_COLOR
 o CROP_WIDTH_PART
 public static int CROP_WIDTH_PART
 o CROP_HEIGHT_PART
 public static int CROP_HEIGHT_PART
 o BEVEL_SIZE
 public static int BEVEL_SIZE
 o DIR_CO_ICONS
 public static String DIR_CO_ICONS

Constructors

 o UiConst
 public UiConst()

Methods

 o initProperties
 public static void initProperties()
 o getProperty
 public static String getProperty(String key)
 o getImage
 public static String getImage(String key)
 o getCOIcons
 public static String getCOIcons(String image)

All Packages  Class Hierarchy  This Package  Previous  Next  Index