|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.undo.ActionObject
com.cosylab.vdct.undo.ComposedAction
public class ComposedAction
Insert the type's description here. Creation date: (3.5.2001 20:34:53)
Field Summary | |
---|---|
protected java.util.Vector |
actions
|
Constructor Summary | |
---|---|
ComposedAction()
Insert the method's description here. |
Method Summary | |
---|---|
void |
addAction(ActionObject action)
Insert the method's description here. |
java.lang.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Vector actions
Constructor Detail |
---|
public ComposedAction()
Method Detail |
---|
public void addAction(ActionObject action)
addAction
in interface ComposedActionInterface
action
- com.cosylab.vdct.undo.ActionObjectpublic java.lang.String getDescription()
getDescription
in class ActionObject
protected void redoAction()
redoAction
in class ActionObject
public void removeAction(ActionObject action)
removeAction
in interface ComposedActionInterface
action
- com.cosylab.vdct.undo.ActionObjectprotected void undoAction()
undoAction
in class ActionObject
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |