Uses of Class
adams.gui.core.BaseListWithButtons
-
-
Uses of BaseListWithButtons in adams.flow.processor
Fields in adams.flow.processor declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
ActorLocationsPanel. m_List
the list. -
Uses of BaseListWithButtons in adams.gui.core
Subclasses of BaseListWithButtons in adams.gui.core Modifier and Type Class Description class
FileListWithButtons
A specialized list that allows the addition/removal of files.class
SearchableBaseListWithButtons
Searchable list widget with buttons on the right. -
Uses of BaseListWithButtons in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
StorageNamesTab. m_ListStorageNames
for listing all the names.protected BaseListWithButtons
VariablesTab. m_ListVariables
for listing all the variables. -
Uses of BaseListWithButtons in adams.gui.flow.tabhandler
Fields in adams.gui.flow.tabhandler declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
ParsedErrorHandler.ParseOutput. m_List
the list with the paths. -
Uses of BaseListWithButtons in adams.gui.goe
Fields in adams.gui.goe declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
GenericArrayEditor. m_ElementList
The list component displaying current values. -
Uses of BaseListWithButtons in adams.gui.tools
Fields in adams.gui.tools declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
FindInFilesPanel. m_ListResults
for listing the files that matched.protected BaseListWithButtons
FavoritesManagementPanel. m_PanelFavorites
the panel for the favorites.protected BaseListWithButtons
FavoritesManagementPanel. m_PanelSuperclasses
the panel for the superclasses. -
Uses of BaseListWithButtons in adams.gui.tools.remotecontrolcenter
Fields in adams.gui.tools.remotecontrolcenter declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
RemoteControlCenterEnginesPanel. m_ListEngines
list for the scripting engines. -
Uses of BaseListWithButtons in adams.gui.tools.wekamultiexperimenter.setup
Fields in adams.gui.tools.wekamultiexperimenter.setup declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
ClassifierPanel. m_List
for listing the classifiers.protected BaseListWithButtons
DatasetPanel. m_List
for listing the files. -
Uses of BaseListWithButtons in adams.gui.visualization.stats.boxplot
Fields in adams.gui.visualization.stats.boxplot declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
BoxPlotManager. m_ListAvailableAttributes
Object that contains a list and a group of buttons for choosing attributesprotected BaseListWithButtons
BoxPlotManager. m_ListChosenAttributes
Object that contains a list and a group of buttons for removing attributes -
Uses of BaseListWithButtons in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseListWithButtons Modifier and Type Field Description protected BaseListWithButtons
SelectMultipleDirectoriesPage. m_ListDirs
the list for the dir names.protected BaseListWithButtons
SelectMultipleFilesPage. m_ListFiles
the list for the file names.protected BaseListWithButtons
WekaSelectMultipleDatasetsPage. m_ListFiles
the list for the file names.
-