C
- defines the base component where others extend fromL
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface IWorkbench<C,L,A,M> extends IBase<L,A,M>
Modifier and Type | Method and Description |
---|---|
IActionListener<L,A,M> |
getActionListener(java.lang.String targetId,
java.lang.Object message)
Returns an action listener (for local, target and global use).
|
IWorkbenchLayout<C> |
getWorkbenchLayout()
Returns workbench layout object.
|
void |
handleInitialLayout(IAction<A,M> action,
IWorkbenchLayout<C> layout)
Handle the workbench layout.
|
getPerspectives, init, setPerspectives
void handleInitialLayout(IAction<A,M> action, IWorkbenchLayout<C> layout)
action
- layout
- IWorkbenchLayout<C> getWorkbenchLayout()
IActionListener<L,A,M> getActionListener(java.lang.String targetId, java.lang.Object message)