com.aptana.ide.debug.internal.ui.actions
Class NewDetailFormatterAction

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.actions.ObjectActionDelegate
      extended by com.aptana.ide.debug.internal.ui.actions.NewDetailFormatterAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class NewDetailFormatterAction
extends ObjectActionDelegate

Author:
Max Stepanov

Constructor Summary
NewDetailFormatterAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class com.aptana.ide.debug.internal.ui.actions.ObjectActionDelegate
getCurrentSelection, refreshCurrentSelection, selectionChanged, setActivePart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDetailFormatterAction

public NewDetailFormatterAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)