- data - package data
-
- DataSheet - Class in data
-
A representation of the data imported from a text file.
- DataSheet(String, boolean, Main, ProgressMonitor) - Constructor for class data.DataSheet
-
Instantiates a new data sheet and fills it with data from a given file.
- DataSheetCreationThread - Class in workerThreads
-
A thread that runs in the background to create a new datasheet.
- DataSheetCreationThread(String, boolean, Main, ProgressMonitor) - Constructor for class workerThreads.DataSheetCreationThread
-
Instantiates a new data sheet creation thread.
- DataSheetTableColumnModel - Class in gui.tables
-
A column model for the JTable that displays the
DataSheet
.
- DataSheetTableColumnModel(Main, DataSheet) - Constructor for class gui.tables.DataSheetTableColumnModel
-
Instantiates a new generic table column model.
- DataSheetTablePanel - Class in gui.panels
-
The Panel on which the
DataSheet
table is displayed.
- DataSheetTablePanel(Main) - Constructor for class gui.panels.DataSheetTablePanel
-
Instantiates a new data sheet table panel.
- DataSheetUpdateThread - Class in workerThreads
-
A thread that runs in the background to create a new datasheet.
- DataSheetUpdateThread(String, boolean, Main, ProgressMonitor) - Constructor for class workerThreads.DataSheetUpdateThread
-
Instantiates a new data sheet creation thread.
- DataTable - Class in gui.tables
-
The Class DataTable.
- DataTable(DataSheet, TableColumnModel, Main) - Constructor for class gui.tables.DataTable
-
Instantiates a new data table.
- DataTableCellEditor - Class in gui.tables
-
The Class DataTableCellEditor.
- DataTableCellEditor() - Constructor for class gui.tables.DataTableCellEditor
-
Instantiates a new Data Table Cell Editor.
- DataTableModelEvent - Class in customEvents
-
The Class DataTableModelEvent.
- DataTableModelEvent(TableModel, int, int, int, boolean, boolean, boolean, boolean[], boolean[], boolean[]) - Constructor for class customEvents.DataTableModelEvent
-
Instantiates a new data table model event.
- DataTableSelectionModel - Class in gui.tables
-
The Class DataTableSelectionModel.
- DataTableSelectionModel(Main) - Constructor for class gui.tables.DataTableSelectionModel
-
Instantiates a new Data Table Selection Model
- DefaultDisplaySettingsDialogActionListener - Class in actionListeners.parallelCoordinatesDisplaySettings
-
- DefaultDisplaySettingsDialogActionListener(ParallelCoordinatesDisplaySettingsDialog) - Constructor for class actionListeners.parallelCoordinatesDisplaySettings.DefaultDisplaySettingsDialogActionListener
-
Instantiates a new default display settings dialog action listener.
- Design - Class in data
-
- Design(int) - Constructor for class data.Design
-
/**
Instantiates a new design.
- dispose() - Method in class gui.dialogs.ScatterChart2DSettingsDialog
-
Overridden to unregister itself from frame
- dispose() - Method in class gui.frames.ChartFrame
-
- disposeAllChartFrames() - Method in class xdat.Main
-
Dispose all chart frames.
- doInBackground() - Method in class workerThreads.DataSheetCreationThread
-
- doInBackground() - Method in class workerThreads.DataSheetUpdateThread
-
- doInBackground() - Method in class workerThreads.ParallelCoordinatesChartCreationThread
-
- drawAxes(Graphics) - Method in class gui.panels.ParallelCoordinatesChartPanel
-
Draws the axes.
- drawAxes(Graphics, ScatterChart2D, ScatterPlot2D) - Method in class gui.panels.ScatterChart2DPanel
-
Draws the axes.
- drawDesigns(Graphics) - Method in class gui.panels.ParallelCoordinatesChartPanel
-
Draws the lines representing the designs.
- drawDesigns(Graphics, ScatterChart2D) - Method in class gui.panels.ScatterChart2DPanel
-
Draws the lines representing the designs.
- drawPlotFieldBackground(Graphics) - Method in class gui.panels.ChartPanel
-
Draws the plot field background.
- duplicate() - Method in class data.Cluster
-
Returns a duplicated instance of this Cluster for use in an editing Buffer.