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

A

actionListeners - package actionListeners
 
actionPerformed(ActionEvent) - Method in class actionListeners.AxisDisplaySettingsActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.AxisDisplaySettingsAxisChoiceComboActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ChartDisplaySettingsActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ChartFrameAddDesignToClusterMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ChartFrameClusteringMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ChartFrameOptionsMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ChartFrameSelectParametersMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ChartSpecificDisplaySettingsDialogActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ClusterDialogActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.DefaultDisplaySettingsDialogActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.FileImportSettingsDialogActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.LicenseDisplayDialogActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.MainChartMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.MainDataMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.MainDataRemoveParameterMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.MainFileMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.MainHelpMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.MainOptionsMenuActionListener
 
actionPerformed(ActionEvent) - Method in class actionListeners.ParameterSetSelectionDialogActionListener
 
actionPerformed(ActionEvent) - Method in class gui.buttons.ColorChoiceButton
Action performed.
actionPerformed(ActionEvent) - Method in class gui.buttons.CustomButton
Action performed.
actionPerformed(ActionEvent) - Method in class gui.tables.ColorEditor
Handles events from the editor button and from the dialog's OK button.
activationMap - Variable in class data.Design
is used to store the information is the design is filtered.
active - Variable in class chart.Axis
Specifies whether the Axis is displayed on the Chart.
active - Variable in class data.Cluster
Specifies whether Designs belonging to this Cluster should be displayed.
activeDesignColor - Variable in class actionListeners.ChartDisplaySettingsActionListener
The active design color.
activeDesignColor - Variable in class chart.Chart
The active design color.
activeDesignColor - Variable in class data.Cluster
The color in which Designs belonging to this Cluster are displayed.
activeDesignColorButton - Variable in class gui.panels.ChartDisplaySettingsPanel
The active design color button.
addAxis(Axis) - Method in class chart.Chart
Adds the axis.
addAxis(int, Axis) - Method in class chart.Chart
Adds an Axis at the position index.
addChart(Chart) - Method in class xdat.Session
Adds a chart to the session.
addChartFrame(ChartFrame) - Method in class xdat.Main
Adds a chart frame to the Vector with references to all chart frames.
addClusterToBuffer() - Method in class data.ClusterSet
Adds a new cluster to the editing buffer.
addDesign(Design) - Method in class data.DataSheet
Adds a Design to the DataSheet.
addFilters() - Method in class chart.Axis
Adds the Filters.
addTableModelListener(TableModelListener) - Method in class data.ClusterSet
 
addTableModelListener(TableModelListener) - Method in class data.DataSheet
 
allBlanksRadioButton - Variable in class gui.dialogs.FileImportSettingsDialog
Enables any white space as delimiting character.
apply() - Method in class chart.Filter
Applies the Filter to all designs.
applyAllFilters() - Method in class chart.Chart
Apply all filters.
applyChanges() - Method in class 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 chart.Axis
Apply filters to designs
applySettings(Axis) - Method in class actionListeners.AxisDisplaySettingsActionListener
Apply settings.
atLeastOneNonNumeric - Variable in class data.Parameter
Specifies at least one design has a non-numeric value
atLeastOneNumeric - Variable in class data.Parameter
Specifies at least one design has a numeric value
autoFit - Variable in class chart.Axis
Specifies whether this Axis is autofitted.
autofit() - Method in class 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 chart.Chart
Autofits all axes.
autoFitAxis - Variable in class actionListeners.AxisDisplaySettingsActionListener
Specifies whether Axes should be autofitted.
autofitAxisAllChartFrames(int) - Method in class xdat.Main
Autofit a specified axis for all chart frames .
autoFitAxisButtonGroup - Variable in class gui.panels.AxisDisplaySettingsPanel
The auto fit axis button group.
autoFitAxisFalseButton - Variable in class gui.panels.AxisDisplaySettingsPanel
The auto fit axis false button.
autoFitAxisTrueButton - Variable in class gui.panels.AxisDisplaySettingsPanel
The auto fit axis true button.
axes - Variable in class chart.Chart
The axes on this Chart.
Axis - Class in chart
A serializable representation of all relevant settings for an Axis on a Chart.
Axis(DataSheet, Chart, Parameter) - Constructor for class chart.Axis
Instantiates a new Axis.
axis - Variable in class chart.Filter
The axis to which the Filter belongs.
axisApplyFiltersRequired - Variable in class customEvents.DataTableModelEvent
True for the index of each axis where the filters need to be applied.
axisAutofitRequired - Variable in class customEvents.DataTableModelEvent
True for the index of each axis that needs to be autofitted.
axisChoiceCombo - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis choice combo.
axisColor - Variable in class actionListeners.AxisDisplaySettingsActionListener
The axis color.
axisColor - Variable in class chart.Axis
The axis color.
axisColorButton - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis color button.
AxisDisplaySettingsActionListener - Class in actionListeners
ActionListener that is used for the controls on the AxisDisplaySettingsPanel.
AxisDisplaySettingsActionListener(Main, JDialog, AxisDisplaySettingsPanel) - Constructor for class actionListeners.AxisDisplaySettingsActionListener
Instantiates a new axis display settings action listener for editing the default settings.
AxisDisplaySettingsActionListener(JDialog, AxisDisplaySettingsPanel, Chart) - Constructor for class actionListeners.AxisDisplaySettingsActionListener
Instantiates a new axis display settings action listener for a specific Chart.
AxisDisplaySettingsAxisChoiceComboActionListener - Class in actionListeners
ActionListener for the combobox that allows to switch the Axis that is currently being edited in an Axis Display Settings Dialog.
AxisDisplaySettingsAxisChoiceComboActionListener(Chart, AxisDisplaySettingsPanel, JComboBox) - Constructor for class actionListeners.AxisDisplaySettingsAxisChoiceComboActionListener
Instantiates a new axis display settings axis choice combo action listener.
axisDisplaySettingsPanel - Variable in class gui.dialogs.DisplaySettingsDialog
The axis display settings panel.
AxisDisplaySettingsPanel - Class in gui.panels
Panel to modify display settings for Objects of type Axis of the Chart.
AxisDisplaySettingsPanel(Main, DisplaySettingsDialog) - Constructor for class gui.panels.AxisDisplaySettingsPanel
Instantiates a new axis display settings panel that is used to modify the user preferences.
AxisDisplaySettingsPanel(Main, DisplaySettingsDialog, ChartFrame) - Constructor for class gui.panels.AxisDisplaySettingsPanel
Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
axisHeightSpinner - Variable in class gui.panels.ChartDisplaySettingsPanel
The axis height spinner.
axisInverted - Variable in class chart.Axis
Specifies whether the Axis should be displayed upside down.
axisLabelColor - Variable in class actionListeners.AxisDisplaySettingsActionListener
The axis label color.
axisLabelColorButton - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis label color button.
axisLabelFontColor - Variable in class chart.Axis
The axis label font color.
axisLabelFontSize - Variable in class chart.Axis
The axis label font size.
axisLabelFontSizeSpinner - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis label font size spinner.
axisMaxTextField - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis maximum value text field.
axisMinTextField - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis minimum value text field.
axisResetFilterRequired - Variable in class customEvents.DataTableModelEvent
True for the index of each axis where the filters need to be reset.
axisWidthSpinner - Variable in class gui.panels.AxisDisplaySettingsPanel
The axis width spinner.

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