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 StringgetDescription()Insert the method's description here.protected voidredoAction()This method was created in VisualAge.protected voidundoAction()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:ActionObjectThis method was created in VisualAge.- Specified by:
redoActionin classActionObject
-
undoAction
protected void undoAction()
Description copied from class:ActionObjectThis method was created in VisualAge.- Specified by:
undoActionin classActionObject
-
getDescription
public String getDescription()
Description copied from class:ActionObjectInsert the method's description here. Creation date: (3.5.2001 15:50:42)- Specified by:
getDescriptionin classActionObject- Returns:
- java.lang.String
-
-