org.ow2.clif.console.lib.egui.rcp
Class ClifActionBuilder
java.lang.Object
org.eclipse.ui.application.ActionBarAdvisor
org.ow2.clif.console.lib.egui.rcp.ClifActionBuilder
public final class ClifActionBuilder
- extends org.eclipse.ui.application.ActionBarAdvisor
Adds actions to a workbench window.
Fields inherited from class org.eclipse.ui.application.ActionBarAdvisor |
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE |
Constructor Summary |
ClifActionBuilder(org.eclipse.ui.application.IActionBarConfigurer actionBarConfigurer)
Constructs a new action builder. |
Method Summary |
protected void |
fillCoolBar(org.eclipse.jface.action.ICoolBarManager cbManager)
|
protected void |
fillMenuBar(org.eclipse.jface.action.IMenuManager menubar)
|
protected void |
makeActions(org.eclipse.ui.IWorkbenchWindow window)
|
Methods inherited from class org.eclipse.ui.application.ActionBarAdvisor |
dispose, disposeAction, disposeActions, fillActionBars, fillStatusLine, getAction, getActionBarConfigurer, isApplicationMenu, register, restoreState, saveState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClifActionBuilder
public ClifActionBuilder(org.eclipse.ui.application.IActionBarConfigurer actionBarConfigurer)
- Constructs a new action builder.
- Parameters:
actionBarConfigurer
- the configurer
fillCoolBar
protected void fillCoolBar(org.eclipse.jface.action.ICoolBarManager cbManager)
- Overrides:
fillCoolBar
in class org.eclipse.ui.application.ActionBarAdvisor
fillMenuBar
protected void fillMenuBar(org.eclipse.jface.action.IMenuManager menubar)
- Overrides:
fillMenuBar
in class org.eclipse.ui.application.ActionBarAdvisor
makeActions
protected void makeActions(org.eclipse.ui.IWorkbenchWindow window)
- Overrides:
makeActions
in class org.eclipse.ui.application.ActionBarAdvisor