Uses of Interface
adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionListener
-
-
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionListener in adams.gui.core
Fields in adams.gui.core with type parameters of type AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Field Description protected HashSet<AbstractNamedHistoryPanel.HistoryEntrySelectionListener>
AbstractNamedHistoryPanel. m_HistoryEntrySelectionListeners
the history entry selection listeners.Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Method Description void
AbstractNamedHistoryPanel. addHistoryEntrySelectionListener(AbstractNamedHistoryPanel.HistoryEntrySelectionListener l)
Adds a listener to the internal list of listeners that get notified when a history entry gets selected.void
AbstractNamedHistoryPanel. removeHistoryEntrySelectionListener(AbstractNamedHistoryPanel.HistoryEntrySelectionListener l)
Removes a listener from the internal list of listeners that get notified when a history entry gets selected. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionListener in adams.gui.tools.remotecontrolcenter
Classes in adams.gui.tools.remotecontrolcenter that implement AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Class Description class
RemoteControlCenterManagerPanel
Interface for remote controls. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionListener in adams.gui.tools.wekainvestigator
Classes in adams.gui.tools.wekainvestigator that implement AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Class Description class
InvestigatorManagerPanel
Manages multiple sessions of the Investigator. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionListener in adams.gui.tools.wekamultiexperimenter
Classes in adams.gui.tools.wekamultiexperimenter that implement AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Class Description class
MultiExperimenter
Extended interface for the WEKA Experimenter, allowing for an arbitrary number of Experimenter panels. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionListener in adams.gui.workspace
Classes in adams.gui.workspace that implement AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Class Description class
AbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel>
Ancestor for manager panels that allow saving/loading of workspaces.class
AbstractWorkspaceManagerPanel<T extends AbstractWorkspacePanel>
Ancestor for workspace managers. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionListener in weka.gui.explorer
Classes in weka.gui.explorer that implement AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Class Description class
MultiExplorer
Extended interface for the WEKA Explorer, allowing for an arbitrary number of Explorer panels.
-