Uses of Interface
com.bbn.openmap.event.UndoStackTrigger

Packages that use UndoStackTrigger
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.gui.menu This package contains OpenMap Swing GUI components that can be used in menus. 
 

Uses of UndoStackTrigger in com.bbn.openmap.event
 

Methods in com.bbn.openmap.event that return types with arguments of type UndoStackTrigger
 java.util.ArrayList<UndoStackTrigger> UndoStackSupport.getTriggers()
          Return a cloned list of Triggers.
 

Methods in com.bbn.openmap.event with parameters of type UndoStackTrigger
 void UndoStackSupport.add(UndoStackTrigger pt)
          Add a ProjectionStackTrigger.
 void UndoStack.addUndoStackTrigger(UndoStackTrigger trigger)
          UndoStackTriggers should call this method to add themselves for stack notifications, and all will be well.
 void UndoStackSupport.remove(UndoStackTrigger pt)
          Remove a ProjectionStackTrigger.
 void UndoStack.removeUndoStackTrigger(UndoStackTrigger trigger)
          UndoStackTriggers should call this method to remove themselves from stack notifications, and all will be well.
 

Uses of UndoStackTrigger in com.bbn.openmap.gui.menu
 

Classes in com.bbn.openmap.gui.menu that implement UndoStackTrigger
 class UndoMenuItemStackTrigger
          UndoMenuItemStackTrigger holds a couple of menu items that can trigger an UndoStack.
 



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