Uses of Class
adams.gui.core.SearchableBaseList
-
Packages that use SearchableBaseList Package Description adams.gui.core adams.gui.tools adams.gui.tools.wekainvestigator.tab -
-
Uses of SearchableBaseList in adams.gui.core
Fields in adams.gui.core declared as SearchableBaseList Modifier and Type Field Description protected SearchableBaseList
FilePanel. m_List
the List for the non-detailed view.protected SearchableBaseList
AbstractQuickSearchPanel. m_ListItems
the flow editor for displaying the items. -
Uses of SearchableBaseList in adams.gui.tools
Fields in adams.gui.tools declared as SearchableBaseList Modifier and Type Field Description protected SearchableBaseList
PreviewBrowserPanel. m_ListArchiveFiles
the list with the archive files.protected SearchableBaseList
ClassHelpPanel. m_ListClasses
the flow editor for displaying flows.protected SearchableBaseList
ConfigureOptionHandlerPanel. m_ListClasses
the flow editor for displaying flows.protected SearchableBaseList
PreviewBrowserPanel. m_ListLocalFiles
the list with the local files.Methods in adams.gui.tools that return SearchableBaseList Modifier and Type Method Description SearchableBaseList
PreviewBrowserPanel. getArchiveFilesList()
Returns the list component for files in the archive.SearchableBaseList
PreviewBrowserPanel. getLocalFilesList()
Returns the list component for files in the archive. -
Uses of SearchableBaseList in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as SearchableBaseList Modifier and Type Field Description protected SearchableBaseList
InstanceTab. m_ListIDs
the list with instance IDs to display.
-