public class AttributeEditorPointListener extends AbstractPointListener implements java.awt.event.ComponentListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_EDITOR_TOOL_NAME |
| Constructor and Description |
|---|
AttributeEditorPointListener(MapControl mapControl) |
AttributeEditorPointListener(MapControl mapControl,
JFeaturesForm form) |
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(java.awt.event.ComponentEvent e) |
void |
componentMoved(java.awt.event.ComponentEvent e) |
void |
componentResized(java.awt.event.ComponentEvent e) |
void |
componentShown(java.awt.event.ComponentEvent e) |
void |
point(PointEvent e)
Called when one click is pressed on the associated
MapControl, or the location of the cursor
of the mouse has changed on it. |
pointDoubleClickcancelDrawing, getImageCursorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelDrawing, getImageCursorpublic static final java.lang.String ATTRIBUTE_EDITOR_TOOL_NAME
public AttributeEditorPointListener(MapControl mapControl, JFeaturesForm form)
public AttributeEditorPointListener(MapControl mapControl)
public void point(PointEvent e) throws BehaviorException
PointListenerCalled when one click is pressed on the associated MapControl, or the location of the cursor
of the mouse has changed on it.
point in interface PointListenere - mouse event with the coordinates of the point selected on the associated MapControlBehaviorException - will be thrown when fails the process of this toolpublic void componentResized(java.awt.event.ComponentEvent e)
componentResized in interface java.awt.event.ComponentListenerpublic void componentMoved(java.awt.event.ComponentEvent e)
componentMoved in interface java.awt.event.ComponentListenerpublic void componentShown(java.awt.event.ComponentEvent e)
componentShown in interface java.awt.event.ComponentListenerpublic void componentHidden(java.awt.event.ComponentEvent e)
componentHidden in interface java.awt.event.ComponentListener