Go to the documentation of this file.
20 package net.sf.gridarta.gui.map.event;
22 import java.awt.Point;
23 import java.util.EventObject;
30 import org.jetbrains.annotations.NotNull;
MapControl< G, A, R > getMapControl()
static final long serialVersionUID
MapView< G, A, R > getMapView()
final MapControl< G, A, R > mapControl
void setClickCount(final int clickCount)
MapCursor< G, A, R > getMapCursor()
MapControl< G, A, R > getMapControl()
void setButton(final int button)
void setMapLocation(final Point mapLocation)
MapCursor< G, A, R > getMapCursor()
final MapView< G, A, R > mapView
final MapCursor< G, A, R > mapCursor
void setModifiers(final int modifiers)
MouseOpEvent(@NotNull final MapView< G, A, R > mapView)