Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private AudioPlayer.State |
AudioPlayer.state |
Modifier and Type | Method and Description |
---|---|
static AudioPlayer.State |
AudioPlayer.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AudioPlayer.State[] |
AudioPlayer.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AudioPlayer.Execute.ok(AudioPlayer.State newState) |