Package org.eclipse.jdt.ui.actions
Class FormatAllAction.ObjectDelegate
- java.lang.Object
-
- org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
-
- All Implemented Interfaces:
IActionDelegate
,IObjectActionDelegate
- Enclosing class:
- FormatAllAction
public static class FormatAllAction.ObjectDelegate extends Object implements IObjectActionDelegate
-
-
Constructor Summary
Constructors Constructor Description ObjectDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(IAction action)
void
selectionChanged(IAction action, ISelection selection)
void
setActivePart(IAction action, IWorkbenchPart targetPart)
-
-
-
Method Detail
-
setActivePart
public void setActivePart(IAction action, IWorkbenchPart targetPart)
- Specified by:
setActivePart
in interfaceIObjectActionDelegate
-
run
public void run(IAction action)
- Specified by:
run
in interfaceIActionDelegate
-
selectionChanged
public void selectionChanged(IAction action, ISelection selection)
- Specified by:
selectionChanged
in interfaceIActionDelegate
-
-