public class CreateCSVPlotAction
extends org.eclipse.jface.action.Action
VizFileViewer
.Constructor and Description |
---|
CreateCSVPlotAction(org.eclipse.ui.part.ViewPart parentView,
AddCSVPlotAction parentAction)
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
plotFile(org.eclipse.swt.widgets.Shell shell,
CSVPlotViewer plotViewer,
VizResource resource) |
void |
plotFileSet(org.eclipse.swt.widgets.Shell shell,
CSVPlotViewer plotViewer,
VizResource resource) |
void |
run()
The function called whenever the action is clicked.
|
void |
setIndependentVar(org.eclipse.swt.widgets.Shell shell,
CSVDataProvider newDataProvider) |
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
addPropertyChangeListener, removePropertyChangeListener
public CreateCSVPlotAction(org.eclipse.ui.part.ViewPart parentView, AddCSVPlotAction parentAction)
parentView
- The ViewPart to whom the object of this class belongs.parentAction
- The AddFileAction to whom the object of this class belongs.public void run()
run
in interface org.eclipse.jface.action.IAction
run
in class org.eclipse.jface.action.Action
public void plotFile(org.eclipse.swt.widgets.Shell shell, CSVPlotViewer plotViewer, VizResource resource)
shell
- plotViewer
- resource
- public void plotFileSet(org.eclipse.swt.widgets.Shell shell, CSVPlotViewer plotViewer, VizResource resource)
shell
- plotViewer
- resource
- public void setIndependentVar(org.eclipse.swt.widgets.Shell shell, CSVDataProvider newDataProvider)
shell
- newDataProvider
-