| Package | Description |
|---|---|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.command.basic.showmodel |
Provides classes to manage Model related commands.
|
| org.jrebirth.af.core.command.basic.stage |
Provides useful commands to manage
Stage. |
| org.jrebirth.af.core.link |
Provides...
|
| org.jrebirth.af.core.wave |
Provides all Wave related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseCommand<WB extends WaveBean>
The class AbstractBaseCommand.
|
class |
AbstractMultiCommand<WB extends WaveBean>
The class AbstractMultiCommand.
|
class |
AbstractSingleCommand<WB extends WaveBean>
The class AbstractSingleCommand.
|
interface |
CommandBean<WB extends WaveBean>
The interface Command is used to run atomic and reusable action.
|
class |
CommandWaveBuilder<B extends CommandWaveBuilder<B,WB>,WB extends WaveBean>
The class WaveBuilder.
|
class |
DefaultBeanCommand<WB extends WaveBean>
The class DefaultBeanCommand.
|
class |
DefaultMultiBeanCommand<WB extends WaveBean>
The class DefaultMultiBeanCommand.
|
class |
DefaultPoolBeanCommand<WB extends WaveBean>
The class DefaultPoolBeanCommand.
|
class |
DefaultUIBeanCommand<WB extends WaveBean>
The class DefaultUIBeanCommand.
|
interface |
MultiCommand<WB extends WaveBean>
The class MultiCommand.
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractBaseCommand<? extends WaveBean> |
CommandRunnable.command
The command link.
|
| Modifier and Type | Method and Description |
|---|---|
WaveBean |
Command.getWaveBean(Wave wave)
Get the wave bean and cast it.
|
| Constructor and Description |
|---|
CommandRunnable(String runnableName,
AbstractBaseCommand<? extends WaveBean> command,
Wave wave)
Default Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayModelWaveBean
The class DisplayModelWaveBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StageWaveBean
The class StageWaveBean.
|
| Modifier and Type | Method and Description |
|---|---|
<WB extends WaveBean> |
CommandReady.callCommand(Class<? extends CommandBean<WB>> commandClass,
WB waveBean)
Send a wave used to call a command.
|
<WB extends WaveBean> |
AbstractWaveReady.callCommand(Class<? extends CommandBean<WB>> commandClass,
WB waveBean)
Send a wave used to call a command.
|
| Modifier and Type | Method and Description |
|---|---|
private Wave |
AbstractWaveReady.createWave(WaveGroup waveGroup,
WaveType waveType,
Class<?> relatedClass,
WaveBean waveBean)
Build a wave object with its dedicated WaveBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWaveBean
The class DefaultWaveBean.
|
| Modifier and Type | Field and Description |
|---|---|
private WaveBean |
WaveBase.waveBean
The wave bean.
|
| Modifier and Type | Field and Description |
|---|---|
private Class<? extends WaveBean> |
WaveBase.waveBeanClass
The type extending WaveBean to use to embed some values.
|
private Class<? extends WaveBean> |
WaveBuilder.waveBeanClass
The wave bean class of the wave to build.
|
| Modifier and Type | Method and Description |
|---|---|
WaveBean |
WaveBase.getWaveBean()
Return the wave bean used to wrap wave properties.
|
WaveBean |
Wave.getWaveBean()
Return the wave bean used to wrap wave properties.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends WaveBean> |
WaveBase.getWaveBeanClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaveBase.linkWaveBean(WaveBean waveBean)
Link a wave bean.
|
void |
Wave.linkWaveBean(WaveBean waveBean)
Link a wave bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveBase.setWaveBeanClass(Class<? extends WaveBean> waveBeanClass) |
B |
WaveBuilder.waveBeanClass(Class<? extends WaveBean> waveBeanClass)
Define the wave bean class.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.