Uses of Class
adams.gui.core.BaseComboBox
-
-
Uses of BaseComboBox in adams.gui.application
Fields in adams.gui.application declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
CharsetSettingsPanel. m_ComboBoxCharsets
the combobox with all the charsets.protected BaseComboBox
TesseractSettingsPanel. m_ComboBoxLanguages
the combobox with all the languages.protected BaseComboBox<String>
LocaleSettingsPanel. m_ComboBoxLocales
the combobox with all the locales.protected BaseComboBox<String>
TimeZoneSettingsPanel. m_ComboBoxTimeZones
the combobox with all the timezones.protected BaseComboBox
ProxySettingsPanel. m_ComboBoxType
the combobox for the proxy type. -
Uses of BaseComboBox in adams.gui.chooser
Fields in adams.gui.chooser declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
TextFileChooser.FileEncodingPanel. m_ComboBoxEncoding
the text field for the encoding. -
Uses of BaseComboBox in adams.gui.core
Subclasses of BaseComboBox in adams.gui.core Modifier and Type Class Description class
SpreadSheetColumnComboBox
ComboBox that lists the column names of the associated spreadsheet in alphabetical order and when the user selects one, ensures that this column is visible.Fields in adams.gui.core declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
GUIHelper.InputPanelWithComboBox. m_ComboBox
the combobox.Methods in adams.gui.core that return BaseComboBox Modifier and Type Method Description BaseComboBox<String>
GUIHelper.InputPanelWithComboBox. getComboBox()
Gives access to the underlying combobox. -
Uses of BaseComboBox in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<ConnectionParameters>
AbstractDatabaseConnectionPanel. m_ComboBoxConnections
the combobox with the available connections.protected BaseComboBox<LoggingLevel>
AbstractDatabaseConnectionPanel. m_ComboBoxLoggingLevel
the combobox for the logging level.protected BaseComboBox
ReplaceFieldDialog. m_ComboBoxType
the type combobox. -
Uses of BaseComboBox in adams.gui.goe
Subclasses of BaseComboBox in adams.gui.goe Modifier and Type Class Description class
PropertyValueSelector
Support for any PropertyEditor that uses tags.Fields in adams.gui.goe declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
GenericObjectEditor.GOEPanel. m_ComboBoxClassname
The names of the proposed classes.protected BaseComboBox<String>
AbstractBaseDateTypeEditor. m_ComboBoxPlaceholders
For specific date placeholders.protected BaseComboBox
BaseBooleanEditor. m_ComboBoxValue
The combobox with the values.Methods in adams.gui.goe with parameters of type BaseComboBox Modifier and Type Method Description static TriState
TriStateEditor. comboBoxToTriState(BaseComboBox<String> comboBox)
Turns the state of the combobox intoTriState
enum.static void
TriStateEditor. selectComboBoxIndex(BaseComboBox<String> comboBox, TriState state)
Sets the state of a combobox based on theTriState
enum. -
Uses of BaseComboBox in adams.gui.selection
Fields in adams.gui.selection declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
AbstractSelectDatabaseFieldPanel. m_ComboBoxDataType
the data types to display.protected BaseComboBox
SelectFieldPanel. m_ComboBoxDataType
the data types to display. -
Uses of BaseComboBox in adams.gui.tools
Fields in adams.gui.tools declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
PreviewBrowserPanel. m_ComboBoxArchiveHandlers
the combobox with the archive handlers (if more than one available).protected BaseComboBox<SSHAuthenticationType>
SSHPanel. m_ComboBoxAuthenticationType
the combobox for the authentication type.protected BaseComboBox
PropertiesViewerPanel. m_ComboBoxKeys
the combobox with the properties keys.protected BaseComboBox<String>
FindInFilesPanel. m_ComboBoxMatching
the type of search to perform.protected BaseComboBox
ConsoleOutputAnalyzerPanel. m_ComboBoxOrigin
the combobox with all origins.protected BaseComboBox
AbstractSequenceViewerPanel. m_ComboboxTemplates
the combobox with the templates.protected BaseComboBox
ConsoleOutputAnalyzerPanel. m_ComboBoxType
the combobox with the types.protected BaseComboBox
ExpressionWatchPanel.ExpressionDialog. m_ComboBoxType
the combobox with the expression types.protected BaseComboBox<AbstractWidget>
SpreadSheetProcessorPanel.WidgetPanel. m_ComboBoxWidgets
the combobox with the widgets. -
Uses of BaseComboBox in adams.gui.tools.filecommander
Fields in adams.gui.tools.filecommander declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<AbstractChooserPanelWithIOSupport>
FileCommanderDirectoryPanel. m_Choosers
the combobox with the available directory chooser panels.Methods in adams.gui.tools.filecommander with parameters of type BaseComboBox Modifier and Type Method Description protected void
FileCommanderDirectoryPanel. addChooserPanels(BaseComboBox<AbstractChooserPanelWithIOSupport> combobox)
Adds the choosers to the combobox. -
Uses of BaseComboBox in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
PreviewDisplay. m_ComboBoxContentHandlers
the combobox with the content handlers (if more than one available).protected BaseComboBox
SerializedObjectPanel. m_ComboBoxViewers
the combobox with the viewers.Methods in adams.gui.tools.previewbrowser with parameters of type BaseComboBox Modifier and Type Method Description protected void
SerializedObjectPanel. updatePreferredViewer(Class cls, BaseComboBox combobox)
Updates the preferred viewer. -
Uses of BaseComboBox in adams.gui.tools.spreadsheetprocessor.targets
Fields in adams.gui.tools.spreadsheetprocessor.targets declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<ColumnNameConversion>
DatabaseTarget. m_ComboBoxColumnNameConversion
the column name conversion. -
Uses of BaseComboBox in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
SortDefinitionPanel. m_ComboBoxNames
the combobox with column names.protected BaseComboBox
SortDefinitionPanel. m_ComboBoxSorting
the type of sorting. -
Uses of BaseComboBox in adams.gui.tools.sqlworkbench
Fields in adams.gui.tools.sqlworkbench declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<MetaDataType>
SqlMetaDataPanel. m_ComboBoxMetaDataType
the combobox with the metadata types. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.evaluation
Methods in adams.gui.tools.wekainvestigator.evaluation with parameters of type BaseComboBox Modifier and Type Method Description protected boolean
AbstractEvaluation. isValidDataIndex(BaseComboBox combobox)
Checks whether the combobox selection index is a valid dataset index. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
InstanceTab. m_ComboBoxColor
the attribute to use for color.protected BaseComboBox<String>
IndependentComponentsTab. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
InstanceTab. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
PartialLeastSquaresTab. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
PrincipalComponentsTab. m_ComboBoxDatasets
the datasets.protected BaseComboBox<AbstractAssociatorEvaluation>
AssociateTab. m_ComboBoxEvaluations
the combobox with the available evaluations.protected BaseComboBox<AbstractAttributeSelectionEvaluation>
AttributeSelectionTab. m_ComboBoxEvaluations
the combobox with the available evaluations.protected BaseComboBox<AbstractClassifierEvaluation>
ClassifyTab. m_ComboBoxEvaluations
the combobox with the available evaluations.protected BaseComboBox<AbstractClustererEvaluation>
ClusterTab. m_ComboBoxEvaluations
the combobox with the available evaluations.protected BaseComboBox<String>
CompareTab. m_ComboBoxFirstDataset
the first dataset.protected BaseComboBox<String>
CompareTab. m_ComboBoxFirstID
the ID attribute in the first dataset to use for comparing the data.protected BaseComboBox<String>
InstanceTab. m_ComboBoxID
the ID.protected BaseComboBox<String>
CompareTab. m_ComboBoxSecondDataset
the second dataset.protected BaseComboBox<String>
CompareTab. m_ComboBoxSecondID
the ID attribute in the second dataset to use for comparing the data.protected BaseComboBox<AbstractExperimentSetup>
ExperimentTab. m_ComboBoxSetups
the combobox with the available setups. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
Train. m_ComboBoxDatasets
the datasets. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
CrossValidation. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
Train. m_ComboBoxDatasets
the datasets. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
BuildModel. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
CrossValidation. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
IndexedSplitsRunsEvaluation. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
ReevaluateModel. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
RepeatedCrossValidation. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
TrainTestSplit. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
TrainTestSet. m_ComboBoxTest
the test set.protected BaseComboBox<String>
TrainValidateTestSet. m_ComboBoxTest
the test set.protected BaseComboBox<String>
TrainTestSet. m_ComboBoxTrain
the train set.protected BaseComboBox<String>
TrainValidateTestSet. m_ComboBoxTrain
the train set.protected BaseComboBox<String>
TrainValidateTestSet. m_ComboBoxValidate
the validate set. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
ClassesToClusters. m_ComboBoxClass
the class attribute.protected BaseComboBox<String>
BuildModel. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
CrossValidation. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
ReevaluateModel. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
TrainTestSplit. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
ClassesToClusters. m_ComboBoxTest
the test set.protected BaseComboBox<String>
TrainTestSet. m_ComboBoxTest
the test set.protected BaseComboBox<String>
ClassesToClusters. m_ComboBoxTrain
the train set.protected BaseComboBox<String>
TrainTestSet. m_ComboBoxTrain
the train set. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Fields in adams.gui.tools.wekainvestigator.tab.experimenttab.setup declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
CrossValidationSetup. m_ComboBoxDatasets
the datasets.protected BaseComboBox<String>
TrainTestSplitSetup. m_ComboBoxDatasets
the datasets. -
Uses of BaseComboBox in adams.gui.tools.wekainvestigator.tab.preprocesstab
Fields in adams.gui.tools.wekainvestigator.tab.preprocesstab declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
AttributeVisualizationPanel. m_colorAttrib
This stores and lets the user select a class attribute.Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab that return BaseComboBox Modifier and Type Method Description BaseComboBox
AttributeVisualizationPanel. getColorBox()
Returns the class selection combo box if the parent component wants to place it in itself or in some component other than this component. -
Uses of BaseComboBox in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<AbstractAnalysisPanel>
AnalysisPanel. m_ComboBoxPanels
the combobox with all available panels. -
Uses of BaseComboBox in adams.gui.tools.wekamultiexperimenter.analysis
Fields in adams.gui.tools.wekamultiexperimenter.analysis declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
DefaultAnalysisPanel. m_ComboBoxMetric
the combobox with the metric to evaluate.protected BaseComboBox<AbstractResultsPanel>
DefaultAnalysisPanel. m_ComboBoxResults
the combobox with the results panels. -
Uses of BaseComboBox in adams.gui.tools.wekamultiexperimenter.setup
Fields in adams.gui.tools.wekamultiexperimenter.setup declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
BasicWekaSetupPanel. m_ComboBoxClassificationRegression
classification or regression.protected BaseComboBox<String>
BasicAdamsSetupPanel. m_ComboBoxEvaluation
the type of evaluation.protected BaseComboBox<String>
BasicWekaSetupPanel. m_ComboBoxEvaluation
the type of evaluation.protected BaseComboBox<String>
BasicWekaSetupPanel. m_ComboBoxOrder
how to traverse. -
Uses of BaseComboBox in adams.gui.tools.wekamultiexperimenter.setup.weka
Fields in adams.gui.tools.wekamultiexperimenter.setup.weka declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
OutputPanel. m_ComboBoxOutput
the combobox listing all the output types. -
Uses of BaseComboBox in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
LoadDatasetDialog. m_ComboBoxClass
the class index.protected BaseComboBox
LoadDatasetDialog. m_ComboBoxID
the ID index.protected BaseComboBox
InstanceComparePanel.DatasetPanel. m_ComboBoxRowAttribute
the combobox with the attribute names.protected BaseComboBox
LoadDatasetDialog. m_ComboBoxSorting
the sorting index. -
Uses of BaseComboBox in adams.gui.visualization.instances
Subclasses of BaseComboBox in adams.gui.visualization.instances Modifier and Type Class Description class
InstancesColumnComboBox
ComboBox that lists the attribute names of the associated Instances in alphabetical order and when the user selects one, ensures that this column is visible. -
Uses of BaseComboBox in adams.gui.visualization.instances.instancestable
Fields in adams.gui.visualization.instances.instancestable declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
InstancesSortDefinitionPanel. m_ComboBoxNames
the combobox with column names.protected BaseComboBox
InstancesSortDefinitionPanel. m_ComboBoxSorting
the type of sorting. -
Uses of BaseComboBox in adams.gui.visualization.object.labelselector
Fields in adams.gui.visualization.object.labelselector declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
ComboBoxSelectorPanel. m_ComboBoxLabels
the labels. -
Uses of BaseComboBox in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
ReportFactory.StandardsDialog. m_ComboBoxCompounds
for combobox with the compounds. -
Uses of BaseComboBox in adams.gui.visualization.segmentation.tool
Fields in adams.gui.visualization.segmentation.tool declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
SwitchLabel. m_ComboBoxNewLabel
the text field for the new label.protected BaseComboBox<String>
SwitchLabel. m_ComboBoxOldLabel
the text field for the old label. -
Uses of BaseComboBox in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
LoadSpreadSheetDialog. m_ComboBoxID
the ID index.protected BaseComboBox
LoadSpreadSheetDialog. m_ComboBoxSorting
the sorting index. -
Uses of BaseComboBox in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox<String>
ScatterPlot. m_ComboBoxColor
For choosing attribute to use for color.protected BaseComboBox<String>
ScatterPlot. m_ComboBoxX
For choosing attribute to display on y axisprotected BaseComboBox<String>
ScatterPlot. m_ComboBoxY
For choosing attribute to display on x axis -
Uses of BaseComboBox in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
ZScore. m_Att
combo box for attribute selection -
Uses of BaseComboBox in adams.gui.visualization.weka
Fields in adams.gui.visualization.weka declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
AbstractInstanceInfoFrame. m_ComboBoxData
the combobox with all the datasets.protected BaseComboBox
AbstractInstanceInfoFrame. m_ComboBoxDataActions
the combobox with all the actions.protected BaseComboBox
AbstractInstanceInfoFrame. m_ComboBoxTextActions
the combobox with all the actions.protected BaseComboBox
AbstractInstanceInfoFrame. m_ComboBoxTextInstances
the combobox with all the instances. -
Uses of BaseComboBox in weka.gui.explorer
Fields in weka.gui.explorer declared as BaseComboBox Modifier and Type Field Description protected BaseComboBox
ExperimentPanel. m_ClassCombo
Lets the user select the class column.protected BaseComboBox
ExperimentPanel. m_EvalCombo
The type of evaluation: cross-validation or random split.
-