| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.delegator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatelessCallabackComponent<L,A,M>
Represents a state less background/callback component.
|
interface |
UIComponent<C,L,A,M>
Represents an basic UI component handled by a perspective.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<SubComponent<L,A,M>> |
Perspective.getComponentDelegateQueue()
Returns delegate queue to delegate component to correct target
|
java.util.List<SubComponent<L,A,M>> |
StatelessCallabackComponent.getInstances()
return instances of current state less component
|
java.util.List<SubComponent<L,A,M>> |
Perspective.getSubcomponents()
Returns all subcomponents in perspective.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Perspective.init(java.util.concurrent.BlockingQueue<SubComponent<L,A,M>> componentDelegateQueue,
java.util.concurrent.BlockingQueue<DelegateDTO<A,M>> messageDelegateQueue,
Coordinator<L,A,M> messageCoordinator,
Launcher<?> launcher)
The initialization method.
|
void |
Perspective.postInit(ComponentHandler<SubComponent<L,A,M>,Message<A,M>> componentHandler)
post init method to set correct component handler and to initialize
component depending on objects created in startUp sequence.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<SubComponent<L,A,M>> |
ComponentDelegator.getComponentDelegateQueue()
Get the delegate queue to add component to be delegated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDelegator.delegateComponent(SubComponent<L,A,M> component)
Handles delegate of a component.
|