- savePlots(String, int, int) - Method in interface engine.Engine
-
Export plots to specific path with specific size
- savePlots(String, int, int) - Method in class engine.r.R_engine
-
- SELECT - Static variable in class gui.dialog.AnalyzeOptionsDialog
-
- setColor(int, String) - Method in class gui.model.ColorTableModel
-
Set specific color name.
- setColors(String[]) - Method in interface engine.Engine
-
Set specific colors to plots
- setColors(String[]) - Method in class engine.r.R_engine
-
- setData(String[][]) - Method in class model.Table
-
Set matrix to table.
- setData(String, int, int) - Method in class model.Table
-
Set data to specific cell.
- setEditable(int) - Method in class gui.model.MyTableModel
-
Set specific column to editable.
- setLanguage(Language) - Method in class gui.components.Button
-
- setLanguage(Language) - Method in class gui.components.CheckBox
-
- setLanguage(Language) - Method in class gui.components.CheckBoxMenuItem
-
- setLanguage(Language) - Method in interface gui.components.GuiObject
-
Set other language
- setLanguage(Language) - Method in class gui.components.Label
-
- setLanguage(Language) - Method in class gui.components.Menu
-
- setLanguage(Language) - Method in class gui.components.MenuItem
-
- setLanguage(Language) - Method in class gui.components.RadioButton
-
- setLanguage(Language) - Method in class gui.components.RadioButtonMenuItem
-
- setLanguage(Language) - Method in class gui.components.TitleBorder
-
- setLanguage(Language) - Method in class gui.panels.PlotPanel
-
Set language
- setNames(String[]) - Method in class model.Table
-
Set names of columns.
- setNAValue(String, String) - Method in interface engine.Engine
-
Set missing values to specific column
- setNAValue(String, String) - Method in class engine.r.R_engine
-
- setNewWindow(Boolean) - Method in class gui.panels.PlotPanel
-
Set true to plot in new window, false otherwise.
- setNotes(String) - Method in class model.ChisqTest
-
Set test values.
- setPieDisable() - Method in class gui.panels.FreqPlotPanel
-
Set pie radio button to disable.
- setPlotGraphPanel(JPanel) - Method in interface engine.Engine
-
Set instance of JPanel with plot.
- setPlotGraphPanel(JPanel) - Method in class engine.r.R_engine
-
- setStatusText(String) - Method in class gui.panels.StatusBar
-
Set specific help text.
- setSuccess(boolean) - Method in class model.ChisqTest
-
Set true if it is independent, false otherwise.
- setValue(boolean) - Method in class model.Boolean
-
Set boolean value.
- setValueAt(Object, int, int) - Method in class gui.model.MyTableModel
-
- showCSVOpenDialog() - Static method in class utils.FileUtils
-
Show open dialog for load csv file.
- showDialog(String[], Properties) - Static method in class gui.dialog.AnalyzeOptionsDialog
-
Show and create option dialog.
- showDialog(String[], String) - Static method in class gui.dialog.ChooseNADialog
-
Create and show dialog.
- showDialog(String[], Engine, String) - Static method in class gui.dialog.ChooseVariableDialog
-
Create and show dialog.
- showFileSaveDialog(String, String...) - Static method in class utils.FileUtils
-
Show dialog to save custom file.
- StatusBar - Class in gui.panels
-
Status bar.
- StatusBar(int) - Constructor for class gui.panels.StatusBar
-
Create status bar with specific width.