Uses of Class
com.tensegrity.gui.launch.LaunchTask

Packages that use LaunchTask
com.tensegrity.gui.launch This package contains two interfaces which should be used to implement LaunchTasks executed at the startup of an application.  
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swt.control   
com.tensegrity.skeleton.launch   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swing.launch This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame.  
com.tensegrity.skeleton.swt   
com.tensegrity.skeleton.swt.launch   
 

Uses of LaunchTask in com.tensegrity.gui.launch
 

Methods in com.tensegrity.gui.launch with parameters of type LaunchTask
 void ApplicationLauncher.registerLaunchTask(LaunchTask launchtask)
          Adds a launchtask to the splash screen launcher.
 void ApplicationLauncher.unregisterLaunchTask(LaunchTask launchtask)
          Removes a launchtask from the splash screen launcher.
 

Uses of LaunchTask in com.tensegrity.gui.swing.control
 

Methods in com.tensegrity.gui.swing.control with parameters of type LaunchTask
 void SimpleLauncher.registerLaunchTask(LaunchTask launchtask)
          Deprecated. Adds a launchtask to the splash screen launcher.
 void SimpleLauncher.unregisterLaunchTask(LaunchTask launchtask)
          Deprecated. Removes a launchtask from the splash screen launcher.
 void SplashScreenLauncher.registerLaunchTask(LaunchTask launchtask)
          Adds a launchtask to the splash screen launcher.
 void SplashScreenLauncher.unregisterLaunchTask(LaunchTask launchtask)
          Removes a launchtask from the splash screen launcher.
 

Uses of LaunchTask in com.tensegrity.gui.swt.control
 

Methods in com.tensegrity.gui.swt.control with parameters of type LaunchTask
 void SwtSimpleLauncher.registerLaunchTask(LaunchTask launchtask)
          Adds a launchtask to the launcher.
 void SwtSimpleLauncher.unregisterLaunchTask(LaunchTask launchtask)
          Removes a launchtask from the launcher.
 void SwtSplashScreenLauncher.registerLaunchTask(LaunchTask launchtask)
           
 void SwtSplashScreenLauncher.unregisterLaunchTask(LaunchTask launchtask)
           
 

Uses of LaunchTask in com.tensegrity.skeleton.launch
 

Subclasses of LaunchTask in com.tensegrity.skeleton.launch
 class AbstractLoadPreferencesLaunchTask
          Reads the Preferences of the skeleton and applies it to the application frame.
 class FlatMetalLaunchTask
           GDFlatMetalLaunchTask is adding the FlatMetalLookAndFeel to the list of installed LookAndFeels to make it possible to set this LAF by name.
 class LayoutPoolElementsLaunchTask
           This launch task is responsible for layouting VisualSubgraphs that are part of the ElementPool and to which valid layout contexts have been assigned.
 class LoadFileLaunchTask
          DO NOT USE THIS CLASS IT IS STILL UNDER CONSTRUCTION!!!
 

Uses of LaunchTask in com.tensegrity.skeleton.swing
 

Methods in com.tensegrity.skeleton.swing that return LaunchTask
protected  LaunchTask[] SwingApplicationFrame.getLauncherTasks()
          Returns all the launchertasks to be executed while starting the applicationframe.
 

Uses of LaunchTask in com.tensegrity.skeleton.swing.launch
 

