| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.coordinator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Perspective<C,L,A,M>
Defines a perspective, a perspective is a root component handled by an
workbench and contains sub-component such as visible UI component or
background component.
|
interface |
StatelessCallabackComponent<L,A,M>
Represents a state less background/callback component.
|
interface |
SubComponent<L,A,M>
Defines a subcomponent handled by a root component.
|
interface |
UIComponent<C,L,A,M>
Represents an basic UI component handled by a perspective.
|
| 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
|