org.jminor.common.ui.images
Class Images

java.lang.Object
  extended by org.jminor.common.ui.images.Images

public final class Images
extends Object

A class serving as resource owner for images.


Field Summary
static String ICON_LOGGING
           
static String IMG_ADD_16
           
static String IMG_DELETE_16
           
static String IMG_DOWN_16
           
static String IMG_FILTER_16
           
static String IMG_HISTORY_16
           
static String IMG_NEW_16
           
static String IMG_PREFERENCES_16
           
static String IMG_PROPERTIES_16
           
static String IMG_REFRESH_16
           
static String IMG_SAVE_16
           
static String IMG_STOP_16
           
static String IMG_UP_16
           
 
Method Summary
static ImageIcon getImageIcon(Class resourceOwnerClass, String resourceName)
           
static ImageIcon loadImage(String imageFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMG_ADD_16

public static final String IMG_ADD_16
See Also:
Constant Field Values

IMG_DELETE_16

public static final String IMG_DELETE_16
See Also:
Constant Field Values

IMG_SAVE_16

public static final String IMG_SAVE_16
See Also:
Constant Field Values

IMG_FILTER_16

public static final String IMG_FILTER_16
See Also:
Constant Field Values

IMG_PREFERENCES_16

public static final String IMG_PREFERENCES_16
See Also:
Constant Field Values

IMG_REFRESH_16

public static final String IMG_REFRESH_16
See Also:
Constant Field Values

IMG_NEW_16

public static final String IMG_NEW_16
See Also:
Constant Field Values

IMG_PROPERTIES_16

public static final String IMG_PROPERTIES_16
See Also:
Constant Field Values

IMG_UP_16

public static final String IMG_UP_16
See Also:
Constant Field Values

IMG_DOWN_16

public static final String IMG_DOWN_16
See Also:
Constant Field Values

IMG_STOP_16

public static final String IMG_STOP_16
See Also:
Constant Field Values

IMG_HISTORY_16

public static final String IMG_HISTORY_16
See Also:
Constant Field Values

ICON_LOGGING

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

loadImage

public static ImageIcon loadImage(String imageFileName)

getImageIcon

public static ImageIcon getImageIcon(Class resourceOwnerClass,
                                     String resourceName)