| Package | Description |
|---|---|
| org.jrebirth.af.core.util |
Provides utility classes used by JRebirth.
|
| org.jrebirth.af.core.wave |
Provides all Wave related classes.
|
| org.jrebirth.af.core.wave.checker |
Provides Wave Checker classes.
|
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
CheckerUtility.checkMethodSignature(Method method,
List<WaveItem<?>> wParams)
Compare method parameters with wave parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static WaveItem<ObservableList<Node>> |
JRebirthWaves.ADD_UI_CHILDREN_PLACEHOLDER
The waveItem that hold the children list of the parent node.
|
static WaveItem<ObjectProperty<Node>> |
JRebirthWaves.ATTACH_UI_NODE_PLACEHOLDER
The waveItem that hold the attached node.
|
static WaveItem<List<Wave>> |
JRebirthWaves.CHAINED_WAVES
The waveItem that hold the list of wave to be executed back to back.
|
static WaveItem<ProgressBar> |
JRebirthWaves.PROGRESS_BAR
This wave item will be used only into a WaveData to pass the right progress bar used by service task.
|
static WaveItem<Boolean> |
JRebirthWaves.REUSE_COMMAND
The waveItem that indicates if command instance must be reused or if another must created.
|
static WaveItem<ServiceTask<?>> |
JRebirthWaves.SERVICE_TASK
This wave item will be used only into a WaveData to pass the current Service task handled by the wave.
|
static WaveItem<StringProperty> |
JRebirthWaves.TASK_MESSAGE
This wave item will be used only into a WaveData to pass the right string property used to display the task message.
|
static WaveItem<StringProperty> |
JRebirthWaves.TASK_TITLE
This wave item will be used only into a WaveData to pass the right string property used to display the task title.
|
private WaveItem<T> |
WaveData.waveItem
The key property, must be set with an enumeration that implements WaveItem.
|
| Modifier and Type | Field and Description |
|---|---|
private List<WaveItem<?>> |
WaveTypeBase.waveItemList
Define arguments types to use.
|
private Map<WaveItem<?>,WaveData<?>> |
WaveBase.waveItemsMap
A map used to contain all data.
|
| Modifier and Type | Method and Description |
|---|---|
WaveItem<T> |
WaveData.getKey() |
| Modifier and Type | Method and Description |
|---|---|
List<WaveItem<?>> |
WaveTypeBase.getWaveItemList()
Gets the wave item list.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
WaveBase.add(WaveItem<T> waveItem,
T value)
Add a wave data.
|
<T> void |
Wave.add(WaveItem<T> waveItem,
T value)
Add a wave data.
|
static WaveTypeBase |
WaveTypeBase.build(String action,
WaveItem<?>... waveItems)
Build a wave type.
|
static WaveTypeBase |
WaveTypeBase.build(String action,
WaveType returnWaveType,
WaveItem<?>... waveItems)
Build a wave type.
|
static <T> WaveData<T> |
WaveData.build(WaveItem<T> waveItem,
T value)
Build a wave data.
|
boolean |
WaveBase.contains(WaveItem<?> waveItem)
Check if an object exists.
|
boolean |
Wave.contains(WaveItem<?> waveItem)
Check if an object exists.
|
boolean |
WaveBase.containsNotNull(WaveItem<?> waveItem)
Check if an object exists and if it isn't null.
|
boolean |
Wave.containsNotNull(WaveItem<?> waveItem)
Check if an object exists and if it isn't null.
|
<T> T |
WaveBase.get(WaveItem<T> waveItem)
Retrieve a value.
|
<T> T |
Wave.get(WaveItem<T> waveItem)
Retrieve a value.
|
<T> WaveData<T> |
WaveBase.getData(WaveItem<T> waveItem)
Retrieve a wave data object.
|
<T> WaveData<T> |
Wave.getData(WaveItem<T> waveItem)
Retrieve a wave data object.
|
static void |
WaveItem.initEnum(WaveItemEnum waveItemEnum,
WaveItem<?> wi)
Initialize a WaveItem for a WaveItems.
|
void |
WaveData.setKey(WaveItem<T> waveItem) |
| Constructor and Description |
|---|
WaveData(WaveItem<T> waveItem,
T value)
Default Constructor.
|
WaveItems(WaveItem<?> wi)
Private constructor.
|
WaveTypeBase(String action,
WaveItem<?>... waveItems)
Default constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private WaveItem<I> |
AbstractWaveChecker.waveItem
The wave item used to store the value into a WaveData.
|
| Modifier and Type | Method and Description |
|---|---|
protected WaveItem<I> |
AbstractWaveChecker.getWaveItem() |
| Constructor and Description |
|---|
AbstractWaveChecker(WaveItem<I> waveItem,
V matchingValue)
Default Constructor.
|
ClassWaveChecker(WaveItem<I> waveItem,
Class<I> matchingValue)
Default Constructor to call the super one.
|
DefaultWaveChecker(WaveItem<I> waveItem,
I matchingValue)
Default COnstructor to call the super one.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.