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

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

public class EditDetailFormatterAction
extends ObjectActionDelegate

Author:
Max Stepanov

Constructor Summary
EditDetailFormatterAction()
           
 
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

EditDetailFormatterAction

public EditDetailFormatterAction()
Method Detail

run

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