VTT Java
2010 Version

Uses of Class
gov.nih.nlm.nls.vtt.Model.UndoNode

Packages that use UndoNode
gov.nih.nlm.nls.vtt.Model This package contains all classes for VTT models. 
 

Uses of UndoNode in gov.nih.nlm.nls.vtt.Model
 

Methods in gov.nih.nlm.nls.vtt.Model that return UndoNode
 UndoNode UndoManager.GetUndoNode(int index)
          Get the undo node of the specified index.
 

Methods in gov.nih.nlm.nls.vtt.Model that return types with arguments of type UndoNode
 java.util.Vector<UndoNode> UndoManager.GetUndoNodes()
          Get the undo nodes list.
 

Methods in gov.nih.nlm.nls.vtt.Model with parameters of type UndoNode
 void UndoManager.AddUndoNode(UndoNode undo)
          Add Undo node to undoNodes list.
 


VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine