com.cosylab.vdct.undo
Class MoveFieldUpAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by com.cosylab.vdct.undo.MoveFieldUpAction
Direct Known Subclasses:
MoveFieldDownAction

public class MoveFieldUpAction
extends ActionObject

Insert the type's description here. Creation date: (5.5.2001 12:07:47)

Author:

Field Summary
protected  Field field
           
protected  LinkManagerObject parentObject
           
 
Constructor Summary
MoveFieldUpAction(Field field)
          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
 

Field Detail

field

protected Field field

parentObject

protected LinkManagerObject parentObject
Constructor Detail

MoveFieldUpAction

public MoveFieldUpAction(Field field)
Insert the method's description here. Creation date: (5.5.2001 12:08:29)

Parameters:
field - com.cosylab.vdct.graphics.objects.Field
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (5.5.2001 12:07:47)

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