|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapPaneEvent.Type | |
---|---|
org.geotools.swt.event | Mouse events and listener classes to work with both window and map positions. |
Uses of MapPaneEvent.Type in org.geotools.swt.event |
---|
Methods in org.geotools.swt.event that return MapPaneEvent.Type | |
---|---|
MapPaneEvent.Type |
MapPaneEvent.getType()
Get the type of this event. |
static MapPaneEvent.Type |
MapPaneEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapPaneEvent.Type[] |
MapPaneEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.geotools.swt.event with parameters of type MapPaneEvent.Type | |
---|---|
MapPaneEvent(SwtMapPane source,
MapPaneEvent.Type type)
Constructor for an event with no associated data. |
|
MapPaneEvent(SwtMapPane source,
MapPaneEvent.Type type,
Object data)
Constructor for an event with associated data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |