|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.gui.resources.SearsResources
public class SearsResources
Class SearsResourceBundle.
Summary:
This class contains resources for Sears GUI.
Constructor Summary | |
---|---|
SearsResources()
|
Method Summary | |
---|---|
static void |
dispose()
Sets to null all utilized variables Useful when an icon change request is launched |
static javax.swing.ImageIcon |
getIcon(java.lang.String key)
Method getIcon. |
static java.lang.String |
getIconFolder()
Method getIconFolder. |
static javax.swing.KeyStroke |
getKey(java.lang.String key)
Method getKey. |
static java.lang.String |
getString(java.lang.String key)
Method getString. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearsResources()
Method Detail |
---|
public static java.lang.String getString(java.lang.String key)
key
- The key to search.
public static javax.swing.ImageIcon getIcon(java.lang.String key)
key
- The key to search.
public static javax.swing.KeyStroke getKey(java.lang.String key)
key
- The key to search.
public static java.lang.String getIconFolder()
public static void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |