|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ApplicationFrame | |
| com.tensegrity.application | This package contains the main interfaces and meta classes for the skeleton framework. |
| com.tensegrity.gui.container | |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.graphdocument.persistence | |
| com.tensegrity.gui.swing.control | This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton. |
| com.tensegrity.gui.swing.document | This package contains all of the current document implementations for use in a swing-based environment. |
| com.tensegrity.gui.swing.graph |
The graph package contains the two panels required for the SwingGraphDocument,
a NavigatorPanel and several components for the inplace editing supported by the
SwingGraphPanel.
|
| com.tensegrity.gui.swt.document | |
| com.tensegrity.gui.swt.graph | |
| com.tensegrity.gui.swt.print | |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| com.tensegrity.skeleton.commands.generic | Generic commands are those commands which are not dependant of a gui library like swing, swt, etc. |
| com.tensegrity.skeleton.container | The container package defines all those interfaces required for describing the behaviour of a (Tool)container used in an applicationframe. |
| com.tensegrity.skeleton.container.swing | The swing implementations of all currently available ToolContainer types. |
| com.tensegrity.skeleton.container.swt | |
| 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.commands | |
| com.tensegrity.skeleton.swt.container | |
| com.tensegrity.skeleton.swt.launch | |
| Uses of ApplicationFrame in com.tensegrity.application |
| Fields in com.tensegrity.application declared as ApplicationFrame | |
protected ApplicationFrame[] |
DefaultGraphApplication.applicationFrames
applicationFrames: internal array of ApplicationFrames.
|
| Methods in com.tensegrity.application that return ApplicationFrame | |
ApplicationFrame[] |
DefaultGraphApplication.getApplicationFrames()
|
ApplicationFrame |
DefaultGraphApplication.getApplicationFrame()
|
protected abstract ApplicationFrame[] |
DefaultGraphApplication.createApplicationFrames()
This method creates the ApplicationFrames of the
application. |
ApplicationFrame |
Application.getApplicationFrame()
Returns the active ApplicationFrame of this application. |
ApplicationFrame[] |
Application.getApplicationFrames()
Returns all ApplicationFrames of this application. |
| Methods in com.tensegrity.application with parameters of type ApplicationFrame | |
static void |
StyleHelper.applyDeletedStyleItem(java.lang.String styleItemName,
ApplicationFrame frame)
Removes the StyleItemName from all primitives with that name and re-applies the default StyleItem. |
static void |
StyleHelper.applyModifiedStyleItem(java.lang.String styleItemName,
ApplicationFrame frame)
Applies the StyleItem identified by the parameter string to all primitives of all open documents and repository items. |
| Uses of ApplicationFrame in com.tensegrity.gui.container |
| Methods in com.tensegrity.gui.container that return ApplicationFrame | |
ApplicationFrame |
Container.getApplicationFrame()
Returns the enclosing ApplicationFrame of this
Container. |
| Constructors in com.tensegrity.gui.container with parameters of type ApplicationFrame | |
HiddenSlidesAttributableOnSet(ApplicationFrame appFrame)
|
|
| Uses of ApplicationFrame in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument that return ApplicationFrame | |
ApplicationFrame |
GraphPanel.getApplicationFrame()
Returns the application frame reference. |
| Methods in com.tensegrity.gui.graphdocument with parameters of type ApplicationFrame | |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext dragcontext)
This method returns a new graphdocument. |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method returns a new graphdocument. |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
DragContext dragcontext)
This method returns a new graphdocument. |
| Uses of ApplicationFrame in com.tensegrity.gui.graphdocument.persistence |
| Fields in com.tensegrity.gui.graphdocument.persistence declared as ApplicationFrame | |
protected ApplicationFrame |
GraphDocumentWriter.applicationframe
The application frame, stored from constructor for internal use |
protected ApplicationFrame |
GraphDocumentReader.appFrame
|
| Constructors in com.tensegrity.gui.graphdocument.persistence with parameters of type ApplicationFrame | |
GraphDocumentWriter(ApplicationFrame applicationframe)
Constructor |
|
GraphDocumentReader(ApplicationFrame appFrame,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController,
GraphDocumentReaderConflictHandler conflictHandler)
Constructor |
|
| Uses of ApplicationFrame in com.tensegrity.gui.swing.control |
| Methods in com.tensegrity.gui.swing.control that return ApplicationFrame | |
ApplicationFrame |
EdgeTypeSelectionCombo.getApplicationFrame()
Returns the ApplicationFrame this instance has
been created with |
| Constructors in com.tensegrity.gui.swing.control with parameters of type ApplicationFrame | |
ZoomComboBox(ApplicationFrame application)
Creates the ZoomActionComboBox. |
|
EdgeTypeSelectionCombo(ApplicationFrame appFrame)
Constructor |
|
| Uses of ApplicationFrame in com.tensegrity.gui.swing.document |
| Methods in com.tensegrity.gui.swing.document that return ApplicationFrame | |
ApplicationFrame |
SwingDocument.getApplicationFrame()
|
| Methods in com.tensegrity.gui.swing.document with parameters of type ApplicationFrame | |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
|
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
|
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
DragContext vgoDragSource)
|
static MDIComponent |
MDIToolkit.getTabbedMDIComponent(ApplicationFrame applicationFrame,
java.awt.Container targetContainer,
MenuTool toolMenu,
Command closeDocumentCommand)
Deprecated. Use initTabbedMDIComponent instead! |
static void |
MDIToolkit.initTabbedMDIComponent(ApplicationFrame applicationFrame,
java.awt.Container targetContainer,
MenuTool toolMenu,
SwingMDIComponent mdi)
Returns an instance of MDIComponent based on the given ApplicationFrame. |
static MDIComponent |
MDIToolkit.getSDIComponent(ApplicationFrame applicationFrame,
java.awt.Container targetContainer,
MenuTool toolMenu,
Command closeDocumentCommand)
Returns a SDI mdi component. |
static MDIComponent |
MDIToolkit.initSDIComponent(PanelMDIComponent mdi,
ApplicationFrame applicationFrame,
java.awt.Container targetContainer,
MenuTool toolMenu)
Creates an instance of MDIComponent by creating a SingleDocumentInterface based control. |
| Constructors in com.tensegrity.gui.swing.document with parameters of type ApplicationFrame | |
SwingGraphDocumentWriter(ApplicationFrame applicationframe)
Constructor |
|
SwingGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Constructor for GraphDocument specifying a name, the GraphApplication and the graph controller and
VisualGraphView to use. |
|
SwingGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Constructor for GraphDocument. |
|
SwingGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
DragContext vgoDragSource)
Constructor for GraphDocument. |
|
SwingGraphDocumentReader(ApplicationFrame appFrame,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController)
Constructor |
|
SwingGraphDocumentReader(ApplicationFrame appFrame,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController,
GraphDocumentReaderConflictHandler conflictHandler)
Constructor |
|
| Uses of ApplicationFrame in com.tensegrity.gui.swing.graph |
| Methods in com.tensegrity.gui.swing.graph that return ApplicationFrame | |
ApplicationFrame |
SwingGraphPanel.getApplicationFrame()
|
| Constructors in com.tensegrity.gui.swing.graph with parameters of type ApplicationFrame | |
SwingGraphPanel(ApplicationFrame applicationFrame,
GraphDocument graphdocument,
JPopupMenuSourceWithUpdateUI popupmenusource)
Creates a new SwingGraphPanel with double buffering enabled. |
|
SwingGraphPanel(ApplicationFrame applicationFrame,
GraphDocument graphdocument,
JPopupMenuSourceWithUpdateUI popupmenusource,
boolean isDoubleBuffered)
Generic constructor for the graphpanel. |
|
SwingGraphPanel(ApplicationFrame applicationFrame,
GraphDocument graphdocument,
JPopupMenuSourceWithUpdateUI popupmenusource,
DragContext vgoDragSource)
Generic constructor for the graphpanel. |
|
SwingGraphPanel(ApplicationFrame applicationFrame,
GraphDocument graphdocument,
JPopupMenuSourceWithUpdateUI popupmenusource,
DragContext vgoDragSource,
boolean isDoubleBuffered)
Generic constructor for the graphpanel. |
|
| Uses of ApplicationFrame in com.tensegrity.gui.swt.document |
| Methods in com.tensegrity.gui.swt.document that return ApplicationFrame | |
ApplicationFrame |
SwtDocument.getApplicationFrame()
|
| Methods in com.tensegrity.gui.swt.document with parameters of type ApplicationFrame | |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Note that this implementation assumes that the passsed
is also an
implementation. |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Note that this implementation assumes that the passsed
is also an
implementation. |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
DragContext vgoDragSource)
The passed graphapplication is assumed to be a
implementation of |
| Constructors in com.tensegrity.gui.swt.document with parameters of type ApplicationFrame | |
SwtGraphDocumentWriter(ApplicationFrame applicationframe)
Initializes a SwtGraphDocumentWriter with the given application
context.
|
|
SwtGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
org.eclipse.swt.widgets.Composite parentContainer,
VisualGraphView visualgraphview)
Constructor for SwtGraphDocuments. |
|
SwtGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
org.eclipse.swt.widgets.Composite parentContainer,
VisualGraphView visualgraphview,
DragContext dragContext)
Constructor for SwtGraphDocuments. |
|
SwtGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parentContainer,
DragContext dragContext)
Deprecated. Use SwtGraphDocument.SwtGraphDocument(String, ApplicationFrame, Composite, DragContext) instead! |
|
SwtGraphDocumentReader(ApplicationFrame appFrame,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController)
Constructor |
|
SwtGraphDocumentReader(ApplicationFrame appFrame,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController,
GraphDocumentReaderConflictHandler conflictHandler)
Constructor |
|
SwtDocument(java.lang.String name,
ApplicationFrame appFrame)
Constructor for a basic Document in the
context of SWT applications. |
|
| Uses of ApplicationFrame in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph that return ApplicationFrame | |
ApplicationFrame |
SwtNavigator.getApplicationFrame()
|
ApplicationFrame |
SwtGraphPanel.getApplicationFrame()
|
| Methods in com.tensegrity.gui.swt.graph with parameters of type ApplicationFrame | |
void |
SwtNavigator.setApplicationFrame(ApplicationFrame applicationFrame)
Sets the local instance of to
applicationFrame.
|
| Constructors in com.tensegrity.gui.swt.graph with parameters of type ApplicationFrame | |
SwtGraphPanel(ApplicationFrame applicationFrame,
GraphDocument graphdocument,
org.eclipse.swt.widgets.Composite parentContainer,
DragContext dragContext,
JPopupMenuSourceWithUpdateUI popupmenusource)
Generic constructor for the .
|
|
SwtGraphPanel(ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parentContainer,
DragContext dragContext,
JPopupMenuSourceWithUpdateUI popupmenusource)
Generic constructor for the . |
|
| Uses of ApplicationFrame in com.tensegrity.gui.swt.print |
| Constructors in com.tensegrity.gui.swt.print with parameters of type ApplicationFrame | |
PrintPreviewDialog(org.eclipse.swt.widgets.Display dpl,
ApplicationFrame appFrame,
VisualGraphView vgView)
Constructs a new PrintPreviewDialog instance |
|
PageSetupDialog(org.eclipse.swt.widgets.Shell parent,
ApplicationFrame appFrame,
BasePageFormat bpf,
VisualGraphView vgView)
Constructs a new PageSetupDialog instance |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.commands |
| Methods in com.tensegrity.skeleton.commands that return ApplicationFrame | |
ApplicationFrame |
CommonBaseCommand.getApplicationFrame()
Returns an instance of ApplicationFrame. |
| Methods in com.tensegrity.skeleton.commands with parameters of type ApplicationFrame | |
void |
PreferenceHelper.updateRecentlyUsedFilesMenu(ApplicationFrame applicationFrame,
java.io.File newestFile)
Updates the menu of recently used files and moves the given file to the top of the list. |
void |
PreferenceHelper.updateRecentlyUsedFilesMenu(ApplicationFrame applicationFrame)
Updates the menu of recently used files. |
static void |
StyleDialogCommand.applyDeletedStyleItem(java.lang.String styleItemName,
ApplicationFrame frame)
Removes the StyleItemName from all primitives with that name and re applies the default StyleItem. |
static void |
StyleDialogCommand.applyModifiedStyleItem(java.lang.String styleItemName,
ApplicationFrame frame)
Applies the StyleItem identified by the parameter string to all primitives of all open documents and repository items. |
static void |
StyleDialogCommand.updateStyleItems(ApplicationFrame frame)
This method updateStyleItems refreshes the style of all
elements and repository items. |
| Constructors in com.tensegrity.skeleton.commands with parameters of type ApplicationFrame | |
InsertChartCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
MoveForwardCommand(ApplicationFrame appFrame,
java.lang.String command)
Creates a new ToFrontCommand based on the given command
id and ApplicationFrame context. |
|
ToggleZoomRectangleModeCommand(ApplicationFrame appFrame,
java.lang.String command)
Creates a new ToggleZoomRectangleModeCommand based on the
given command id and ApplicationFrame context. |
|
AbstractAlignVerticalCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
ZoomGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the ZoomGraphDocumentCommand. |
|
LayoutCommand(ApplicationFrame applicationFrame,
java.lang.String id,
java.lang.String layoutName)
Creates the LayoutToolCommand. |
|
LayoutCommand(ApplicationFrame applicationFrame,
java.lang.String id,
java.lang.String layoutName,
boolean isNodeLayout)
Creates the LayoutToolCommand. |
|
ViewGridCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame and an id for
this command. |
|
ToBackCommand(ApplicationFrame appFrame,
java.lang.String command)
Creates a new ToBackCommand based on the given command
id and ApplicationFrame context. |
|
FloatCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the FloatCommand. |
|
EditDocumentSettingsCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.lang.String documentPrefsUrl,
java.lang.Class refClass)
Constructor |
|
ImportDocumentLayouts(ApplicationFrame applicationFrame,
java.lang.String command)
|
|
SwitchLanguageCommand(ApplicationFrame applicationFrame,
java.lang.String id,
java.util.Locale locale,
boolean enabled)
Creates SwitchLanguageCommand. |
|
SaveStylesCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the SaveStylesCommand. |
|
NewDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new NewDocumentCommand. |
|
ZoomToSelectionCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
ToFrontCommand(ApplicationFrame appFrame,
java.lang.String command)
Creates a new ToFrontCommand based on the given command
id and ApplicationFrame context. |
|
AlignHorizontalRightCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
ExportSVGCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new ExportSVGCommand. |
|
AbstractOpenCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame, a name for this
Command and the name of the HelpSet to use. |
|
PageSetupCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the PageSetupCommand. |
|
LayoutToolCommand(ApplicationFrame applicationFrame,
java.lang.String id)
Creates the LayoutToolCommand. |
|
AlignHorizontalLeftCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
SaveCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SaveCommand. |
|
ZoomGraphCommand(ApplicationFrame applicationFrame,
java.lang.String command,
int value)
Creates a new ZoomGraphCommand which will zoom the active graph to the given value. |
|
InsertCustomAttributeCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new AddCustomAttributeCommand. |
|
ToggleFullscreenCommand(ApplicationFrame appFrame,
java.lang.String command)
Constructor |
|
AlignVerticalCenterCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
OpenElementsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor |
|
ViewRulerCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame and an id for
this command. |
|
ZoomDialogCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the ZoomDialogCommand. |
|
PrintPreviewCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new PrintPreviewCommand. |
|
ToggleAutomaticLayoutCommand(ApplicationFrame appFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame, and a name for this
Command. |
|
ExportRasterCommand(ApplicationFrame applicationFrame,
java.lang.String command,
int type)
Creates a new ExportRasterCommand. |
|
PrintCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new PrintCommand. |
|
CloneDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a command to clone documents. |
|
MoveBackwardCommand(ApplicationFrame appFrame,
java.lang.String command)
Creates a new ToFrontCommand based on the given command
id and ApplicationFrame context. |
|
CloseAllCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the command to close all open documents. |
|
EditSlidesVisibilityCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame to use and a
unique id for this Command. |
|
AbstractAlignCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor |
|
CloseCommand(ApplicationFrame applicationFrame,
java.lang.String command)
The CloseCommand for a ApplicationFrame. |
|
MDIStyleCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Construct a new mdi style command. |
|
DocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the DocumentCommand. |
|
AlignVerticalBottomCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
ToggleLeftColumnCommand(ApplicationFrame applicationFrame,
java.lang.String command)
This is the 's default
constructor. |
|
AboutCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new AboutCommand. |
|
ShapeFormatCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the ShapeFormatCommand. |
|
NewViewCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new NewViewCommand instance. |
|
ShowPropertiesCommand(ApplicationFrame applicationFrame)
Creates the ShowPropertiesCommand with the hardwired
command id GUIItem.COMMAND_SHOWPROPERTIES. |
|
ShowPropertiesCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new ShowPropertiesCommand for the given
ApplicationFrame and based on the given command id. |
|
SaveVisualGraphCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Do not initialize this class. |
|
GraphDocumentSelectionCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the GraphDocumentSelectionCommand. |
|
AbstractLayoutCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.lang.String layoutContext)
|
|
AbstractLayoutCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.lang.String layoutContext,
boolean isNodeLayout)
|
|
FlipYCommand(ApplicationFrame appFrame,
java.lang.String command)
Command that flips the selected items on the y-axxis. |
|
ToggleConnectModeCommand(ApplicationFrame appFrame,
java.lang.String command)
Creates a new ToggleConnectModeCommand based on the
given command id and ApplicationFrame context. |
|
TableCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame and a unique
command string for this Command. |
|
TableCommand(ApplicationFrame applicationFrame,
java.lang.String command,
int type)
Constructor specifying the ApplicationFrame and a unique
command string for this Command. |
|
PasteCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new PasteCommand. |
|
EditRuleConfigurationCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor |
|
EditRuleConfigurationCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.util.Set rules)
Constructor |
|
AlignHorizontalCenterCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
OpenCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the OpenCommand. |
|
ToggleAntialiasCommand(ApplicationFrame appFrame)
Creates a new instance of of class ToggleAntialiasCommand. |
|
SaveAsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SaveAsCommand. |
|
InsertTableCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
DebugGraphCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Construct a new debug command instance. |
|
RuleEditorCommand(ApplicationFrame appFrame,
java.lang.String command)
Constructor for RuleEditorCommand. |
|
RuleEditorCommand(ApplicationFrame appFrame,
java.lang.String command,
java.util.Set includeSet)
Constructor for RuleEditorCommand. |
|
FindElementsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
OpenLayoutsCommand(ApplicationFrame appFrame,
java.lang.String id)
Constructor |
|
ZoomCommand(ApplicationFrame applicationFrame,
java.lang.String command,
int value)
Creates a new ZoomCommand which will zoom the current
document to the specified parameter value. |
|
ZoomCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the ZoomCommand which zoom the graph to
fit into the visible area. |
|
AbstractAlignHorizontalCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
CancelCommand(ApplicationFrame applicationFrame)
Constructor |
|
PreferenceHelper(ApplicationFrame frame)
Constructor specifying the SwingGraphFrame. |
|
AbstractInsertElementCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
DebugApplicationCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Construct a new debug command instance. |
|
EditGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the EditGraphDocumentCommand. |
|
LoadStylesCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the LoadStylesCommand. |
|
FlipXCommand(ApplicationFrame appFrame,
java.lang.String command)
Command that flips the selected items on the x-axxis. |
|
ToggleRightColumnCommand(ApplicationFrame applicationFrame,
java.lang.String command)
This is the 's default
constructor. |
|
AlignVerticalTopCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor. |
|
CommonBaseCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame to use and a
unique id for this Command. |
|
LookAndFeelCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.lang.String classname)
Creates a new LookAndFeelCommand. |
|
ContextHelpCommand(ApplicationFrame frame,
java.lang.String cmd)
Constructor specifying the ApplicationFrame, a name for this
Command and the name of the HelpSet to use. |
|
PreferencesCommand(ApplicationFrame applicationFrame,
java.lang.String command,
boolean enabled)
Constructor specifying the ApplicationFrame, a name for this
Command and a flag indicating, whether the preferences are
enabled. |
|
InsertImageCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new InsertImageCommand. |
|
StyleDialogCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the StyleDialogCommand. |
|
GraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the GraphDocumentCommand. |
|
HelpCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.lang.String helpSetName)
Constructor specifying the ApplicationFrame, a name for this
Command and the name of the HelpSet to use. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.commands.generic |
| Constructors in com.tensegrity.skeleton.commands.generic with parameters of type ApplicationFrame | |
UngroupSelectionCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new UngroupSelectionCommand. |
|
SelectAllCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SelectAllCommand. |
|
RedoCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new RedoCommand. |
|
CopyCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new CopyCommand. |
|
DeleteCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new DeleteCommand. |
|
CutCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new CutCommand. |
|
UndoCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new UndoCommand. |
|
GroupSelectionCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new GroupSelectionCommand. |
|
QuitCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new QuitCommand. |
|
FitToViewportCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new FitToViewportCommand. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.container |
| Methods in com.tensegrity.skeleton.container that return ApplicationFrame | |
ApplicationFrame |
AbstractSwingToolContainer.getApplicationFrame()
|
| Constructors in com.tensegrity.skeleton.container with parameters of type ApplicationFrame | |
AbstractSwingToolContainer(ApplicationFrame applicationFrame)
Creates the AbstractSwingToolContainer by assigning the
parameter ApplicationFrame and the associated
UIManager. |
|
AbstractSwingToolContainer(ApplicationFrame frame,
java.lang.String helpID)
Constructor specifying the ApplicationFrame and a help id for this container by that help can be looked up. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.container.swing |
| Methods in com.tensegrity.skeleton.container.swing with parameters of type ApplicationFrame | |
static void |
SwingRepositoryUtil.buildRepository(ApplicationFrame appFrame,
DragContext dragContext,
SlidePanel slideRepository,
java.lang.String filepath,
java.lang.Class refClass,
ActionRepositoryItem.ClickActionProvider clickActionProvider)
Builds a repository into a given SlidePanel. |
static void |
SwingRepositoryUtil.buildRepository(ApplicationFrame appFrame,
DragContext dragContext,
SlidePanel slideRepository,
java.io.File file,
ActionRepositoryItem.ClickActionProvider clickActionProvider)
Builds a repository into a given SlidePanel. |
static void |
SwingRepositoryUtil.buildRepository(ApplicationFrame appFrame,
DragContext dragContext,
javax.swing.JPanel slideRepository,
AttributeList repository,
ActionRepositoryItem.ClickActionProvider clickActionProvider)
Builds a repository into a given SlidePanel. |
static AttributableOnSet |
SwingRepositoryUtil.getSlidesVisibilityAttributableOnSet(ApplicationFrame appFrame)
Returns an AttributableOnSet that contains all slidepanels
of the application in an hierarchical structure. |
| Constructors in com.tensegrity.skeleton.container.swing with parameters of type ApplicationFrame | |
SwingOutlinerContainer(ApplicationFrame applicationFrame)
Creates the SwingOutlinerContainer for the given
ApplicationFrame and the hardwired helpID "outliner". |
|
SwingNavigatorContainer(ApplicationFrame applicationFrame)
Creates the SwingNavigatorContainer for the given
ApplicationFrame and the hardwired helpID "navigator". |
|
SwingAttributeTreeContainer(ApplicationFrame applicationFrame)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetree". |
|
SwingAttributeTreeContainer(ApplicationFrame applicationFrame,
JPopupMenuSource popupMenuSource)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetree". |
|
SwingAttributeTreeContainer(ApplicationFrame applicationFrame,
java.lang.String keyTitle)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetree". |
|
SwingAttributeTreeContainer(ApplicationFrame applicationFrame,
java.lang.String keyTitle,
JPopupMenuSource popupMenuSource)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetree". |
|
SwingAttributeTreeContainer(ApplicationFrame applicationFrame,
java.lang.String keyTitle,
java.lang.String attributeEditorPropertiesFilename)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetree". |
|
SwingAttributeTreeContainer(ApplicationFrame applicationFrame,
java.lang.String keyTitle,
JPopupMenuSource popupMenuSource,
java.lang.String attributeEditorPropertiesFilename)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetree". |
|
SwingAttributeTableContainer(ApplicationFrame applicationFrame)
Creates the SwingAttributeTableContainer for the given
ApplicationFrame and the hardwired helpID "attributetable". |
|
SwingLayoutToolsContainer(ApplicationFrame applicationFrame)
Creates the SwingLayoutToolsContainer for the given
ApplicationFrame and the hardwired helpID "layouttools". |
|
SwingRepositoryContainer(ApplicationFrame applicationFrame)
Creates the SwingRepositoryContainer for the given
ApplicationFrame and the hardwired helpID "repository". |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.container.swt |
| Constructors in com.tensegrity.skeleton.container.swt with parameters of type ApplicationFrame | |
SwtRepositoryUtil(ApplicationFrame appFrame,
SlidePanelListener spListener)
Default constructor. |
|
SwtNavigatorContainer(ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parent,
int style)
This constructor simply forwards its call to the constructor of the parent class. |
|
SwtLayoutToolsContainer(ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parent,
int style)
This constructor simply forwards its call to the constructor of the parent class. |
|
SwtAttributeTreeContainer(ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parent,
int style)
This constructor simply forwards its call to the constructor of the parent class. |
|
SwtRepositoryContainer(ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parent,
int style)
This constructor simply forwards its call to the constructor of the parent class. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.launch |
| Constructors in com.tensegrity.skeleton.launch with parameters of type ApplicationFrame | |
FlatMetalLaunchTask(ApplicationFrame applicationFrame)
Constructor |
|
LayoutPoolElementsLaunchTask(ApplicationFrame applicationFrame)
Constructor |
|
AbstractLoadPreferencesLaunchTask(ApplicationFrame applicationFrame)
Constructor specifying the ApplicationFrame to use. |
|
AbstractLoadPreferencesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass,
java.lang.String defaultPreferences)
Creates the LoadRulesLaunchTask based on the given
filename and Class to load the file.
|
|
LoadFileLaunchTask(ApplicationFrame applicationFrame)
Creates a new LoadFileLaunchTask with no specific filename
and no class instance for the loading. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame,
java.lang.String nameKey)
Creates a new LoadFileLaunchTask with no specific filename
and no class instance for the loading. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates a new LoadFileLaunchTask with the given String
parameter as filename and Class instance as Loader. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass,
java.lang.String nameKey)
Creates a new LoadFileLaunchTask with the given String
parameter as filename and Class instance as Loader. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.swing |
| Subclasses of ApplicationFrame in com.tensegrity.skeleton.swing | |
class |
SwingApplicationFrame
The Swing based ApplicationFrame implementation. |
| Fields in com.tensegrity.skeleton.swing declared as ApplicationFrame | |
protected ApplicationFrame |
SwingGraphPanelPopupMenuSource.applicationFrame
applicationFrame reference |
| Methods in com.tensegrity.skeleton.swing that return ApplicationFrame | |
protected ApplicationFrame[] |
CompatibleSwingGraphApplication.createApplicationFrames()
|
| Constructors in com.tensegrity.skeleton.swing with parameters of type ApplicationFrame | |
CompatibleSwingGraphApplication(Applet applet,
ApplicationFrame applicationFrame)
Constructor |
|
SwingGraphPanelPopupMenuSource(ApplicationFrame applicationFrame)
Initializes the SwingGraphPanelPopupMenuSource instance. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.swing.launch |
| Methods in com.tensegrity.skeleton.swing.launch that return ApplicationFrame | |
protected ApplicationFrame |
AbstractLaunchTask.getApplicationFrame()
Returns the ApplicationFrame associated with this LaunchTask. |
| Constructors in com.tensegrity.skeleton.swing.launch with parameters of type ApplicationFrame | |
MenuLaunchTask(ApplicationFrame applicationFrame)
Constructor |
|
MenuLaunchTask(ApplicationFrame applicationFrame,
java.lang.String nameKey)
Constructor |
|
LoadElementsLaunchTask(ApplicationFrame applicationFrame)
Creates a new LoadElementsLaunchTask. |
|
LoadElementsLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates a new LoadElementsLaunchTask based on the given
filename and Class to load the file. |
|
LoadRulesLaunchTask(ApplicationFrame applicationFrame)
Creates the LoadRulesLaunchTask. |
|
LoadRulesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates the LoadRulesLaunchTask based on the given
filename and Class to load the file. |
|
CommandLaunchTask(ApplicationFrame applicationFrame)
Creates a new CommandLaunchTask by initializing the internal Commands instance. |
|
EditMenuLaunchTask(ApplicationFrame applicationFrame)
Creates a new EditMenuLaunchTask. |
|
AbstractToolBarLaunchTask(ApplicationFrame applicationFrame)
Constructor |
|
AbstractToolBarLaunchTask(ApplicationFrame applicationFrame,
java.lang.String nameKey)
Constructor |
|
AbstractLaunchTask(ApplicationFrame applicationFrame)
Creates a new AbstractLaunchTask associated with the given ApplicationFrame. |
|
AbstractLaunchTask(ApplicationFrame applicationFrame,
java.lang.String nameKey)
Creates a new AbstractLaunchTask associated with the given ApplicationFrame. |
|
SetPreferencesLaunchTask(ApplicationFrame applicationFrame)
Creates the SetPreferencesLaunchTask which sets the
preferences on given ApplicationFrame. |
|
InitFrameLaunchTask(ApplicationFrame applicationFrame)
Creates a new InitFrameLaunchTask. |
|
FileMenuLaunchTask(ApplicationFrame applicationFrame)
Creates a new FileMenuLaunchTask. |
|
RepositoryLaunchTask(ApplicationFrame applicationFrame)
Creates the RepositoryLaunchTask. |
|
RepositoryLaunchTask(ApplicationFrame applicationFrame,
java.lang.String nameKey)
Constructor |
|
GraphPanelPopupMenuLaunchTask(ApplicationFrame applicationFrame)
Initializes the GraphPanelPopupMenuLaunchTask instance.
|
|
ViewMenuLaunchTask(ApplicationFrame applicationFrame)
Creates the ViewMenuLaunchTask, which creates the View
menu for the given ApplicationFrame. |
|
LoadPreferencesLaunchTask(ApplicationFrame applicationFrame)
Constructor specifying the ApplicationFrame to use. |
|
LoadPreferencesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass,
java.lang.String defaultPreferences)
Creates the LoadRulesLaunchTask based on the given
filename and Class to load the file.
|
|
ToolBarLaunchTask(ApplicationFrame applicationFrame)
Creates the ToolBarLaunchTask for the given
ApplicationFrame. |
|
ToolMenuLaunchTask(ApplicationFrame applicationFrame)
Creates the ToolMenuLaunchTask. |
|
ToolMenuLaunchTask(ApplicationFrame applicationFrame,
boolean doStyles)
Creates the ToolMenuLaunchTask. |
|
HelpMenuLaunchTask(ApplicationFrame applicationFrame)
Constructor specifying the ApplicationFrame to use. |
|
HelpMenuLaunchTask(ApplicationFrame applicationFrame,
boolean helpAvailable)
Constructor specifying the ApplicationFrame and if help for
this application is provided. |
|
LoadGeometriesLaunchTask(ApplicationFrame applicationFrame)
Creates a new LoadGeometriesLaunchTask. |
|
LoadGeometriesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates the LoadGeometriesLaunchTask based on the given
filename and Class to load the file. |
|
WindowMenuLaunchTask(ApplicationFrame applicationFrame)
Creates the WindowMenuLaunchTask which creates the
WindowMenu for the given ApplicationFrame. |
|
LoadStylesLaunchTask(ApplicationFrame applicationFrame)
Creates the LoadStylesLaunchTask. |
|
LoadStylesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates the LoadStylesLaunchTask for the given
ApplicationFrame based on the given
filename and class instance used to load the file. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame)
Creates a new LoadFileLaunchTask with no specific filename
and no class instance for the loading. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame,
java.lang.String nameKey)
Creates a new LoadFileLaunchTask with no specific filename
and no class instance for the loading. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates a new LoadFileLaunchTask with the given String
parameter as filename and Class instance as Loader. |
|
LoadFileLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass,
java.lang.String nameKey)
Creates a new LoadFileLaunchTask with the given String
parameter as filename and Class instance as Loader. |
|
LayoutToolsLaunchTask(ApplicationFrame applicationFrame)
Creates a new LayoutToolsLaunchTask. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.swt |
| Subclasses of ApplicationFrame in com.tensegrity.skeleton.swt | |
class |
SwtApplicationFrame
This is the SWT-based implementation of ApplicationFrame.
|
| Fields in com.tensegrity.skeleton.swt declared as ApplicationFrame | |
protected ApplicationFrame |
SwtGraphPanelPopupMenuSource.applicationFrame
applicationFrame reference |
| Methods in com.tensegrity.skeleton.swt that return ApplicationFrame | |
protected ApplicationFrame[] |
CompatibleSwtGraphApplication.createApplicationFrames()
|
| Constructors in com.tensegrity.skeleton.swt with parameters of type ApplicationFrame | |
CompatibleSwtGraphApplication(Applet applet,
ApplicationFrame applicationFrame)
Constructor |
|
SwtGraphPanelPopupMenuSource(ApplicationFrame applicationFrame)
Initializes the SwtGraphPanelPopupMenuSource instance. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.swt.commands |
| Methods in com.tensegrity.skeleton.swt.commands that return ApplicationFrame | |
protected ApplicationFrame |
SwtPreferenceHelper.getApplicationFrame()
Returns the instance of ApplicationFrame. |
| Methods in com.tensegrity.skeleton.swt.commands with parameters of type ApplicationFrame | |
void |
SwtPreferenceHelper.updateRecentlyUsedFilesMenu(ApplicationFrame applicationFrame)
Updates the menu of recently used files. |
static void |
SwtStyleDialogCommand.applyDeletedStyleItem(java.lang.String styleItemName,
ApplicationFrame frame)
Deprecated. Removes the StyleItemName from all primitives with that name and re applies the default StyleItem. |
static void |
SwtStyleDialogCommand.applyModifiedStyleItem(java.lang.String styleItemName,
ApplicationFrame frame)
Deprecated. Applies the StyleItem identified by the parameter string to all primitives of all open documents and repository items. |
static void |
SwtStyleDialogCommand.updateStyleItems(ApplicationFrame frame)
Deprecated. This method updateStyleItems refreshes the style of all
elements and repository items. |
| Constructors in com.tensegrity.skeleton.swt.commands with parameters of type ApplicationFrame | |
SwtNewDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtNewDocumentCommand. |
|
SwtRuleEditorCommand(ApplicationFrame applicationFrame,
java.lang.String command,
java.util.Set ruleSet)
Creates a new SwtRuleEditorCommand. |
|
SwtSaveCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtSaveCommand. |
|
SwtSaveAsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtSaveAsCommand. |
|
SwtLoadStylesCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Deprecated. Constructor for the LoadStylesCommand. |
|
SwtCommonBaseCommand(ApplicationFrame applicationFrame,
java.lang.String command)
This is the default constructor for SwtCommonBaseCommands.
|
|
SwtSwitchLanguageCommand(ApplicationFrame applicationFrame,
java.lang.String id,
java.util.Locale locale,
boolean enabled)
Creates SwitchLanguageCommand. |
|
SwtGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the SwtGraphDocumentCommand. |
|
SwtPrintPreviewCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtPrintPreviewCommand. |
|
SwtPreferenceHelper(ApplicationFrame frame)
Constructor specifying the ApplicationFrame. |
|
SwtShapeFormatCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the ShapeFormatCommand. |
|
SwtLayoutCommand(ApplicationFrame applicationFrame,
java.lang.String id,
java.lang.String layoutName)
Creates the SwtLayoutCommand for a given layout context (layoutName).
|
|
SwtLayoutCommand(ApplicationFrame applicationFrame,
java.lang.String id,
java.lang.String layoutName,
boolean isNodeLayout)
Creates the SwtLayoutCommand for a given layout context (layoutName). |
|
SwtCloseAllCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the command used to close all open documents. |
|
SwtOpenCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the SwtOpenCommand. |
|
SwtInsertCustomAttributesCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtInsertCustomAttributesCommand. |
|
SwtDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates an instance of SwtDocumentCommand. |
|
SwtEditGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the SwtEditGraphDocumentCommand. |
|
SwtZoomCommand(ApplicationFrame applicationFrame,
java.lang.String command,
int value)
Creates a new SwtZoomCommand which will zoom the current
document to the specified parameter value. |
|
SwtZoomCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the SwtZoomCommand which zoom the graph to
fit into the visible area. |
|
SwtPrintCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtPrintCommand. |
|
SwtFindElementsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates an instance of SwtFindElementsCommand. |
|
SwtCloseCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the command used to close the currently active Document. |
|
SwtZoomGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor for the SwtZoomGraphDocumentCommand. |
|
SwtPreferencesCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor which requires an instance of the ApplicationFrame to use |
|
SwtInsertImageCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the SwtInsertImageCommand which is used in order
to insert a VisualNode containing an image on the active
GraphDocument. |
|
SwtStyleDialogCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Deprecated. Constructor for the StyleDialogCommand. |
|
SwtPageSetupCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a new SwtPageSetupCommand instance. |
|
SwtCloneDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates a command to clone documents. |
|
SwtZoomGraphCommand(ApplicationFrame applicationFrame,
java.lang.String command,
int value)
Creates a new ZoomGraphCommand which will zoom the active graph to the given value. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.swt.container |
| Methods in com.tensegrity.skeleton.swt.container that return ApplicationFrame | |
ApplicationFrame |
AbstractSwtToolContainer.getApplicationFrame()
|
| Constructors in com.tensegrity.skeleton.swt.container with parameters of type ApplicationFrame | |
AbstractSwtToolContainer(ApplicationFrame applicationFrame,
org.eclipse.swt.widgets.Composite parent,
int style)
Creates the AbstractSwingToolContainer by assigning the
parameter ApplicationFrame and the associated
UIManager. |
|
| Uses of ApplicationFrame in com.tensegrity.skeleton.swt.launch |
| Constructors in com.tensegrity.skeleton.swt.launch with parameters of type ApplicationFrame | |
SwtSetPreferencesLaunchTask(ApplicationFrame applicationFrame)
Creates the SetPreferencesLaunchTask which sets the
preferences on given ApplicationFrame. |
|
SwtCommandLaunchTask(ApplicationFrame applicationFrame)
Constructs a new SwtCommandLaunchTask which creates all
the Command of a SWT-based
application. |
|
SwtLoadPreferencesLaunchTask(ApplicationFrame applicationFrame)
Constructor specifying the ApplicationFrame to use. |
|
SwtLoadPreferencesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass,
java.lang.String defaultPreferences)
Creates the LoadRulesLaunchTask based on the given
filename and Class to load the file.
|
|
SwtLoadRulesLaunchTask(ApplicationFrame applicationFrame)
Creates the LoadRulesLaunchTask used in order to initialize the
RuleRegistry of the passed ApplicationFrame. |
|
SwtLoadRulesLaunchTask(ApplicationFrame applicationFrame,
java.lang.String filename,
java.lang.Class loadClass)
Creates the SwtLoadRulesLaunchTask based on the given
filename and loadClass used to load the rules
definition file(s). |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||