public boolean mouseMoved(MouseEvent e) {
Debug.message("eomgdetail",
"ListStateMachine|unselected state|mouseMoved");
GrabPoint mp = graphic.getMovingPoint(e);
if (mp != null) {
graphic.fireEvent(EOMGCursors.EDIT,
i18n.get(ListUnselectedState.class,
"Click_to_select_the_graphic.",
"Click to select the graphic."));