Uses of Class
com.bbn.openmap.event.UndoStack

Packages that use UndoStack
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of UndoStack in com.bbn.openmap.omGraphics
 

Fields in com.bbn.openmap.omGraphics declared as UndoStack
protected  UndoStack EditableOMGraphic.undoStack
          The component to notify for changes made to the OMGraphic, so they can be undone if desired.
 

Methods in com.bbn.openmap.omGraphics that return UndoStack
 UndoStack EditableOMGraphic.getUndoStack()
           
 

Methods in com.bbn.openmap.omGraphics with parameters of type UndoStack
 void EditableOMGraphic.setUndoStack(UndoStack undoStack)
           
 

Uses of UndoStack in com.bbn.openmap.tools.drawing
 

Fields in com.bbn.openmap.tools.drawing declared as UndoStack
protected  UndoStack OMDrawingTool.undoStack
          The stack for keeping track of edits and allowing them to be reverted.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details