|
|||||||||||
| 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.swing.launch.LayoutToolsLaunchTask
The LayoutToolsLaunchTask provides the basic functionality to create SlidePanels containing categories of Layouttools.
| 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 | |
LayoutToolsLaunchTask(ApplicationFrame applicationFrame)
Creates a new LayoutToolsLaunchTask. |
|
| Method Summary | |
protected JPopupMenuSource |
getPopupMenuSource()
Returns the popupmenu source that should be used for the top level slide. |
protected ActionRepositoryItem[][] |
getRepositoryItems()
This method returns a list of ActionRepositoryItem lists. |
protected java.lang.String[] |
getSlideTitleIDs()
This method returns an array of Strings referencing the string resource for the resulting slides of this launchtask. |
void |
postCreate(java.lang.Object object)
Receives the newly created topLevel SlidePanel used for the layout tools. |
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 LayoutToolsLaunchTask(ApplicationFrame applicationFrame)
LayoutToolsLaunchTask.
applicationFrame - Application context for this LaunchTask.| Method Detail |
public void postCreate(java.lang.Object object)
postCreate in class AbstractLaunchTaskobject - AbstractLaunchTask.postCreate(java.lang.Object)protected ActionRepositoryItem[][] getRepositoryItems()
getSlideTitleIDs().
protected java.lang.String[] getSlideTitleIDs()
getRepositoryItems() you
must specify a title in form of a string. Return the list of titles here.
public final int run()
throws java.lang.Exception
LaunchTask
run in class LaunchTaskLAUNCHTASKSTATUS_* constants defined
in this interface.
java.lang.Exceptionprotected JPopupMenuSource getPopupMenuSource()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||