|
Class Summary |
| SwtCloneDocumentCommand |
This command, to be used within applications in a SWT context, creates a
clone of the currently active
GraphDocument and adds it
to the application's documents container.
|
| SwtCloseAllCommand |
This command, to be used within applications in a SWT context, closes all
currently opened documents.
|
| SwtCloseCommand |
This command, to be used within applications in a SWT context, closes the
currently active Document.
|
| SwtCommonBaseCommand |
This subclass of CommonBaseCommand
is used, directly or indirectly, as the parent class of commands valid
solely within SWT-based applications.
|
| SwtDocumentCommand |
This class, to be used within applications in a SWT context, is the base
class for all Commands related to the
currently selected Document.
|
| SwtEditGraphDocumentCommand |
This abstract Command is intented to
be used as based class for Commands
which are only valid if the active graph document is editable.
|
| SwtFindElementsCommand |
The SwtFindElementsCommand
Command, to be used within
applications in a SWT context, looks for occurrences of strings in text
attributes of graph elements and selects all matching items.
|
| SwtGraphDocumentCommand |
This command, to be used within applications in a SWT context, extends the
SwtDocumentCommand in the way
that it is only valid if the active
Document is a instance of
GraphDocument.
|
| SwtInsertCustomAttributesCommand |
The SwtInsertCustomAttributesCommand opens a dialog to create
attributes of various types and add these to a list of elements or the graph.
|
| SwtInsertImageCommand |
This command, to be used within applications in a SWT context, is used in order
to insert a VisualNode containing an image on the active
GraphDocument. |
| SwtLayoutCommand |
This command, to be used within applications in a SWT context, performs a
given layout on the active editable graph document.
|
| SwtLoadStylesCommand |
Deprecated. NOT IMPLEMENTED - SIMPLY DO NOT USE |
| SwtNewDocumentCommand |
This command, to be used within applications in a SWT context, creates a new
GraphDocument and adds it to the
MDIComponent. |
| SwtOpenCommand |
This command, to be used within applications in a SWT context, opens an
existing GraphDocument
and adds it to the MDIComponent of the
application.
|
| SwtPageSetupCommand |
This command, to be used within applications in a SWT context, shows the
SWT PageSetupDialog dialog to the user
in order to let him set printing page properties on the active
GraphDocument.
|
| SwtPreferenceHelper |
Helper class providing utility methods for setting the preferences within
applications based on the SWT windowing toolkit.
|
| SwtPreferencesCommand |
NOTE: DO NOT USE THIS CLASS, IT IS STILL UNDER CONSTRUCTION!!!
|
| SwtPrintCommand |
This command, to be used within applications in a SWT context, prints the
active GraphDocument.
|
| SwtPrintPreviewCommand |
This command, to be used within applications in a SWT context, opens the
SWT PrintPreviewDialog for
the currently active GraphDocument.
|
| SwtRuleEditorCommand |
This command, to be used within applications in a SWT context, opens
a dialog for showing and editing rules settings registered with the active
GraphDocument.
|
| SwtSaveAsCommand |
This command, to be used within applications in a SWT context, brings up a
SwtGraphFileChooserDialog
asking the user where he wants to save a copy of the currently active
GraphDocument.
|
| SwtSaveCommand |
To be used n the context of SWT Applications, this command saves the
currently active document to its stored File and uses
the SwtSaveAsCommand
if no such File exists.
|
| SwtShapeFormatCommand |
The ShapeFormatCommand opens the ShapeFormat Dialog. |
| SwtStyleDialogCommand |
Deprecated. NOT IMPLEMENTED - SIMPLY DO NOT USE |
| SwtSwitchLanguageCommand |
Switches the language used within a SWT application. |
| SwtZoomCommand |
The SwtZoomCommand allows creating Commands which change the Zoom value
with a constant value. |
| SwtZoomGraphCommand |
The ZoomGraphCommand allows to create ZoomCommands to a specific zoom
value. |
| SwtZoomGraphDocumentCommand |
The SwtZoomGraphDocumentCommand acts as a base class for all
zoom related commands in SWT context. |