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 class
DisplayPanelManager.DisplayPanelHistoryPanel
A 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 class
BufferHistoryPanel
A 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_EntryOwner
the 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.AbstractNamedHistoryPanel
AbstractNamedHistoryPanel.HistoryEntrySelectionEvent. getPanel()
Returns the panel that triggered the event.Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel Modifier and Type Method Description String
AbstractNamedHistoryPanel.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 class
HelpHistoryPanel
A 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 class
RemoteControlCenterWorkspaceList
Workspace 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 class
InvestigatorWorkspaceList
Lists 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 R
AbstractEvaluation. 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 class
AbstractHistoryPopupMenuItem<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 void
AbstractHistoryPopupMenuItem. 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 class
AssociateTab.HistoryPanel
Customized history panel.static class
AttributeSelectionTab.HistoryPanel
Customized history panel.static class
ClassifyTab.HistoryPanel
Customized history panel.static class
ClusterTab.HistoryPanel
Customized history panel.static class
ExperimentTab.HistoryPanel
Customized history panel.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractNamedHistoryPanel Modifier and Type Method Description String
AssociateTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)
Gets called when a tooltip needs to get generated.String
AttributeSelectionTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)
Gets called when a tooltip needs to get generated.String
ClassifyTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)
Gets called when a tooltip needs to get generated.String
ClusterTab.HistoryPanel. createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem> history, int index)
Gets called when a tooltip needs to get generated.String
ExperimentTab.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 class
ExperimenterEntryPanel
Allows 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 class
DefaultAnalysisPanel.HistoryPanel
Customized history panel. -
Uses of AbstractNamedHistoryPanel in adams.gui.workspace
Subclasses of AbstractNamedHistoryPanel in adams.gui.workspace Modifier and Type Class Description class
AbstractWorkspaceListPanel<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 class
ExplorerEntryPanel
Allows the display of multiple Explorer panels.
-