|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KCommand
public class KCommand
The abstract base class for all Commands. Commands are used to store information needed for Undo/Redo functionality...
Constructor Summary | |
---|---|
protected |
KCommand(java.lang.Class dummy)
|
Method Summary | |
---|---|
void |
execute()
The main method: executes this command. |
java.lang.String |
name()
|
void |
unexecute()
Unexecutes (undo) this command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KCommand(java.lang.Class dummy)
Method Detail |
---|
public void execute()
public void unexecute()
public java.lang.String name()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |