|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
org.jhotdraw.contrib | |
org.jhotdraw.contrib.zoom | |
org.jhotdraw.figures | |
org.jhotdraw.standard | |
org.jhotdraw.util |
Uses of Command in org.jhotdraw.contrib |
---|
Methods in org.jhotdraw.contrib that return Command | |
---|---|
Command |
CommandMenuItem.getCommand()
Gets the command attribute of the CommandMenuItem object |
Command |
CommandHolder.getCommand()
Gets the command of the CommandHolder object |
Command |
CommandCheckBoxMenuItem.getCommand()
Gets the command attribute of the CommandMenuItem object |
Methods in org.jhotdraw.contrib with parameters of type Command | |
---|---|
void |
CTXCommandMenu.add(Command command)
Adds a command to the menu. |
void |
CTXCommandMenu.add(Command command,
java.awt.MenuShortcut shortcut)
Adds a command with the given short cut to the menu. |
void |
CTXCommandMenu.addCheckItem(Command command)
Adds a command with the given short cut to the menu. |
void |
CTXCommandMenu.remove(Command command)
Removes a command item from the menu |
void |
CommandMenuItem.setCommand(Command newCommand)
Sets the command attribute of the CommandMenuItem object |
void |
CommandHolder.setCommand(Command newCommand)
Sets the command of the CommandHolder object |
void |
CommandCheckBoxMenuItem.setCommand(Command newCommand)
Sets the command attribute of the CommandMenuItem object |
Constructors in org.jhotdraw.contrib with parameters of type Command | |
---|---|
CommandCheckBoxMenuItem(Command command)
Creates an initially unselected check box menu item with the specified command |
|
CommandCheckBoxMenuItem(Command command,
boolean b)
Creates a check box menu item with the specified command and selection state. |
|
CommandCheckBoxMenuItem(Command command,
javax.swing.Icon icon)
Creates an initially unselected check box menu item with an icon and the specified command. |
|
CommandCheckBoxMenuItem(Command command,
javax.swing.Icon icon,
boolean b)
Creates a check box menu item with the specified text, icon, and selection state. |
|
CommandMenuItem(Command command)
Creates a menuItem with no set text or icon. |
|
CommandMenuItem(Command command,
javax.swing.Icon icon)
Creates a menuItem with an icon. |
|
CommandMenuItem(Command command,
int mnemonic)
Creates a menuItem with the specified text and keyboard mnemonic. |
Uses of Command in org.jhotdraw.contrib.zoom |
---|
Classes in org.jhotdraw.contrib.zoom that implement Command | |
---|---|
class |
ZoomCommand
A ZoomCommand allows for applying a zoom factor to a ZoomDrawingView. |
Uses of Command in org.jhotdraw.figures |
---|
Classes in org.jhotdraw.figures that implement Command | |
---|---|
class |
GroupCommand
Command to group the selection into a GroupFigure. |
class |
InsertImageCommand
Command to insert a named image. |
class |
UngroupCommand
Command to ungroup the selected figures. |
Uses of Command in org.jhotdraw.standard |
---|
Classes in org.jhotdraw.standard that implement Command | |
---|---|
class |
AbstractCommand
|
class |
AlignCommand
Align a selection of figures relative to each other. |
class |
BringToFrontCommand
BringToFrontCommand brings the selected figures in the front of the other figures. |
class |
ChangeAttributeCommand
Command to change a named figure attribute. |
class |
CopyCommand
Copy the selection to the clipboard. |
class |
CutCommand
Delete the selection and move the selected figures to the clipboard. |
class |
DeleteCommand
Command to delete the selection. |
class |
DuplicateCommand
Duplicate the selection and select the duplicates. |
class |
FigureTransferCommand
Common base clase for commands that transfer figures between a drawing and the clipboard. |
class |
PasteCommand
Command to insert the clipboard into the drawing. |
class |
SelectAllCommand
Command to select all figures in a view. |
class |
SendToBackCommand
A command to send the selection to the back of the drawing. |
class |
ToggleGridCommand
A command to toggle the snap to grid behavior. |
Constructors in org.jhotdraw.standard with parameters of type Command | |
---|---|
AbstractCommand.EventDispatcher(Command newObservedCommand)
|
Uses of Command in org.jhotdraw.util |
---|
Classes in org.jhotdraw.util that implement Command | |
---|---|
class |
RedoCommand
Command to redo the latest undone change in the drawing. |
class |
UndoableCommand
|
class |
UndoCommand
Command to undo the latest change in the drawing. |
Methods in org.jhotdraw.util with parameters of type Command | |
---|---|
void |
CommandMenu.add(Command command)
Adds a command to the menu. |
void |
CommandMenu.add(Command command,
java.awt.MenuShortcut shortcut)
Adds a command with the given short cut to the menu. |
void |
CommandMenu.addCheckItem(Command command)
Adds a command with the given short cut to the menu. |
void |
CommandChoice.addItem(Command command)
Adds a command to the menu. |
void |
CommandMenu.remove(Command command)
|
Constructors in org.jhotdraw.util with parameters of type Command | |
---|---|
CommandButton(Command command)
Initializes the button with the given command. |
|
UndoableCommand(Command newWrappedCommand)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |