| java.lang.Object net.suberic.util.gui.IconManager
IconManager | public class IconManager (Code) | | This manages a set of icons.
|
IconManager | protected IconManager(VariableBundle pResources, String pResourceBase)(Code) | | Creates a new IconManager from the given property.
Parameters: pResources - the VariableBundle used to access the icons Parameters: pResourceBase - a property in the given VariableBundle that will resolve to provide the correct property base |
getIcon | public ImageIcon getIcon(String pIconString)(Code) | | Gets the ImageIcon specified by the resource given.
|
getIconManager | public static IconManager getIconManager(VariableBundle pResources, String pResourceBase)(Code) | | Gets the IconManager for the given resources and resource base. Will
return a cached copy if available.
|
|
|