VTT Java
2010 Version

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

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

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

Methods in gov.nih.nlm.nls.vtt.Model that return UndoBase
 UndoBase UndoNode.GetFirstUndoBase()
          Get the first undo base from bases list.
 UndoBase UndoNode.GetLastUndoBase()
          Get the last undo base from bases list.
 UndoBase UndoNode.GetUndoBase(int index)
          Get undoBase from undo bases list.
 

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

Methods in gov.nih.nlm.nls.vtt.Model with parameters of type UndoBase
 void UndoNode.AddUndoBase(UndoBase undoBase)
          Add undoBase to undo bases.
 


VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine