L
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface IBase<L,A,M>
Modifier and Type | Method and Description |
---|---|
java.util.List<IPerspective<L,A,M>> |
getPerspectives()
Get perspectives in workbench.
|
void |
init(Launcher<?> launcher)
Initialization sequence returns basic container to handle perspectives.
|
void |
setPerspectives(java.util.List<IPerspective<L,A,M>> perspectives)
Set perspectives to workbench.
|
void setPerspectives(java.util.List<IPerspective<L,A,M>> perspectives)
perspectives
- java.util.List<IPerspective<L,A,M>> getPerspectives()
void init(Launcher<?> launcher)
launcher
- for di container