org.eclipse.amp.agf.chart.ide
Class DisplayLegendAction

java.lang.Object
  extended by org.eclipse.amp.agf.chart.ide.ChartAction
      extended by org.eclipse.amp.agf.chart.ide.DisplayLegendAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class DisplayLegendAction
extends ChartAction

The Class DisplayLegendAction.


Field Summary
 
Fields inherited from class org.eclipse.amp.agf.chart.ide.ChartAction
viewPart
 
Constructor Summary
DisplayLegendAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class org.eclipse.amp.agf.chart.ide.ChartAction
getEditor, init, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayLegendAction

public DisplayLegendAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Specified by:
run in class ChartAction
See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)