|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
ActionMap | This interface represents an object which maps actions to strings |
JComponentModifier | This interface must be implemented by actions which need to have an access to their associated component(s) |
Class Summary | |
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'): Button.text = text Button.icon = icon_name Button.mnemonic = mnemonic Button.action = action_name Button.selected = true | false Button.tooltip = tool tip text where text, icon_name and action_name are strings mnemonic is a character |
JToolbarButton | This class represents the buttons used in toolbars. |
JToolbarSeparator | This class represents a separator for the toolbar buttons. |
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'): MenuBar = Menu1 Menu2 ... |
ResourceManager | This class offers convenience methods to decode resource bundle entries |
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'): ToolBar = Item1 Item2 - Item3 ... |
Exception Summary | |
MissingListenerException | Signals a missing listener |
ResourceFormatException | Signals a format error in a resource bundle |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |