com.cosylab.vdct.undo
Class MoveToGroupAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by com.cosylab.vdct.undo.MoveToGroupAction

public class MoveToGroupAction
extends ActionObject

Insert the type's description here. Creation date: (4.5.2001 11:37:23)

Author:

Constructor Summary
MoveToGroupAction(Flexible object, java.lang.String oldGroup, java.lang.String newGroup, java.lang.Object dsId)
          Insert the method's description here.
 
Method Summary
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveToGroupAction

public MoveToGroupAction(Flexible object,
                         java.lang.String oldGroup,
                         java.lang.String newGroup,
                         java.lang.Object dsId)
Insert the method's description here. Creation date: (4.5.2001 11:40:19)

Parameters:
object - com.cosylab.vdct.graphics.objects.Flexible
oldGroup - java.lang.String
newGroup - java.lang.String
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (4.5.2001 11:37:23)

Specified by:
getDescription in class ActionObject
Returns:
java.lang.String

redoAction

protected void redoAction()
This method was created in VisualAge.

Specified by:
redoAction in class ActionObject

undoAction

protected void undoAction()
This method was created in VisualAge.

Specified by:
undoAction in class ActionObject