|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CommandRegistry | |
| com.tensegrity.application | This package contains the main interfaces and meta classes for the skeleton framework. |
| com.tensegrity.application.swing | |
| com.tensegrity.application.swt | |
| com.tensegrity.generic.command | Contains interfaces and classes needed for using the Command concept. |
| 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.print | |
| com.tensegrity.gui.swt |
This package contains classes for a swt-based GraphApplication.
|
| Uses of CommandRegistry in com.tensegrity.application |
| Methods in com.tensegrity.application that return CommandRegistry | |
CommandRegistry |
DefaultGraphApplication.getCommandRegistry()
|
CommandRegistry |
ApplicationFrame.getCommandRegistry()
Deprecated. use Application.getCommandRegistry() instead! |
CommandRegistry |
Application.getCommandRegistry()
Returns the CommandRegistry of this Application. |
| Uses of CommandRegistry in com.tensegrity.application.swing |
| Methods in com.tensegrity.application.swing that return CommandRegistry | |
CommandRegistry |
DefaultSwingGraphApplication.getCommandRegistry()
Overridden to return a specific SwingCommandRegistry. |
| Uses of CommandRegistry in com.tensegrity.application.swt |
| Methods in com.tensegrity.application.swt that return CommandRegistry | |
CommandRegistry |
DefaultSwtGraphApplication.getCommandRegistry()
Overridden to return a specific SwtCommandRegistry. |
| Uses of CommandRegistry in com.tensegrity.generic.command |
| Constructors in com.tensegrity.generic.command with parameters of type CommandRegistry | |
BaseCommand(CommandRegistry commandregistry,
java.lang.String id)
Constructor specifying the commandregistry to use and an id. |
|
BaseCommand(CommandRegistry commandregistry,
java.lang.String id,
java.lang.String description)
Constructor with additional description-parameter. |
|
BaseCommand(CommandRegistry commandregistry,
java.lang.String id,
java.lang.String description,
java.lang.String performDescription)
Constructor with additional description- and perform-description parameter. |
|
BaseCommand(CommandRegistry commandregistry,
java.lang.String id,
java.lang.String description,
java.lang.String performDescription,
boolean enabled)
Constructor with additional parameter indicating whether this command is enabled or not. |
|
| Uses of CommandRegistry in com.tensegrity.gui.swing |
| Subclasses of CommandRegistry in com.tensegrity.gui.swing | |
class |
SwingCommandRegistry
The SwingCommandRegistry encapsulates the creation of all sorts of MenuItems, Buttons and Menu's. |
| Uses of CommandRegistry in com.tensegrity.gui.swing.control.attributetree.command |
| Constructors in com.tensegrity.gui.swing.control.attributetree.command with parameters of type CommandRegistry | |
SetSortModeCommand(int sortMode,
AttributeEditor editor,
CommandRegistry commandregistry,
java.lang.String id)
Constructor. |
|
| Uses of CommandRegistry in com.tensegrity.gui.swing.print |
| Constructors in com.tensegrity.gui.swing.print with parameters of type CommandRegistry | |
PrintPreviewDialog(UIManager uiManager,
java.awt.Frame owner,
java.lang.String title,
CommandRegistry registry,
VisualGraphView view,
boolean modal)
Constructor for PrintPreviewDialog. |
|
PrintPreviewDialog(UIManager uiManager,
java.awt.Frame owner,
java.lang.String title,
CommandRegistry registry,
VisualGraphView view,
boolean modal,
java.lang.String jobName)
Constructor for PrintPreviewDialog. |
|
| Uses of CommandRegistry in com.tensegrity.gui.swt |
| Subclasses of CommandRegistry in com.tensegrity.gui.swt | |
class |
SwtCommandRegistry
An instance of this class represents a
to be used in a SWT context.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||