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 void
addAction(ActionObject action)
Insert the method's description here.String
getDescription()
Insert the method's description here.boolean
isEmpty()
protected void
redoAction()
This method was created in VisualAge.void
removeAction(ActionObject action)
Insert the method's description here.protected void
undoAction()
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:
addAction
in 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:
getDescription
in classActionObject
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoAction
in classActionObject
-
removeAction
public void removeAction(ActionObject action)
Insert the method's description here. Creation date: (3.5.2001 20:36:50)- Specified by:
removeAction
in interfaceComposedActionInterface
- Parameters:
action
- com.cosylab.vdct.undo.ActionObject
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Specified by:
undoAction
in classActionObject
-
isEmpty
public boolean isEmpty()
- Returns:
- something
-
-