| Package | Description |
|---|---|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.command.basic |
Provides basic commands for all kind of application.
|
| 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...
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiCommand<WB extends WaveBean>
The class MultiCommand.
|
| 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.
|
class |
DefaultBeanCommand<WB extends WaveBean>
The class DefaultBeanCommand.
|
class |
DefaultCommand
The class DefaultCommand.
|
class |
DefaultMultiBeanCommand<WB extends WaveBean>
The class DefaultMultiBeanCommand.
|
class |
DefaultMultiCommand
The class DefaultMultiCommand.
|
class |
DefaultPoolBeanCommand<WB extends WaveBean>
The class DefaultPoolBeanCommand.
|
class |
DefaultPoolCommand
The class DefaultPoolCommand.
|
class |
DefaultUIBeanCommand<WB extends WaveBean>
The class DefaultUIBeanCommand.
|
class |
DefaultUICommand
The class DefaultUICommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainServiceCommand
The class ChainServiceCommand.
|
class |
ChainWaveCommand
The class PrepareModelCommand.
|
class |
ShowErrorDialog
The class ShowErrorDialog.
|
class |
SwitchFullScreenCommand
The class SwitchFullScreenCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachModelCommand
The class AttachModelCommand.
|
class |
DetachModelCommand
The class DetachModelCommand.
|
class |
FadeTransitionCommand
The Class FadeTransitionCommand.
|
class |
PrepareModelCommand
The class PrepareModelCommand.
|
class |
ShowFadingModelCommand
The Class ShowFadingModelCommand is used to show a model an then used a fading transition.
|
class |
ShowModelCommand
The class ShowModelCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StageCommand
The class OpenStageCommand.
|
| 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.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.