|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.organizer.internal.ToolBar
Implementation class that belongs to ToolbarBuilder. This class represents the tool bar that is filled with the module's tool bar buttons.
Constructor Summary | |
(package private) |
ToolBar()
Empty tool bar |
Method Summary | |
(package private) void |
addButtonEntries(Module module,
java.util.List buttonElements)
Adds a list of button definition for the given module. |
(package private) javax.swing.JToolBar |
createJToolBar()
Creates an instance of JToolBar and fills it with JButton instances according to the tool bar definitions from all modules. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
ToolBar()
Method Detail |
void addButtonEntries(Module module, java.util.List buttonElements) throws ConfigurationException
ConfigurationException
javax.swing.JToolBar createJToolBar() throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |