| Package | Description |
|---|---|
| org.jrebirth.af.api.command |
Provides API for Command components.
|
| org.jrebirth.af.api.component.basic |
Provides base classes to create JRebirth EnhancedComponent.
|
| org.jrebirth.af.api.component.behavior |
Provide interface to support Behavior management into
Component. |
| org.jrebirth.af.api.component.factory |
Provides contract used to build EnhancedComponent.
|
| org.jrebirth.af.api.link |
Provides link classes.
|
| org.jrebirth.af.api.service |
Provides classes to define Service EnhancedComponent.
|
| org.jrebirth.af.api.ui |
Provides API for User Interface components.
|
| org.jrebirth.af.api.ui.object |
Provide API to manage bindable object into Model Components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command
The interface Command is used to run atomic and reusable action.
|
interface |
CommandBean<WB extends WaveBean>
The interface Command is used to run atomic and reusable action.
|
interface |
MultiCommand<WB extends WaveBean>
The class MultiCommand.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InnerComponent<C extends Component<?>>
The interface InnerModels.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Component<?>> |
Component.addInnerComponent(InnerComponent<C> innerComponent)
Add an inner component.
|
<C extends Component<?>> |
Component.getInnerComponent(InnerComponent<C> innerComponent)
Get an inner component.
|
| Modifier and Type | Method and Description |
|---|---|
Component<?> |
Component.getRootComponent()
Return the root component (for inner component).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setRootComponent(Component<?> rootComponent)
Define the root component for an inner component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BehavioredComponent<C extends Component<C>>
The interface BehavioredComponent.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Behavior<D extends BehaviorData>
The Interface Behavior is used to define basic methods that each Behavior shall implements.
|
interface |
BehavioredComponent<C extends Component<C>>
The interface BehavioredComponent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentFactory.register(Class<? extends Component<?>> interfaceClass,
Class<? extends Component<?>> implClass)
.
|
void |
ComponentFactory.register(Class<? extends Component<?>> interfaceClass,
Class<? extends Component<?>> implClass)
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.listen(Component<?> linkedObject,
WaveChecker waveChecker,
Method method,
WaveType... waveTypes)
Start to listen a defined type of wave.
|
void |
Notifier.unlisten(Component<?> linkedObject,
WaveType... waveType)
Stop to listen a defined type of wave.
|
void |
Notifier.unlistenAll(Component<?> linkedObject)
Stop to listen all waveType listened by the component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service
The interface Service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Model
The interface Model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelObject<O>
The interface ModelObject is used to support a main object for a Model.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.