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_HistoryEntrySelectionListenersthe history entry selection listeners.Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel.HistoryEntrySelectionListener Modifier and Type Method Description voidAbstractNamedHistoryPanel. addHistoryEntrySelectionListener(AbstractNamedHistoryPanel.HistoryEntrySelectionListener l)Adds a listener to the internal list of listeners that get notified when a history entry gets selected.voidAbstractNamedHistoryPanel. 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 classRemoteControlCenterManagerPanelInterface 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 classInvestigatorManagerPanelManages 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 classMultiExperimenterExtended 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 classAbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel>Ancestor for manager panels that allow saving/loading of workspaces.classAbstractWorkspaceManagerPanel<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 classMultiExplorerExtended interface for the WEKA Explorer, allowing for an arbitrary number of Explorer panels.
-