|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||