org.bdgp.cv.gui
Class DAGComponent.SelectionWrapper

java.lang.Object
  |
  +--org.bdgp.cv.gui.DAGComponent.SelectionWrapper
All Implemented Interfaces:
javax.swing.undo.StateEditable
Enclosing class:
DAGComponent

protected class DAGComponent.SelectionWrapper
extends java.lang.Object
implements javax.swing.undo.StateEditable


Fields inherited from interface javax.swing.undo.StateEditable
RCSID
 
Constructor Summary
DAGComponent.SelectionWrapper(DAGComponent tree)
           
 
Method Summary
 void restoreState(java.util.Hashtable state)
           
 void setSelection()
           
 void storeState(java.util.Hashtable state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAGComponent.SelectionWrapper

public DAGComponent.SelectionWrapper(DAGComponent tree)
Method Detail

setSelection

public void setSelection()

storeState

public void storeState(java.util.Hashtable state)
Specified by:
storeState in interface javax.swing.undo.StateEditable

restoreState

public void restoreState(java.util.Hashtable state)
Specified by:
restoreState in interface javax.swing.undo.StateEditable