|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceManager | |
koala.dynamicjava.gui | |
koala.dynamicjava.gui.resource |
Uses of ResourceManager in koala.dynamicjava.gui |
Fields in koala.dynamicjava.gui declared as ResourceManager | |
protected ResourceManager |
StatusBar.resources
The resource manager |
protected static ResourceManager |
URLChooser.resources
The resource manager |
protected static ResourceManager |
OptionsDialog.rManager
The resource manager |
protected static ResourceManager |
Main.rManager
The resource manager |
Constructors in koala.dynamicjava.gui with parameters of type ResourceManager | |
StatusBar(ResourceManager rm)
Creates a new status bar |
Uses of ResourceManager in koala.dynamicjava.gui.resource |
Subclasses of ResourceManager in koala.dynamicjava.gui.resource | |
class |
ButtonFactory
This class represents a button factory which builds buttons from the content of a resource bundle. The resource entries format is (for a button named 'Button'): |
class |
MenuFactory
This class represents a menu factory which builds menubars and menus from the content of a resource file. The resource entries format is (for a menubar named 'MenuBar'): |
class |
ToolBarFactory
This class represents a tool bar factory which builds tool bars from the content of a resource file. The resource entries format is (for a tool bar named 'ToolBar'): |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |