|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--draw2d.Command
Defined in Command.js
Version: 0.9.14
Author: Andreas Herz
| Field Summary | |
Object |
label
|
| Constructor Summary | |
draw2d.Command
( label)
Base class for the undo redo support in the Open-jACOB Draw2d framework. |
|
| Method Summary | |
boolean
|
canExecute()
Returns [true] if the command can be execute and the execution of the command modifies the model. |
void
|
execute()
Execute the command the first time. |
void
|
getLabel()
Returns a label of the Command. |
void
|
redo()
Redo the command after the user has undo this command. |
void
|
undo()
Undo the command. |
| Field Detail |
Object label
| Constructor Detail |
draw2d.Command( label)
| Method Detail |
boolean canExecute()
void execute()
void getLabel()
void redo()
void undo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||