All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.SendToBackCommand
java.lang.Object
|
+----CH.ifa.draw.util.Command
|
+----CH.ifa.draw.standard.SendToBackCommand
- public class SendToBackCommand
- extends Command
A command to send the selection to the back of the drawing.
-
SendToBackCommand(String, DrawingView)
- Constructs a send to back command.
-
execute()
- Executes the command.
-
isExecutable()
- Tests if the command can be executed.
SendToBackCommand
public SendToBackCommand(String name,
DrawingView view)
- Constructs a send to back command.
- Parameters:
- name - the command name
- view - the target view
execute
public void execute()
- Executes the command.
- Overrides:
- execute in class Command
isExecutable
public boolean isExecutable()
- Tests if the command can be executed.
- Overrides:
- isExecutable in class Command
All Packages Class Hierarchy This Package Previous Next Index