Package com.tensegrity.skeleton.swing.launch

This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame.

See:
          Description

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

Package com.tensegrity.skeleton.swing.launch Description

This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame. These Tasks are all performed by default and can be freely extended to create specialized versions of.



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