com.tensegrity.skeleton.swing.launch
Class FileMenuLaunchTask

java.lang.Object
  extended bycom.tensegrity.gui.launch.LaunchTask
      extended bycom.tensegrity.skeleton.swing.launch.AbstractLaunchTask
          extended bycom.tensegrity.skeleton.swing.launch.MenuLaunchTask
              extended bycom.tensegrity.skeleton.swing.launch.FileMenuLaunchTask

public class FileMenuLaunchTask
extends MenuLaunchTask

Creates the File-Menu and adds it to the MenuBar of the ApplicationFrame. Users of this class may override the postCreate method and modify the passed Menu before it will be added to the MenuBar.

Version:
$Id: FileMenuLaunchTask.java,v 1.24 2004/06/29 07:41:15 MichaelKegel Exp $
Author:
GillesIachelini

Nested Class Summary
 
Nested classes inherited from class com.tensegrity.skeleton.swing.launch.MenuLaunchTask
MenuLaunchTask.MenuItemWrapper
 
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
FileMenuLaunchTask(ApplicationFrame applicationFrame)
          Creates a new FileMenuLaunchTask.
 
Method Summary
 void postCreate(java.lang.Object object)
          This method is called right before the run method is finished.
 int run()
          The run method of this launch task.
 
Methods inherited from class com.tensegrity.skeleton.swing.launch.MenuLaunchTask
addToMenu, addToMenu, addToMenu, addToMenu, addToMenu, addToMenu, addToMenu, addToMenu, addToMenu, createMenu, getMenuItem
 
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

FileMenuLaunchTask

public FileMenuLaunchTask(ApplicationFrame applicationFrame)
Creates a new FileMenuLaunchTask.

Parameters:
applicationFrame - Application context for this LaunchTask.
Method Detail

run

public final int run()
              throws java.lang.Exception
Description copied from class: LaunchTask
The run method of this launch task. The returned status indicates what the invoker is supposed to do after the task executed.

Specified by:
run in class LaunchTask
Returns:
one of the LAUNCHTASKSTATUS_* constants defined in this interface.
Throws:
java.lang.Exception

postCreate

public void postCreate(java.lang.Object object)
Description copied from class: AbstractLaunchTask
This method is called right before the run method is finished. This method is an entry point to modify a created item.

Specified by:
postCreate in class AbstractLaunchTask
Parameters:
object -
See Also:
AbstractLaunchTask.postCreate(Object)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.