|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.organizer.internal.ToolBarBuilder
Builder that takes the tool bar definitions of all modules one after the other and builds a tool bar incorporating the button definitions from all modules.
Constructor Summary | |
(package private) |
ToolBarBuilder()
|
Method Summary | |
(package private) void |
addButtons(Module module,
org.jdom.Element toolBarElement)
Adds the definition of a module by passing both the module and its "toolbar" element. |
(package private) javax.swing.JToolBar |
buildToolBar(ServiceBroker serviceBroker)
Creates a new JToolBar instance and adds all buttons. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
ToolBarBuilder()
Method Detail |
void addButtons(Module module, org.jdom.Element toolBarElement) throws ConfigurationException
Action
instance is retrieved from the module by
calling the Module's getAction method with the menu item's id.
ConfigurationException
javax.swing.JToolBar buildToolBar(ServiceBroker serviceBroker) throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |