|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.launch.LaunchTask
com.tensegrity.skeleton.swing.launch.AbstractLaunchTask
com.tensegrity.skeleton.swt.launch.SwtAttributeTreeLaunchTask
This launch task initializes the
AttributeEditorContainer of a given
SWT-based application.
com.tensegrity.application.Application#getAttributeEditorContainer()| Field Summary |
| Fields inherited from class com.tensegrity.gui.launch.LaunchTask |
lasterror, LAUNCHTASKSTATUS_FATAL, LAUNCHTASKSTATUS_FATAL_RETRY, LAUNCHTASKSTATUS_SERIOUS, LAUNCHTASKSTATUS_SERIOUS_RETRY, LAUNCHTASKSTATUS_SHUTDOWN, LAUNCHTASKSTATUS_SUCCESS, LAUNCHTASKSTATUS_WARNING |
| Constructor Summary | |
SwtAttributeTreeLaunchTask(SwtApplicationFrame applicationFrame)
Constructs a new SwtAttributeTreeLaunchTask which initializes
the AttributeEditorContainer of the
given applicationFrame. |
|
| Method Summary | |
void |
postCreate(java.lang.Object object)
This method is invoked once the run() method is about to return.
|
int |
run()
The run method of this launch task. |
| Methods inherited from class com.tensegrity.skeleton.swing.launch.AbstractLaunchTask |
findResourceText, getApplicationFrame, getName, getStatusPrefix, getStatusPrefixResourceKey |
| Methods inherited from class com.tensegrity.gui.launch.LaunchTask |
getError, getStatusDetails |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwtAttributeTreeLaunchTask(SwtApplicationFrame applicationFrame)
SwtAttributeTreeLaunchTask which initializes
the AttributeEditorContainer of the
given applicationFrame.
applicationFrame - The SWT-based application context for this launch task.| Method Detail |
public int run()
throws java.lang.Exception
LaunchTask
run in class LaunchTaskLAUNCHTASKSTATUS_* constants defined
in this interface.
java.lang.Exceptionpublic void postCreate(java.lang.Object object)
run() method is about to return.
The parameter is the SwtAttributeTreeContainer of
the underlying application.
postCreate in class AbstractLaunchTaskobject - the SwtAttributeTreeContainer of
the underlying application.AbstractLaunchTask.postCreate(Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||