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 classSearchableBaseListExtended BaseList class that allows searching in its elements.Fields in adams.gui.core declared as BaseList Modifier and Type Field Description protected BaseListAbstractNamedHistoryPanel. m_Listthe JList listing the history entries.protected BaseListMultiPagePane. m_PageListthe page list.Methods in adams.gui.core that return BaseList Modifier and Type Method Description protected BaseListBaseListWithButtons. createComponent()Creates the component to use in the panel.protected BaseListSearchableBaseListWithButtons. 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 BaseListClipboard. m_ListItemsfor 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 BaseListCompareTab. m_ListCommonIDsthe 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 BaseListAbstractPointOverlayFromReport.LocatedPointsPanel. m_ListPointsthe 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 BaseListInstanceComparePanel. m_ListRowsthe 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 BaseListListPage. m_Listthe parameter panel for displaying the parameters.protected BaseListWizardPane. m_ListNamesthe list for displaying the page names.Methods in adams.gui.wizard that return BaseList Modifier and Type Method Description BaseListListPage. getList()Returns the underlying parameter panel.
-