|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractLaunchTask | |
| com.tensegrity.skeleton.launch | |
| com.tensegrity.skeleton.swing.launch | This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame. |
| com.tensegrity.skeleton.swt.launch | |
| Uses of AbstractLaunchTask in com.tensegrity.skeleton.launch |
| Subclasses of AbstractLaunchTask 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 AbstractLaunchTask in com.tensegrity.skeleton.swing.launch |
| Subclasses of AbstractLaunchTask in com.tensegrity.skeleton.swing.launch | |
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 AbstractLaunchTask in com.tensegrity.skeleton.swt.launch |
| Subclasses of AbstractLaunchTask 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.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||