public class ListUnselectedState extends GraphicUnselectedState
graphic
Constructor and Description |
---|
ListUnselectedState(EditableOMGraphic eomg) |
Modifier and Type | Method and Description |
---|---|
boolean |
mouseMoved(java.awt.event.MouseEvent e)
Invoked when the mouse button has been moved on a component
(with no buttons down).
|
boolean |
mousePressed(java.awt.event.MouseEvent e)
In this state, we need to change states only if the graphic, or
it's grab points are clicked on.
|
boolean |
mouseReleased(java.awt.event.MouseEvent e)
Invoked when a mouse button has been released on a component.
|
actionPerformed, adjustmentValueChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getMapMouseListenerResponse, getMouseModeServiceList, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, setMapMouseListenerResponse, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
public ListUnselectedState(EditableOMGraphic eomg)
public boolean mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface MapMouseListener
mousePressed
in class GraphicUnselectedState
e
- MouseEventpublic boolean mouseReleased(java.awt.event.MouseEvent e)
MapMouseListener
mouseReleased
in interface MapMouseListener
mouseReleased
in class GraphicUnselectedState
e
- MouseEventpublic boolean mouseMoved(java.awt.event.MouseEvent e)
MapMouseListener
mouseMoved
in interface MapMouseListener
mouseMoved
in class GraphicUnselectedState
e
- MouseEventCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details