public interface EditorTool extends MapMouseInterpreter, LightMapHandlerChild
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Called when the EditorLayer is removed from application.
|
void |
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.
|
java.awt.Container |
getFace()
The method that allows an EditorTool provide it's GUI.
|
boolean |
isVisible()
A method that lets the EditorTool respond to queries wondering whether
its interface is visible.
|
void |
setVisible(boolean value)
A method that lets the EditorTool know whether its interface should be
visible.
|
boolean |
wantsEvents()
A method that is checked by the EditorLayer to see if the EditorTool
wants to receive mouse events.
|
getCurrentMouseEvent, getGRP, isActive, leftClick, leftClick, leftClickOff, mouseNotOver, mouseOver, mouseOver, rightClick, rightClick, rightClickOff, setActive, setGRP
getMouseModeServiceList, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseMoved, mousePressed, mouseReleased
findAndInit, findAndUndo
void drawingComplete(OMGraphic omg, OMAction action)
boolean wantsEvents()
void setVisible(boolean value)
boolean isVisible()
java.awt.Container getFace()
void dispose()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details