|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.undo.ActionObject
public abstract class ActionObject
This type was created in VisualAge.
Constructor Summary | |
---|---|
ActionObject()
|
Method Summary | |
---|---|
abstract java.lang.String |
getDescription()
Insert the method's description here. |
boolean |
isDone()
This method was created in VisualAge. |
void |
redo()
This method was created in VisualAge. |
protected abstract void |
redoAction()
This method was created in VisualAge. |
void |
undo()
This method was created in VisualAge. |
protected abstract void |
undoAction()
This method was created in VisualAge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionObject()
Method Detail |
---|
public abstract java.lang.String getDescription()
public boolean isDone()
public void redo()
protected abstract void redoAction()
public void undo()
protected abstract void undoAction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |