|
|||||||||||
| 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.SwtRepositoryLaunchTask
This LaunchTask initializes a default
repository Container for a
SWT-based application. Repository items are usually associated to shapes
which can be added to the graphical editor by simple drag-and-drop operation.
SwtRepositoryContainer,
SwtSlidePanelContainer| 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 | |
SwtRepositoryLaunchTask(SwtApplicationFrame applicationFrame)
Creates the SwtRepositoryLaunchTask which initializes the
repository of items for a given SwtApplicationFrame. |
|
| Method Summary | |
void |
panelClosed(SlidePanelEvent event)
Notifies that the slide panel has been closed, i.e. it was removed from the sreen. |
void |
panelCollapsed(SlidePanelEvent event)
Notifies that a slide panel has been collapsed, i.e. its content is not visible anymore. |
void |
panelExpanded(SlidePanelEvent event)
Notifies that a slide panel has been expanded, i.e. its content is visible. |
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 SwtRepositoryLaunchTask(SwtApplicationFrame applicationFrame)
SwtRepositoryLaunchTask which initializes the
repository of items for a given SwtApplicationFrame.
applicationFrame - Application context for this
LaunchTask.| 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 SwtRepositoryContainer initialized by this launch task.
postCreate in class AbstractLaunchTaskobject - the SwtRepositoryContainer initialized by this launch task.AbstractLaunchTask.postCreate(Object)public void panelCollapsed(SlidePanelEvent event)
SlidePanelListener
panelCollapsed in interface SlidePanelListenerevent - an event object with detailed informationpublic void panelExpanded(SlidePanelEvent event)
SlidePanelListener
panelExpanded in interface SlidePanelListenerevent - an event object with detailed informationpublic void panelClosed(SlidePanelEvent event)
SlidePanelListener
panelClosed in interface SlidePanelListenerevent - an event object with detailed information
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||