|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActivityRecord
Application-level interface into the Model's activity record.
Method Summary | |
---|---|
boolean |
canRedo()
Tells if this record can be redone. |
boolean |
canUndo()
Tells if this record can be undone. |
void |
execute()
Executes the record. |
java.lang.String |
getLabel()
Gets the label of this record. |
void |
redo()
Redoes the record. |
void |
undo()
Undoes the record. |
Method Detail |
---|
void execute()
void undo()
void redo()
boolean canUndo()
boolean canRedo()
java.lang.String getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |