Uses of Class
adams.gui.chooser.AbstractChooserPanel
-
-
Uses of AbstractChooserPanel in adams.flow.source.valuedefinition
Methods in adams.flow.source.valuedefinition that return AbstractChooserPanel Modifier and Type Method Description protected abstract AbstractChooserPanelAbstractArrayValueDefinition. newChooserPanel()Instantiates the new chooser panel.protected abstract AbstractChooserPanelAbstractGOEValueDefinition. newChooserPanel()Instantiates the new chooser panel.protected AbstractChooserPanelArrayValueDefinition. newChooserPanel()Instantiates the new chooser panel.protected AbstractChooserPanelGOEValueDefinition. newChooserPanel()Instantiates the new chooser panel.protected AbstractChooserPanelWekaGOEValueDefinition. newChooserPanel()Instantiates the new chooser panel. -
Uses of AbstractChooserPanel in adams.gui.application
Methods in adams.gui.application that return AbstractChooserPanel Modifier and Type Method Description AbstractChooserPanelAbstractPropertiesPreferencesPanel. getChooser(String property)Returns the chooser associated with a particular property.Methods in adams.gui.application with parameters of type AbstractChooserPanel Modifier and Type Method Description voidAbstractPropertiesPreferencesPanel. addPreference(String identifier, String label, AbstractChooserPanel chooser)Adds the chooser panel at the end.voidAbstractPropertiesPreferencesPanel. setChooser(String property, AbstractChooserPanel value)Associates the chooser with a particular property. -
Uses of AbstractChooserPanel in adams.gui.chooser
Subclasses of AbstractChooserPanel in adams.gui.chooser Modifier and Type Class Description classAbstractChooserPanelWithIOSupport<T>Ancestor for chooser panels that handle directory listers.classAbstractDateBasedChooserPanel<T extends Date>Ancestor for chooser panels that useDateobjects.classBaseTextChooserPanelA panel that contains a text field with the current text and a button to bring up a text editor dialog.classColorChooserPanelA panel that contains a text field with the current Color (in hex notation) and a button for bringing up a Color dialog.classDatasetFileChooserPanelA panel that contains a text field with the current file and a button for bringing up a ConverterFileChooser.classDateChooserPanelRepresents a text field and a button to open up a dialog for selecting a date.classDateTimeChooserPanelRepresents a text field and a button to open up a dialog for selecting a date/time.classDirectoryChooserPanelA panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.classFieldChooserPanelA panel that contains a text field with the current field and a button for bringing up a dialog for selecting from all available fields.classFileChooserPanelA panel that contains a text field with the current file/directory and a button for bringing up a BaseFileChooser.classFontChooserPanelA panel that contains a text field with the current Font and a button for bringing up a Font dialog.classMultipleFileChooserPanelA panel that contains a text field with the current files and a button for bringing up a BaseFileChooser.classSelectOptionPanelAllows the user to select either a single or multiple options from a list of available options.classSftpDirectoryChooserPanelChooser for remote directories (via SFTP).classSmbDirectoryChooserPanelChooser for remote directories (via SMB).classSpreadSheetFileChooserPanelA panel that contains a text field with the current file and a button for bringing up a SpreadSheetFileChooser.classSpreadSheetQueryChooserPanelA panel that contains a text field with the current spreadsheet query and a button for bringing up an editor for the query.classSQLStatementChooserPanelA panel that contains a text field with the current SQL statement and a button for bringing up an editor for the SQL statement.classTimeChooserPanelRepresents a text field and a button to open up a dialog for selecting a date.Fields in adams.gui.chooser declared as AbstractChooserPanel Modifier and Type Field Description protected AbstractChooserPanelAbstractChooserPanel. m_Selfthe panel itself.Methods in adams.gui.chooser with parameters of type AbstractChooserPanel Modifier and Type Method Description voidAbstractChooserPanel.ChooseListener. afterChoose(AbstractChooserPanel panel)Gets called after the user chose a value.voidAbstractChooserPanel.ChooseListener. beforeChoose(AbstractChooserPanel panel)Gets called before the user chooses a value.voidAbstractChooserPanel.PopupMenuCustomizer. customizePopupMenu(AbstractChooserPanel owner, JPopupMenu menu)For customizing the popup menu. -
Uses of AbstractChooserPanel in adams.gui.core
Fields in adams.gui.core with type parameters of type AbstractChooserPanel Modifier and Type Field Description protected Map<String,AbstractChooserPanel>PropertiesParameterPanel. m_Choosersthe property/chooser relation.Methods in adams.gui.core that return AbstractChooserPanel Modifier and Type Method Description AbstractChooserPanelPropertiesParameterPanel. getChooser(String property)Returns the chooser associated with a particular property.Methods in adams.gui.core with parameters of type AbstractChooserPanel Modifier and Type Method Description intParameterPanel. addParameter(boolean checked, AbstractChooserPanel chooser)Adds the chooser panel at the end.intParameterPanel. addParameter(int index, boolean checked, AbstractChooserPanel chooser)Inserts the chooser panel as new row at the specified row.voidParameterPanel. addParameter(int index, AbstractChooserPanel chooser)Inserts the chooser panel as new row at the specified row.intParameterPanel. addParameter(AbstractChooserPanel chooser)Adds the chooser panel at the end.voidParameterPanelWithButtons. addParameter(int index, AbstractChooserPanel chooser)Inserts the chooser panel as new row at the specified row.voidParameterPanelWithButtons. addParameter(AbstractChooserPanel chooser)Adds the chooser panel at the end.voidPropertiesParameterPanel. addProperty(String identifier, String label, AbstractChooserPanel chooser)Adds the chooser panel at the end.voidPropertiesParameterPanel. setChooser(String property, AbstractChooserPanel value)Associates the chooser with a particular property. -
Uses of AbstractChooserPanel in adams.gui.goe
Subclasses of AbstractChooserPanel in adams.gui.goe Modifier and Type Class Description classGenericArrayEditorPanelA panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.classGenericObjectEditorPanelA panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.classWekaGenericArrayEditorPanelA panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.classWekaGenericObjectEditorPanelA panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor. -
Uses of AbstractChooserPanel in adams.gui.tools
Methods in adams.gui.tools with parameters of type AbstractChooserPanel Modifier and Type Method Description protected voidAbstractManagementPanel. addChangeListener(AbstractChooserPanel chooser)Adds a change listener to the chooser. -
Uses of AbstractChooserPanel in adams.gui.tools.remotecontrolcenter.panels
Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type AbstractChooserPanel Modifier and Type Method Description voidAdvancedTab. afterChoose(AbstractChooserPanel panel)Gets called after the user chose a value.voidAdvancedTab. beforeChoose(AbstractChooserPanel panel)Gets called before the user chooses a value. -
Uses of AbstractChooserPanel in adams.gui.tools.weka
Classes in adams.gui.tools.weka with type parameters of type AbstractChooserPanel Modifier and Type Class Description classAbstractPanelWithFile<T extends AbstractChooserPanel>Ancestor for panels that allow the user to select a file.Fields in adams.gui.tools.weka declared as AbstractChooserPanel Modifier and Type Field Description protected TAbstractPanelWithFile. m_PanelChooserthe chooser panel.
-