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 AbstractChooserPanel
AbstractArrayValueDefinition. newChooserPanel()
Instantiates the new chooser panel.protected abstract AbstractChooserPanel
AbstractGOEValueDefinition. newChooserPanel()
Instantiates the new chooser panel.protected AbstractChooserPanel
ArrayValueDefinition. newChooserPanel()
Instantiates the new chooser panel.protected AbstractChooserPanel
GOEValueDefinition. newChooserPanel()
Instantiates the new chooser panel.protected AbstractChooserPanel
WekaGOEValueDefinition. 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 AbstractChooserPanel
AbstractPropertiesPreferencesPanel. 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 void
AbstractPropertiesPreferencesPanel. addPreference(String identifier, String label, AbstractChooserPanel chooser)
Adds the chooser panel at the end.void
AbstractPropertiesPreferencesPanel. 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 class
AbstractChooserPanelWithIOSupport<T>
Ancestor for chooser panels that handle directory listers.class
AbstractDateBasedChooserPanel<T extends Date>
Ancestor for chooser panels that useDate
objects.class
BaseTextChooserPanel
A panel that contains a text field with the current text and a button to bring up a text editor dialog.class
ColorChooserPanel
A panel that contains a text field with the current Color (in hex notation) and a button for bringing up a Color dialog.class
DatasetFileChooserPanel
A panel that contains a text field with the current file and a button for bringing up a ConverterFileChooser.class
DateChooserPanel
Represents a text field and a button to open up a dialog for selecting a date.class
DateTimeChooserPanel
Represents a text field and a button to open up a dialog for selecting a date/time.class
DirectoryChooserPanel
A panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.class
FieldChooserPanel
A panel that contains a text field with the current field and a button for bringing up a dialog for selecting from all available fields.class
FileChooserPanel
A panel that contains a text field with the current file/directory and a button for bringing up a BaseFileChooser.class
FontChooserPanel
A panel that contains a text field with the current Font and a button for bringing up a Font dialog.class
FtpDirectoryChooserPanel
Chooser for remote directories (via SFTP).class
SelectOptionPanel
Allows the user to select either a single or multiple options from a list of available options.class
SftpDirectoryChooserPanel
Chooser for remote directories (via SFTP).class
SmbDirectoryChooserPanel
Chooser for remote directories (via SMB).class
SpreadSheetFileChooserPanel
A panel that contains a text field with the current file and a button for bringing up a SpreadSheetFileChooser.class
SpreadSheetQueryChooserPanel
A panel that contains a text field with the current spreadsheet query and a button for bringing up an editor for the query.class
SQLStatementChooserPanel
A panel that contains a text field with the current SQL statement and a button for bringing up an editor for the SQL statement.class
TimeChooserPanel
Represents 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 AbstractChooserPanel
AbstractChooserPanel. m_Self
the panel itself.Methods in adams.gui.chooser with parameters of type AbstractChooserPanel Modifier and Type Method Description void
AbstractChooserPanel.ChooseListener. afterChoose(AbstractChooserPanel panel)
Gets called after the user chose a value.void
AbstractChooserPanel.ChooseListener. beforeChoose(AbstractChooserPanel panel)
Gets called before the user chooses a value.void
AbstractChooserPanel.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_Choosers
the property/chooser relation.Methods in adams.gui.core that return AbstractChooserPanel Modifier and Type Method Description AbstractChooserPanel
PropertiesParameterPanel. 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 int
ParameterPanel. addParameter(boolean checked, AbstractChooserPanel chooser)
Adds the chooser panel at the end.int
ParameterPanel. addParameter(int index, boolean checked, AbstractChooserPanel chooser)
Inserts the chooser panel as new row at the specified row.void
ParameterPanel. addParameter(int index, AbstractChooserPanel chooser)
Inserts the chooser panel as new row at the specified row.int
ParameterPanel. addParameter(AbstractChooserPanel chooser)
Adds the chooser panel at the end.void
ParameterPanelWithButtons. addParameter(int index, AbstractChooserPanel chooser)
Inserts the chooser panel as new row at the specified row.void
ParameterPanelWithButtons. addParameter(AbstractChooserPanel chooser)
Adds the chooser panel at the end.void
PropertiesParameterPanel. addProperty(String identifier, String label, AbstractChooserPanel chooser)
Adds the chooser panel at the end.void
PropertiesParameterPanel. 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 class
GenericArrayEditorPanel
A panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.class
GenericObjectEditorPanel
A panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.class
WekaGenericArrayEditorPanel
A panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.class
WekaGenericObjectEditorPanel
A 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 void
AbstractManagementPanel. 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 void
AdvancedTab. afterChoose(AbstractChooserPanel panel)
Gets called after the user chose a value.void
AdvancedTab. 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 class
AbstractPanelWithFile<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 T
AbstractPanelWithFile. m_PanelChooser
the chooser panel.
-