Subclasses of LaunchTask in com.tensegrity.skeleton.swing.launch
 class AbstractLaunchTask
           This abstract class represents a LaunchTask with an direct association to an ApplicationFrame.
 class AbstractToolBarLaunchTask
          An abstract ToolBar task as "must-extend" class for future ToolBar LaunchTask implementation.
 class CommandLaunchTask
           A LaunchTask for creating all the required Command instances for the application.
 class EditMenuLaunchTask
           Creates an Edit-Menu containing the usual entries.
 class FileMenuLaunchTask
           Creates the File-Menu and adds it to the MenuBar of the ApplicationFrame.
 class GraphPanelPopupMenuLaunchTask
           This launch task is used in order to initialize the ApplicationFrame popup menu source.
 class HelpMenuLaunchTask
           Creates a top level menu entry providing access to the applications help content.
 class InitFrameLaunchTask
           Initializes the GUI of an ApplicationFrame.
 class LayoutToolsLaunchTask
          The LayoutToolsLaunchTask provides the basic functionality to create SlidePanels containing categories of Layouttools.
 class LoadElementsLaunchTask
          Loads the element.xml file.
 class LoadGeometriesLaunchTask
          Loads the geometries from the xml file.
 class LoadPreferencesLaunchTask
          Reads the stored Preferences and applies the stored settings.
 class LoadRulesLaunchTask
          Loads the rules.xml file.
 class LoadStylesLaunchTask
          Loads the styles.xml of the skeleton.
 class MenuLaunchTask
           Class MenuLaunchTask has been provided as a base class for all menu-related LaunchTask classes.
 class RepositoryLaunchTask
           Loads the geometries, styles, rules and elements xml files and creates a new slide representing the resulting Composite objects.
 class SetPreferencesLaunchTask
           Sets the associated Preference instance of an ApplicationFrame to reflect a previously persisted state.
 class ToolBarLaunchTask
           Class ToolBarLaunchTask creates a ToolBar and adds various default commands to it.
 class ToolMenuLaunchTask
          Creates the tool menu.
 class ViewMenuLaunchTask
          Initializes the "View" menu with the MenuTool and Zoom Commands.
 class WindowMenuLaunchTask
          Initializes the ToolMenu and adds it to the application menu bar.
 

Uses of LaunchTask in com.tensegrity.skeleton.swt
 

Methods in com.tensegrity.skeleton.swt that return LaunchTask
protected  LaunchTask[] SwtApplicationFrame.getLauncherTasks()
          Returns all the LaunchTasks to be executed while starting the application.
 

Uses of LaunchTask in com.tensegrity.skeleton.swt.launch
 

Subclasses of LaunchTask in com.tensegrity.skeleton.swt.launch
 class SwtAttributeTreeLaunchTask
           This launch task initializes the AttributeEditorContainer of a given SWT-based application.
 class SwtCommandLaunchTask
           A LaunchTask which creates all the Command instances required for a given application based on the SWT windowing toolkit.
 class SwtEditMenuLaunchTask
           Creates the Edit-Menu and adds it to the MenuBar of a given SwtApplicationFrame.
 class SwtFileMenuLaunchTask
           Creates the File-Menu and adds it to the MenuBar of a given SwtApplicationFrame.
 class SwtGraphPanelPopupMenuLaunchTask
           This launch task creates the SwtGraphPanelPopupMenuSource of a given SwtApplicationFrame.
 class SwtInitGUILaunchTask
           This launch task initializes the GUI for a given SwtApplicationFrame, which means that it sets the positions of the ToolBar, MDIComponent and of all the Containers used within the SwtApplicationFrame passed to the constructor.
 class SwtInitMDIComponentLaunchTask
           This launch task initializes the MDIComponent for a given SWT-based application.
 class SwtLayoutToolsLaunchTask
           This launch task initializes the layout tools container of a SWT-based application.
 class SwtLoadPreferencesLaunchTask
           This launch task initializes the Preferences for a given SWT-based application and stores them into its corresponding SwtApplicationFrame.
 class SwtLoadRulesLaunchTask
           This launch task is used in order to initialize the RuleRegistry of a given ApplicationFrame in a SWT context.
 class SwtMenuLaunchTask
           This AbstractLaunchTask is the base class for launch tasks creating menus in the context of SWT applications.
 class SwtNavigatorLaunchTask
           This launch task is used in order to initialize the application NavigatorContainer.
 class SwtRepositoryLaunchTask
           This LaunchTask initializes a default repository Container for a SWT-based application.
 class SwtSetPreferencesLaunchTask
           Initializes the Preferences of an ApplicationFrame in order to reflect a previously persisted state.
 class SwtToolBarLaunchTask
           Fills the default SwtToolBar of an ApplicationFrame with the standard buttons.
 class SwtToolsMenuLaunchTask
           Creates the Tools menu and adds it to the MenuBar of a given SwtApplicationFrame.
 class SwtViewMenuLaunchTask
           Creates the View menu and adds it to the MenuBar of a given SwtApplicationFrame.
 



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