Package tech.molecules.leet.table.action
Class CreateXYScatterPlotActionGUI
- java.lang.Object
-
- tech.molecules.leet.table.action.CreateXYScatterPlotActionGUI
-
public class CreateXYScatterPlotActionGUI extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateXYScatterPlotActionGUI(CreateXYScatterPlotActionModel model, Frame owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JPanelgetActionGUI()CreateXYScatterPlotActionConfiggetConfig(NexusTableModel ntm, JPanel plotpanel)voidsetConfig(CreateXYScatterPlotActionConfig conf)
-
-
-
Constructor Detail
-
CreateXYScatterPlotActionGUI
public CreateXYScatterPlotActionGUI(CreateXYScatterPlotActionModel model, Frame owner)
-
-
Method Detail
-
setConfig
public void setConfig(CreateXYScatterPlotActionConfig conf)
-
getConfig
public CreateXYScatterPlotActionConfig getConfig(NexusTableModel ntm, JPanel plotpanel)
-
getActionGUI
public JPanel getActionGUI()
-
-