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

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

public class RemoveDetailFormatterAction
extends ObjectActionDelegate

Author:
Max Stepanov

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

RemoveDetailFormatterAction

public RemoveDetailFormatterAction()
Method Detail

run

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