Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<UndoStackTrigger> |
UndoStackSupport.getTriggers()
Return a cloned list of Triggers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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