|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMAction | |
com.bbn.openmap.graphicLoader | The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. |
com.bbn.openmap.layer | Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. |
com.bbn.openmap.layer.editor | This package provides the infrastructure to create layers that provide a Tool interface that controls their content. |
com.bbn.openmap.layer.link | Provide classes to handle the link protocol: a layer that displays link data, classes to assist in writing a link server, and methods that read and write in the link protocol format. |
com.bbn.openmap.layer.link.amp | This package contains a Layer that can use the drawing tool to create certain OMGraphic shapes, which in turn are sent to a LinkServer. |
com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
com.bbn.openmap.plugin | Provides support for writing OpenMap PlugIns. |
com.bbn.openmap.plugin.graphicLoader | The GraphicLoader PlugIn package is designed to provide support for GraphicLoaders, which in turn are objects that need to drive changes in OMGraphics over a map. |
com.bbn.openmap.tools.drawing | Provides classes to implement a drawing tool. |
Uses of OMAction in com.bbn.openmap.graphicLoader |
Methods in com.bbn.openmap.graphicLoader with parameters of type OMAction | |
void |
LOSGraphicLoader.drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the graphic, arrives. |
Uses of OMAction in com.bbn.openmap.layer |
Methods in com.bbn.openmap.layer with parameters of type OMAction | |
boolean |
OMGraphicHandlerLayer.doAction(OMGraphic graphic,
OMAction action)
Perform the OMAction on the OMGraphic, within the OMGraphicList contained in the layer. |
void |
DrawingToolLayer.drawingComplete(OMGraphic omg,
OMAction action)
DrawingToolRequestor method. |
void |
DemoLayer.drawingComplete(OMGraphic omg,
OMAction action)
Called when the DrawingTool is complete, providing the layer with the modified OMGraphic. |
Uses of OMAction in com.bbn.openmap.layer.editor |
Methods in com.bbn.openmap.layer.editor with parameters of type OMAction | |
void |
EditorTool.drawingComplete(OMGraphic omg,
OMAction action)
Method where the EditorLayer lets the tool know that the editing function has come full circle, so the user interface can be adjusted. |
void |
EditorLayer.drawingComplete(OMGraphic omg,
OMAction action)
DrawingToolRequestor method. |
void |
DrawingEditorTool.drawingComplete(OMGraphic omg,
OMAction action)
When a graphic is complete, the drawing tool gets ready to make another. |
void |
AbstractEditorTool.drawingComplete(OMGraphic omg,
OMAction action)
Method where the EditorLayer lets the tool know that the editing function has come full circle, so the user interface can be adjusted. |
Uses of OMAction in com.bbn.openmap.layer.link |
Methods in com.bbn.openmap.layer.link with parameters of type OMAction | |
void |
LinkLayer.drawingComplete(OMGraphic omg,
OMAction action)
|
Uses of OMAction in com.bbn.openmap.layer.link.amp |
Methods in com.bbn.openmap.layer.link.amp with parameters of type OMAction | |
void |
AmpLinkLayer.drawingComplete(OMGraphic omg,
OMAction action)
|
Uses of OMAction in com.bbn.openmap.omGraphics |
Methods in com.bbn.openmap.omGraphics with parameters of type OMAction | |
void |
OMGraphicList.doAction(OMGraphic graphic,
OMAction action)
Perform an action on the provided graphic. |
protected void |
OMGraphicList._doAction(OMGeometry graphic,
OMAction action)
Perform an action on the provided geometry. |
boolean |
OMGraphicHandler.doAction(OMGraphic graphic,
OMAction action)
Allows the OMGraphicHandler to receive graphics or take some action on one. |
void |
OMGeometryList.doAction(OMGeometry geometry,
OMAction action)
Perform an action on the provided geometry. |
boolean |
FilterSupport.doAction(OMGraphic graphic,
OMAction action)
Allows the OMGraphicHandler to receive graphics or take some action on one. |
Uses of OMAction in com.bbn.openmap.plugin |
Methods in com.bbn.openmap.plugin with parameters of type OMAction | |
boolean |
OMGraphicHandlerPlugIn.doAction(OMGraphic graphic,
OMAction action)
|
Uses of OMAction in com.bbn.openmap.plugin.graphicLoader |
Methods in com.bbn.openmap.plugin.graphicLoader with parameters of type OMAction | |
boolean |
GraphicLoaderPlugIn.doAction(OMGraphic graphic,
OMAction action)
OMGraphicHandler method. |
Uses of OMAction in com.bbn.openmap.tools.drawing |
Methods in com.bbn.openmap.tools.drawing with parameters of type OMAction | |
void |
OMDrawingTool.notifyListener(OMGraphic graphic,
OMAction action)
Notify the listener of an action to a graphic. |
void |
DrawingToolRequestorList.drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the graphic, arrives. |
void |
DrawingToolRequestor.drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the graphic, arrives. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |