org.eclipse.cdt.managedbuilder.ui.actions
Class ConvertTargetAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.cdt.managedbuilder.ui.actions.ConvertTargetAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate
public class ConvertTargetAction
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IObjectActionDelegate
Method Summary |
static void |
initStartup()
|
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 |
dispose, init, runWithEvent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
PROJECT_CONVERTER_DIALOG
public static final java.lang.String PROJECT_CONVERTER_DIALOG
- See Also:
- Constant Field Values
ConvertTargetAction
public ConvertTargetAction()
initStartup
public static void initStartup()
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