Package com.cosylab.vdct.undo
Class ComposedAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.ComposedAction
-
- All Implemented Interfaces:
ComposedActionInterface
public class ComposedAction extends ActionObject implements ComposedActionInterface
Insert the type's description here. Creation date: (3.5.2001 20:34:53)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description ComposedAction()Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(ActionObject action)Insert the method's description here.StringgetDescription()Insert the method's description here.booleanisEmpty()protected voidredoAction()This method was created in VisualAge.voidremoveAction(ActionObject action)Insert the method's description here.protected voidundoAction()This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Field Detail
-
actions
protected Vector actions
-
-
Method Detail
-
addAction
public void addAction(ActionObject action)
Insert the method's description here. Creation date: (3.5.2001 20:36:35)- Specified by:
addActionin interfaceComposedActionInterface- Parameters:
action- com.cosylab.vdct.undo.ActionObject
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 20:34:53)- Specified by:
getDescriptionin classActionObject- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoActionin classActionObject
-
removeAction
public void removeAction(ActionObject action)
Insert the method's description here. Creation date: (3.5.2001 20:36:50)- Specified by:
removeActionin interfaceComposedActionInterface- Parameters:
action- com.cosylab.vdct.undo.ActionObject
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Specified by:
undoActionin classActionObject
-
isEmpty
public boolean isEmpty()
- Returns:
- something
-
-