|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
As an extension to the public interface ModuleManager, this interface defines internal functionality of the module manager that is not visible to modules but is needed during the start-up phase.
Method Summary | |
javax.swing.JMenuBar |
buildMenuBar()
Has to build a menu bar based on the initialization of the modules. |
javax.swing.JToolBar |
buildToolBar()
Has to build a tool bar based on the initialization of the modules. |
void |
initializeModules(org.jdom.Element modulesElement,
ProgressTracker progressTracker)
Has to create and initializes all modules that are defined by the given XML element "modules". |
void |
postInitialize()
The modules may perform late initialization operations. |
void |
setDesktopComponents(javax.swing.JFrame mainFrame,
javax.swing.JDesktopPane desktopPane,
javax.swing.JLabel infoLabel)
Passes references to desktop components. |
Methods inherited from interface net.sf.genuine.organizer.ModuleManager |
getAction, getComponentManager, getHelperService, getMessageBus, getServiceBroker |
Method Detail |
public void setDesktopComponents(javax.swing.JFrame mainFrame, javax.swing.JDesktopPane desktopPane, javax.swing.JLabel infoLabel)
public void initializeModules(org.jdom.Element modulesElement, ProgressTracker progressTracker) throws ConfigurationException
ConfigurationException
public javax.swing.JMenuBar buildMenuBar() throws ConfigurationException
ConfigurationException
public javax.swing.JToolBar buildToolBar() throws ConfigurationException
ConfigurationException
public void postInitialize() throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |