Package com.cosylab.vdct.undo
Class ImportAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.ImportAction
-
public class ImportAction extends ActionObject
ImportAction
... DOCUMENT ME!- Since:
- VERSION
- Version:
- $Id$
- Author:
- Jaka Bobnar
-
-
Constructor Summary
Constructors Constructor Description ImportAction(HashMap importedVisibleObjects, Group parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Insert the method's description here.protected void
redoAction()
This method was created in VisualAge.protected void
undoAction()
This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Method Detail
-
redoAction
protected void redoAction()
Description copied from class:ActionObject
This method was created in VisualAge.- Specified by:
redoAction
in classActionObject
-
undoAction
protected void undoAction()
Description copied from class:ActionObject
This method was created in VisualAge.- Specified by:
undoAction
in classActionObject
-
getDescription
public String getDescription()
Description copied from class:ActionObject
Insert the method's description here. Creation date: (3.5.2001 15:50:42)- Specified by:
getDescription
in classActionObject
- Returns:
- java.lang.String
-
-