Uses of Class
adams.gui.core.AbstractNamedHistoryPanel
-
-
Uses of AbstractNamedHistoryPanel in adams.flow.sink
Subclasses of AbstractNamedHistoryPanel in adams.flow.sink Modifier and Type Class Description static classDisplayPanelManager.DisplayPanelHistoryPanelA history panel that keeps track of named DisplayPanel objects, e.g., containing experiments results. -
Uses of AbstractNamedHistoryPanel in adams.gui.core
Subclasses of AbstractNamedHistoryPanel in adams.gui.core Modifier and Type Class Description classBufferHistoryPanelA history panel that keeps track of named StringBuilder objects, e.g., containing experiments results.Fields in adams.gui.core declared as AbstractNamedHistoryPanel Modifier and Type Field Description protected AbstractNamedHistoryPanel<T>AbstractNamedHistoryPanel.AbstractHistoryEntryFrame. m_EntryOwnerthe history panel that opened this frame.Methods in adams.gui.core that return AbstractNamedHistoryPanel Modifier and Type Method Description AbstractNamedHistoryPanel<T>AbstractNamedHistoryPanel.AbstractHistoryEntryFrame. getEntryOwner()Returns the owning history panel.AbstractNamedHistoryPanelAbstractNamedHistoryPanel.HistoryEntrySelectionEvent. getPanel()Returns the panel that triggered the event.Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel Modifier and Type Method Description StringAbstractNamedHistoryPanel.HistoryEntryToolTipProvider. createHistoryEntryToolTip(AbstractNamedHistoryPanel<T> history, int index)Gets called when a tooltip needs to get generated.Constructors in adams.gui.core with parameters of type AbstractNamedHistoryPanel Constructor Description AbstractHistoryEntryFrame(AbstractNamedHistoryPanel<T> owner, String name)Initializes the frame.BufferFrame(AbstractNamedHistoryPanel<StringBuilder> owner, String name)Initializes the frame.HistoryEntrySelectionEvent(AbstractNamedHistoryPanel source, String[] names)Initializes the even. -
Uses of AbstractNamedHistoryPanel in adams.gui.help
Subclasses of AbstractNamedHistoryPanel in adams.gui.help Modifier and Type Class Description classHelpHistoryPanelA history panel that keeps track of named help containers.Constructors in adams.gui.help with parameters of type AbstractNamedHistoryPanel Constructor Description SingleHelpFrame(AbstractNamedHistoryPanel<HelpContainer> owner, String name)Initializes the frame. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.remotecontrolcenter
Subclasses of AbstractNamedHistoryPanel in adams.gui.tools.remotecontrolcenter Modifier and Type Class Description classRemoteControlCenterWorkspaceListWorkspace list for the remote control center. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.wekainvestigator
Subclasses of AbstractNamedHistoryPanel in adams.gui.tools.wekainvestigator Modifier and Type Class Description classInvestigatorWorkspaceListLists the sessions. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.wekainvestigator.evaluation
Methods in adams.gui.tools.wekainvestigator.evaluation with parameters of type AbstractNamedHistoryPanel Modifier and Type Method Description RAbstractEvaluation. addToHistory(AbstractNamedHistoryPanel<R> history, R item)Adds the item to the history and selects it. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.wekainvestigator.history
Classes in adams.gui.tools.wekainvestigator.history with type parameters of type AbstractNamedHistoryPanel Modifier and Type Class Description classAbstractHistoryPopupMenuItem<H extends AbstractNamedHistoryPanel,T extends AbstractInvestigatorTab>Ancestor for classes that add menu items to the history popup menu.Methods in adams.gui.tools.wekainvestigator.history with parameters of type AbstractNamedHistoryPanel Modifier and Type Method Description static voidAbstractHistoryPopupMenuItem. updatePopupMenu(AbstractNamedHistoryPanel history, AbstractInvestigatorTab owner, int[] indices, JPopupMenu menu, Class superclass)Updates the menu for the specified superclass of menu items. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.wekainvestigator.tab
Subclasses of AbstractNamedHistoryPanel in adams.gui.tools.wekainvestigator.tab Modifier and Type Class Description static classAssociateTab.HistoryPanelCustomized history panel.static classAttributeSelectionTab.HistoryPanelCustomized history panel.static classClassifyTab.HistoryPanelCustomized history panel.static classClusterTab.HistoryPanelCustomized history panel.static classExperimentTab.HistoryPanelCustomized history panel.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractNamedHistoryPanel Modifier and Type Method Description StringAssociateTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated.StringAttributeSelectionTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated.StringClassifyTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated.StringClusterTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated.StringExperimentTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)Gets called when a tooltip needs to get generated. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.wekamultiexperimenter
Subclasses of AbstractNamedHistoryPanel in adams.gui.tools.wekamultiexperimenter Modifier and Type Class Description classExperimenterEntryPanelAllows the display of multiple Experimenter panels. -
Uses of AbstractNamedHistoryPanel in adams.gui.tools.wekamultiexperimenter.analysis
Subclasses of AbstractNamedHistoryPanel in adams.gui.tools.wekamultiexperimenter.analysis Modifier and Type Class Description static classDefaultAnalysisPanel.HistoryPanelCustomized history panel. -
Uses of AbstractNamedHistoryPanel in adams.gui.workspace
Subclasses of AbstractNamedHistoryPanel in adams.gui.workspace Modifier and Type Class Description classAbstractWorkspaceListPanel<T extends AbstractWorkspacePanel>Allows the display of multiple panels. -
Uses of AbstractNamedHistoryPanel in weka.gui.explorer
Subclasses of AbstractNamedHistoryPanel in weka.gui.explorer Modifier and Type Class Description classExplorerEntryPanelAllows the display of multiple Explorer panels.
-