| Package | Description |
|---|---|
| org.openstreetmap.gui.jmapviewer.events |
| Modifier and Type | Field and Description |
|---|---|
private JMVCommandEvent.COMMAND |
JMVCommandEvent.command |
| Modifier and Type | Method and Description |
|---|---|
JMVCommandEvent.COMMAND |
JMVCommandEvent.getCommand() |
static JMVCommandEvent.COMMAND |
JMVCommandEvent.COMMAND.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JMVCommandEvent.COMMAND[] |
JMVCommandEvent.COMMAND.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMVCommandEvent.setCommand(JMVCommandEvent.COMMAND command) |
| Constructor and Description |
|---|
JMVCommandEvent(JMVCommandEvent.COMMAND cmd,
java.lang.Object source) |