Uses of Interface
adams.gui.core.AbstractNamedHistoryPanel.HistoryEntryToolTipProvider
-
Packages that use AbstractNamedHistoryPanel.HistoryEntryToolTipProvider Package Description adams.gui.core adams.gui.tools.wekainvestigator.tab -
-
Uses of AbstractNamedHistoryPanel.HistoryEntryToolTipProvider in adams.gui.core
Fields in adams.gui.core declared as AbstractNamedHistoryPanel.HistoryEntryToolTipProvider Modifier and Type Field Description protected AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T>
AbstractNamedHistoryPanel. m_HistoryEntryToolTipProvider
the tool tip generator.Methods in adams.gui.core that return AbstractNamedHistoryPanel.HistoryEntryToolTipProvider Modifier and Type Method Description AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T>
AbstractNamedHistoryPanel. getHistoryEntryToolTipProvider()
Returns the currently set tool tip provider.Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel.HistoryEntryToolTipProvider Modifier and Type Method Description void
AbstractNamedHistoryPanel. setHistoryEntryToolTipProvider(AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T> value)
Sets the tool tip provider. -
Uses of AbstractNamedHistoryPanel.HistoryEntryToolTipProvider in adams.gui.tools.wekainvestigator.tab
Classes in adams.gui.tools.wekainvestigator.tab that implement AbstractNamedHistoryPanel.HistoryEntryToolTipProvider 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.
-