A B C D E F G H I L M N O P R S T U V W X Y 

A

actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.clusterDialog.ClusterDialogActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.importSettings.FileImportSettingsDialogActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.licenseDialog.LicenseDisplayDialogActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.mainMenu.MainChartMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.mainMenu.MainDataMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.mainMenu.MainDataRemoveParameterMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.mainMenu.MainFileMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.mainMenu.MainHelpMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.mainMenu.MainOptionsMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ChartFrameAddDesignToClusterMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ChartFrameClusteringMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ChartFrameOptionsMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ChartFrameSelectParametersMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ParallelChartContextMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ParallelChartSidebarActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesChartFrame.ParameterSetSelectionDialogActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsAxisChoiceComboActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.ChartSpecificDisplaySettingsDialogActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.DefaultDisplaySettingsDialogActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.ParallelChartDisplaySettingsActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.scatter2DChartFrame.Scatter2DChartFrameOptionsMenuActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.scatter2DChartSettings.Scatter2DChartAxisPanelActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.actionListeners.scatter2DChartSettings.Scatter2DChartDisplaySettingsActionListener
 
actionPerformed(ActionEvent) - Method in class org.xdat.gui.buttons.ColorChoiceButton
Action performed.
actionPerformed(ActionEvent) - Method in class org.xdat.gui.buttons.CustomButton
Action performed.
actionPerformed(ActionEvent) - Method in class org.xdat.gui.tables.ColorEditor
Handles events from the editor button and from the dialog's OK button.
addAxis(Axis) - Method in class org.xdat.chart.ParallelCoordinatesChart
Adds the axis.
addAxis(int, Axis) - Method in class org.xdat.chart.ParallelCoordinatesChart
Adds an Axis at the position index.
addChart(Chart) - Method in class org.xdat.Session
Adds a chart to the session.
addChartFrame(ChartFrame) - Method in class org.xdat.Main
Adds a chart frame to the Vector with references to all chart frames.
addChartToComboboxes(ChartFrame) - Method in class org.xdat.Main
Informs all combobox models that a new parallel chart was added.
addClusterListener(ClusterListener) - Method in class org.xdat.data.Cluster
Adds a cluster listener
addClusterToBuffer() - Method in class org.xdat.data.ClusterSet
Adds a new cluster to the editing buffer.
addDesign(Design) - Method in class org.xdat.data.DataSheet
Adds a Design to the DataSheet.
addElement(Object) - Method in class org.xdat.actionListeners.scatter2DChartSettings.ParallelChartFrameComboModel
 
addFilters() - Method in class org.xdat.chart.Axis
Adds the Filters.
addListDataListener(ListDataListener) - Method in class org.xdat.data.DataSheet
 
addTableModelListener(TableModelListener) - Method in class org.xdat.data.ClusterSet
 
addTableModelListener(TableModelListener) - Method in class org.xdat.data.DataSheet
 
apply() - Method in class org.xdat.chart.Filter
Applies the Filter to all designs.
applyAllFilters() - Method in class org.xdat.chart.ParallelCoordinatesChart
Apply all filters.
applyChanges() - Method in class org.xdat.data.ClusterSet
All changes made to the editing buffer are now applied by copying the buffer to the persistent Vector clusters.
applyFilters() - Method in class org.xdat.chart.Axis
Apply filters to designs
applySettings(Axis) - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
Apply settings.
autofit() - Method in class org.xdat.chart.Axis
Sets the Axis display range such that all Designs lie within the upper and the lower bound of this Axis.
autofitAllAxes() - Method in class org.xdat.chart.ParallelCoordinatesChart
Autofits all axes.
autofitAxisAllChartFrames(int) - Method in class org.xdat.Main
Autofit a specified axis for all chart frames .
autofitX(DataSheet) - Method in class org.xdat.chart.ScatterPlot2D
Autofits the x axis.
autofitY(DataSheet) - Method in class org.xdat.chart.ScatterPlot2D
Autofits the y axis.
Axis - Class in org.xdat.chart
A serializable representation of all relevant settings for an Axis on a Parallel coordinates shart.
Axis(DataSheet, ParallelCoordinatesChart, Parameter) - Constructor for class org.xdat.chart.Axis
Instantiates a new Axis.
AXIS_LABEL_PADDING - Static variable in class org.xdat.chart.ScatterPlot2D
The padding for axis labels
AxisDisplaySettingsActionListener - Class in org.xdat.actionListeners.parallelCoordinatesDisplaySettings
ActionListener that is used for the controls on the AxisDisplaySettingsPanel.
AxisDisplaySettingsActionListener(Main, JDialog, AxisDisplaySettingsPanel) - Constructor for class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
Instantiates a new axis display settings action listener for editing the default settings.
AxisDisplaySettingsActionListener(JDialog, AxisDisplaySettingsPanel, ParallelCoordinatesChart) - Constructor for class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
Instantiates a new axis display settings action listener for a specific Chart.
AxisDisplaySettingsAxisChoiceComboActionListener - Class in org.xdat.actionListeners.parallelCoordinatesDisplaySettings
ActionListener for the combobox that allows to switch the Axis that is currently being edited in an Axis Display Settings Dialog.
AxisDisplaySettingsAxisChoiceComboActionListener(ParallelCoordinatesChart, AxisDisplaySettingsPanel, JComboBox) - Constructor for class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsAxisChoiceComboActionListener
Instantiates a new axis display settings axis choice combo action listener.
AxisDisplaySettingsPanel - Class in org.xdat.gui.panels
Panel to modify display settings for Objects of type Axis of the ParallelCoordinatesChart.
AxisDisplaySettingsPanel(Main, ParallelCoordinatesDisplaySettingsDialog) - Constructor for class org.xdat.gui.panels.AxisDisplaySettingsPanel
Instantiates a new axis display settings panel that is used to modify the user preferences.
AxisDisplaySettingsPanel(Main, ParallelCoordinatesDisplaySettingsDialog, ChartFrame) - Constructor for class org.xdat.gui.panels.AxisDisplaySettingsPanel
Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
A B C D E F G H I L M N O P R S T U V W X Y