Uses of Class
adams.gui.core.BaseList
-
Packages that use BaseList Package Description adams.gui.core adams.gui.flow.tab adams.gui.tools.wekainvestigator.tab adams.gui.visualization.image adams.gui.visualization.instance adams.gui.wizard -
-
Uses of BaseList in adams.gui.core
Subclasses of BaseList in adams.gui.core Modifier and Type Class Description class
SearchableBaseList
Extended BaseList class that allows searching in its elements.Fields in adams.gui.core declared as BaseList Modifier and Type Field Description protected BaseList
AbstractNamedHistoryPanel. m_List
the JList listing the history entries.protected BaseList
MultiPagePane. m_PageList
the page list.Methods in adams.gui.core that return BaseList Modifier and Type Method Description protected BaseList
BaseListWithButtons. createComponent()
Creates the component to use in the panel.protected BaseList
SearchableBaseListWithButtons. createComponent()
Creates the component to use in the panel. -
Uses of BaseList in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as BaseList Modifier and Type Field Description protected BaseList
Clipboard. m_ListItems
for storing the clipboard items. -
Uses of BaseList in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as BaseList Modifier and Type Field Description protected BaseList
CompareTab. m_ListCommonIDs
the JList with the common IDs. -
Uses of BaseList in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseList Modifier and Type Field Description protected BaseList
AbstractPointOverlayFromReport.LocatedPointsPanel. m_ListPoints
the list with the objects. -
Uses of BaseList in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as BaseList Modifier and Type Field Description protected BaseList
InstanceComparePanel. m_ListRows
the JLiast with the rows. -
Uses of BaseList in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseList Modifier and Type Field Description protected BaseList
ListPage. m_List
the parameter panel for displaying the parameters.protected BaseList
WizardPane. m_ListNames
the list for displaying the page names.Methods in adams.gui.wizard that return BaseList Modifier and Type Method Description BaseList
ListPage. getList()
Returns the underlying parameter panel.
-