| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.coordinator |
| Modifier and Type | Method and Description |
|---|---|
ComponentHandler<T,A> |
RootComponent.getComponentHandler()
Returns component handler to handle initialization and reassignment of
subcomponents.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
<P extends ComponentBase<L,M>> |
Coordinator.setComponentHandler(ComponentHandler<P,Message<A,M>> handler)
set associated componentHandler
|
<P extends ComponentBase<L,M>> |
Delegator.setPerspectiveHandler(ComponentHandler<P,Message<A,M>> handler)
Set the associated perspective handler.
|
<P extends ComponentBase<L,M>> |
Coordinator.setPerspectiveHandler(ComponentHandler<P,Message<A,M>> handler)
set associated perspectiveHandler
|