|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCH.ifa.draw.util.Command
CH.ifa.draw.figures.UngroupCommand
public class UngroupCommand
Command to ungroup the selected figures.
GroupCommand
Constructor Summary | |
---|---|
UngroupCommand(java.lang.String name,
DrawingView view)
Constructs a group command. |
Method Summary | |
---|---|
void |
execute()
Executes the command. |
boolean |
isExecutable()
Tests if the command can be executed. |
Methods inherited from class CH.ifa.draw.util.Command |
---|
name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UngroupCommand(java.lang.String name, DrawingView view)
name
- the command nameview
- the target viewMethod Detail |
---|
public void execute()
Command
execute
in class Command
public boolean isExecutable()
Command
isExecutable
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |