endrov.typeNetwork
Class UndoOpNetworkReplaceFrame

java.lang.Object
  extended by endrov.gui.undo.UndoOpBasic
      extended by endrov.typeNetwork.UndoOpNetworkReplaceFrame
All Implemented Interfaces:
UndoOp

public abstract class UndoOpNetworkReplaceFrame
extends UndoOpBasic

Restore network frame by making an entire copy


Constructor Summary
UndoOpNetworkReplaceFrame(EvDecimal frame, Network network, java.lang.String opname)
           
 
Method Summary
 void modifyObjects()
           
 void undo()
          Take data to the last state
 
Methods inherited from class endrov.gui.undo.UndoOpBasic
canUndo, execute, getOpName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface endrov.gui.undo.UndoOp
redo
 

Constructor Detail

UndoOpNetworkReplaceFrame

public UndoOpNetworkReplaceFrame(EvDecimal frame,
                                 Network network,
                                 java.lang.String opname)
Method Detail

modifyObjects

public void modifyObjects()

undo

public void undo()
Description copied from interface: UndoOp
Take data to the last state