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

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

public class SelectTimeSeriesAction
extends ChartAction

The Class DisplayLegendAction.


Field Summary
 
Fields inherited from class org.eclipse.amp.agf.chart.ide.ChartAction
viewPart
 
Constructor Summary
SelectTimeSeriesAction()
           
 
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

SelectTimeSeriesAction

public SelectTimeSeriesAction()
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)