| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.workbench |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Base.init(Launcher<?> launcher,
java.lang.Object root)
Initialization sequence returns basic container to handle perspective.
|