|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ToggleCommand | |
| com.tensegrity.gui.swing | The package is the container for all swing-related gui classes and interfaces. |
| com.tensegrity.gui.swing.control.attributetree.command | |
| com.tensegrity.gui.swing.icon | This package holds several Icon implementations, such as a TriangleIcon, CloseIcon, etc. |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| Uses of ToggleCommand in com.tensegrity.gui.swing |
| Methods in com.tensegrity.gui.swing with parameters of type ToggleCommand | |
static javax.swing.JToggleButton |
SwingUtil.createToggleButton(javax.swing.AbstractAction action,
ToggleCommand command)
Creates a toggle button, that changes its state according to the state of the togglecommand. |
| Constructors in com.tensegrity.gui.swing with parameters of type ToggleCommand | |
SwingUtil.CommandToggleButton(javax.swing.Action action,
ToggleCommand command)
|
|
| Uses of ToggleCommand in com.tensegrity.gui.swing.control.attributetree.command |
| Classes in com.tensegrity.gui.swing.control.attributetree.command that implement ToggleCommand | |
class |
ToggleCategoriesCommand
Command to toggle the visibility of categories in an AttributeTree.
|
class |
ToggleExactMatchingCommand
Command to toggle between matching exact AttributableOnSet
instances or types when looking for AttributeTree states.
|
class |
ToggleMergeElementTypesCommand
Command to toggle the visibility of the root node in the AttributeTree,
which described the type of Attributable. |
| Uses of ToggleCommand in com.tensegrity.gui.swing.icon |
| Constructors in com.tensegrity.gui.swing.icon with parameters of type ToggleCommand | |
CheckBoxIcon(ToggleCommand toggleCommand)
Constructor |
|
| Uses of ToggleCommand in com.tensegrity.skeleton.commands |
| Classes in com.tensegrity.skeleton.commands that implement ToggleCommand | |
class |
ToggleAntialiasCommand
Toggles the antialias setting of the SwingGraphPanel |
class |
ToggleAutomaticLayoutCommand
This command will toggle a flag in GraphFrame, which is used to configure whether layout is performed automatically or not. |
class |
ToggleConnectModeCommand
Toggles the modus so that you can create new visual edges by selecting two visual nodes. |
class |
ToggleFullscreenCommand
This Command toggles between fullscreen and normal views.
|
class |
ToggleLeftColumnCommand
This Command shows or hides the left part of the
ApplicationFrame.
|
class |
ToggleRightColumnCommand
This Command shows or hides the right part of the
ApplicationFrame.
|
class |
ToggleZoomRectangleModeCommand
This zoom Command permits users to zoom into the rectangle
drawn by clicking and dragging the mouse.
|
class |
ViewGridCommand
This command toggles the visibilty of the views grid. |
class |
ViewRulerCommand
This command toggles the visibilty of the view ruler. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||