|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.app.support.GUIWindowStartup<B>
B - Type of the bean of the windowpublic class GUIWindowStartup<B>
Starts the application by creating a window and displaying it.
| Constructor Summary | |
|---|---|
GUIWindowStartup()
|
|
| Method Summary | |
|---|---|
DataFactory<B> |
getDataFactory()
Gets the data factory. |
GUIWindowDescriptor<B> |
getWindowDescriptor()
Gets the window descriptor. |
void |
setDataFactory(DataFactory<B> dataFactory)
Data factory that creates the bean for the window |
void |
setWindowDescriptor(GUIWindowDescriptor<B> windowDescriptor)
Descriptor for the window to create |
void |
start(GUIApplication application,
String[] arguments)
Starts the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIWindowStartup()
| Method Detail |
|---|
public DataFactory<B> getDataFactory()
public GUIWindowDescriptor<B> getWindowDescriptor()
public void setDataFactory(DataFactory<B> dataFactory)
dataFactory - the new data factorypublic void setWindowDescriptor(GUIWindowDescriptor<B> windowDescriptor)
windowDescriptor - the new window descriptor
public void start(GUIApplication application,
String[] arguments)
start in interface GUIStartupapplication - the applicationarguments - Starting arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||