org.eclipse.cdt.managedbuilder.ui.actions
Class BuildAllAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.cdt.managedbuilder.ui.actions.BuildAllAction
- All Implemented Interfaces:
- org.eclipse.jface.action.IMenuCreator, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate, org.eclipse.ui.IWorkbenchWindowPulldownDelegate, org.eclipse.ui.IWorkbenchWindowPulldownDelegate2
public class BuildAllAction
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IWorkbenchWindowPulldownDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.jface.action.IMenuCreator
Action which changes active build configuration of the current project to
the given one.
Method Summary |
void |
dispose()
|
org.eclipse.swt.widgets.Menu |
getMenu(org.eclipse.swt.widgets.Control parent)
|
org.eclipse.swt.widgets.Menu |
getMenu(org.eclipse.swt.widgets.Menu parent)
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
void |
run(org.eclipse.jface.action.IAction action)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
init, runWithEvent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildAllAction
public BuildAllAction()
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate
- Overrides:
selectionChanged
in class org.eclipse.ui.actions.ActionDelegate
run
public void run(org.eclipse.jface.action.IAction action)
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
- Overrides:
run
in class org.eclipse.ui.actions.ActionDelegate
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
- Specified by:
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.jface.action.IMenuCreator
- Specified by:
dispose
in interface org.eclipse.ui.IActionDelegate2
- Specified by:
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- Overrides:
dispose
in class org.eclipse.ui.actions.ActionDelegate
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
getMenu
public org.eclipse.swt.widgets.Menu getMenu(org.eclipse.swt.widgets.Control parent)
- Specified by:
getMenu
in interface org.eclipse.jface.action.IMenuCreator
- Specified by:
getMenu
in interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate
getMenu
public org.eclipse.swt.widgets.Menu getMenu(org.eclipse.swt.widgets.Menu parent)
- Specified by:
getMenu
in interface org.eclipse.jface.action.IMenuCreator
- Specified by:
getMenu
in interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate2