| Package | Description |
|---|---|
| org.jrebirth.af.core.wave |
Provides all Wave related classes.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<Wave.Status> |
WaveBase.statusProperty
The wave status (can be bound).
|
| Modifier and Type | Method and Description |
|---|---|
Wave.Status |
WaveBase.getStatus() |
Wave.Status |
Wave.getStatus() |
static Wave.Status |
Wave.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wave.Status[] |
Wave.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Wave.Status> |
WaveBase.statusProperty()
Return the status property to allow binding.
|
ObjectProperty<Wave.Status> |
Wave.statusProperty()
Return the status property to allow binding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveStatusChangeListener.changed(ObservableValue<? extends Wave.Status> observable,
Wave.Status oldValue,
Wave.Status newValue) |
void |
WaveBase.setStatus(Wave.Status status) |
void |
Wave.setStatus(Wave.Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
WaveStatusChangeListener.changed(ObservableValue<? extends Wave.Status> observable,
Wave.Status oldValue,
Wave.Status newValue) |
Copyright © 2011–2014 JRebirth OSS. All rights reserved.