Eclipse JDT
Release 3.0

org.eclipse.jdt.ui.actions
Class FormatAllAction.ObjectDelegate

java.lang.Object
  extended byorg.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
FormatAllAction.ObjectDelegate()
           
 
Method Summary
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 void setActivePart(IAction action, IWorkbenchPart targetPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatAllAction.ObjectDelegate

public FormatAllAction.ObjectDelegate()
Method Detail

setActivePart

public void setActivePart(IAction action,
                          IWorkbenchPart targetPart)
Specified by:
setActivePart in interface IObjectActionDelegate

run

public void run(IAction action)
Specified by:
run in interface IActionDelegate

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)
Specified by:
selectionChanged in interface IActionDelegate

Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.