jsystem.swingui.images
Class ImageCenter

java.lang.Object
  extended byjsystem.swingui.images.ImageCenter

public class ImageCenter
extends Object

Used as an Image bank to easy retrive of images. User: garieli Date: Jan 14, 2004


Field Summary
static String ICON_BLUE
           
static String ICON_DELETE
           
static String ICON_DIR
           
static String ICON_DOWN
           
static String ICON_EMPTY
           
static String ICON_GREEN
           
static String ICON_IGNORE
           
static String ICON_IGNORE_MSG
           
static String ICON_IMPORT
           
static String ICON_JAR
           
static String ICON_NEW
           
static String ICON_PATH
           
static String ICON_PAUSE
           
static String ICON_PUBLISH
           
static String ICON_R_FAIL
           
static String ICON_R_IGNORE
           
static String ICON_R_PASS
           
static String ICON_RED
           
static String ICON_REFRESH
           
static String ICON_REFRESH_REPORTS
           
static String ICON_RUN
           
static String ICON_SAVE
           
static String ICON_SMALL_ERROR
           
static String ICON_SMALL_LOGO
           
static String ICON_SMALL_OK
           
static String ICON_STOP
           
static String ICON_TEST_CASE
           
static String ICON_TEST_ERROR
           
static String ICON_TEST_FAIL
           
static String ICON_TEST_IDLE
           
static String ICON_TEST_PASS
           
static String ICON_UP
           
 
Method Summary
 ImageIcon getImage(String name)
           
static ImageCenter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICON_EMPTY

public static final String ICON_EMPTY
See Also:
Constant Field Values

ICON_BLUE

public static final String ICON_BLUE
See Also:
Constant Field Values

ICON_GREEN

public static final String ICON_GREEN
See Also:
Constant Field Values

ICON_SMALL_LOGO

public static final String ICON_SMALL_LOGO
See Also:
Constant Field Values

ICON_SMALL_OK

public static final String ICON_SMALL_OK
See Also:
Constant Field Values

ICON_SMALL_ERROR

public static final String ICON_SMALL_ERROR
See Also:
Constant Field Values

ICON_RUN

public static final String ICON_RUN
See Also:
Constant Field Values

ICON_STOP

public static final String ICON_STOP
See Also:
Constant Field Values

ICON_PAUSE

public static final String ICON_PAUSE
See Also:
Constant Field Values

ICON_REFRESH

public static final String ICON_REFRESH
See Also:
Constant Field Values

ICON_NEW

public static final String ICON_NEW
See Also:
Constant Field Values

ICON_JAR

public static final String ICON_JAR
See Also:
Constant Field Values

ICON_RED

public static final String ICON_RED
See Also:
Constant Field Values

ICON_TEST_IDLE

public static final String ICON_TEST_IDLE
See Also:
Constant Field Values

ICON_TEST_PASS

public static final String ICON_TEST_PASS
See Also:
Constant Field Values

ICON_TEST_FAIL

public static final String ICON_TEST_FAIL
See Also:
Constant Field Values

ICON_PATH

public static final String ICON_PATH
See Also:
Constant Field Values

ICON_DIR

public static final String ICON_DIR
See Also:
Constant Field Values

ICON_TEST_CASE

public static final String ICON_TEST_CASE
See Also:
Constant Field Values

ICON_TEST_ERROR

public static final String ICON_TEST_ERROR
See Also:
Constant Field Values

ICON_UP

public static final String ICON_UP
See Also:
Constant Field Values

ICON_DOWN

public static final String ICON_DOWN
See Also:
Constant Field Values

ICON_R_PASS

public static final String ICON_R_PASS
See Also:
Constant Field Values

ICON_R_FAIL

public static final String ICON_R_FAIL
See Also:
Constant Field Values

ICON_R_IGNORE

public static final String ICON_R_IGNORE
See Also:
Constant Field Values

ICON_REFRESH_REPORTS

public static final String ICON_REFRESH_REPORTS
See Also:
Constant Field Values

ICON_SAVE

public static final String ICON_SAVE
See Also:
Constant Field Values

ICON_IGNORE

public static final String ICON_IGNORE
See Also:
Constant Field Values

ICON_DELETE

public static final String ICON_DELETE
See Also:
Constant Field Values

ICON_IGNORE_MSG

public static final String ICON_IGNORE_MSG
See Also:
Constant Field Values

ICON_IMPORT

public static final String ICON_IMPORT
See Also:
Constant Field Values

ICON_PUBLISH

public static final String ICON_PUBLISH
See Also:
Constant Field Values
Method Detail

getInstance

public static ImageCenter getInstance()

getImage

public ImageIcon getImage(String name)