|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.Organizer
The Organizer is the main class of the Genuine framework. It is the starting point that creates the application's frame and initializes all modules that are part of the application. It is configured by an XML file.
Constructor Summary | |
Organizer(org.jdom.Document configurationDocument)
Takes a JDOM document instance. |
|
Organizer(java.lang.String configurationFilename)
Takes the name of the XML configuration file. |
Method Summary | |
javax.swing.JFrame |
getFrame()
Returns a reference to the main JFrame instance. |
ModuleManager |
getModuleManager()
Returns a reference to the module manager |
static void |
main(java.lang.String[] args)
Starts the organizer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Organizer(java.lang.String configurationFilename) throws ConfigurationException
public Organizer(org.jdom.Document configurationDocument) throws ConfigurationException
Method Detail |
public javax.swing.JFrame getFrame()
public ModuleManager getModuleManager()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |