Package tech.molecules.leet.table.action
Class CreateXYScatterPlotActionModel
- java.lang.Object
-
- tech.molecules.leet.table.action.CreateXYScatterPlotActionModel
-
public class CreateXYScatterPlotActionModel extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateXYScatterPlotActionModel(NexusTableModel ntm, JPanel plotpanel)CreateXYScatterPlotActionModel(NexusTableModel ntm, CreateXYScatterPlotActionConfig conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateXYScatterPlotActionConfiggetConfig()NexusTableModelgetNTM()CreateXYScatterPlotActionConfiginventConfig(JPanel plotpanel)voidperformAction()voidsetConfig(CreateXYScatterPlotActionConfig conf)
-
-
-
Constructor Detail
-
CreateXYScatterPlotActionModel
public CreateXYScatterPlotActionModel(NexusTableModel ntm, CreateXYScatterPlotActionConfig conf)
-
CreateXYScatterPlotActionModel
public CreateXYScatterPlotActionModel(NexusTableModel ntm, JPanel plotpanel) throws Exception
- Throws:
Exception
-
-
Method Detail
-
setConfig
public void setConfig(CreateXYScatterPlotActionConfig conf)
-
getNTM
public NexusTableModel getNTM()
-
getConfig
public CreateXYScatterPlotActionConfig getConfig()
-
performAction
public void performAction()
-
inventConfig
public CreateXYScatterPlotActionConfig inventConfig(JPanel plotpanel) throws Exception
- Throws:
Exception
-
-