ix.ip2
Class ActivityItem.UndoSetRefinement

java.lang.Object
  extended by ix.util.AbstractUndoAction
      extended by ix.ip2.ActivityItem.UndoSetRefinement
All Implemented Interfaces:
UndoAction
Enclosing class:
ActivityItem

 class ActivityItem.UndoSetRefinement
extends AbstractUndoAction


Constructor Summary
ActivityItem.UndoSetRefinement()
           
 
Method Summary
 void undo()
          Does whatever undoing this object represents.
 
Methods inherited from class ix.util.AbstractUndoAction
getNote, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityItem.UndoSetRefinement

ActivityItem.UndoSetRefinement()
Method Detail

undo

public void undo()
Description copied from interface: UndoAction
Does whatever undoing this object represents.