Uses of Class
adams.gui.workspace.AbstractWorkspaceManagerPanel
-
Packages that use AbstractWorkspaceManagerPanel Package Description adams.gui.tools.remotecontrolcenter adams.gui.tools.wekainvestigator adams.gui.tools.wekamultiexperimenter adams.gui.workspace -
-
Uses of AbstractWorkspaceManagerPanel in adams.gui.tools.remotecontrolcenter
Subclasses of AbstractWorkspaceManagerPanel in adams.gui.tools.remotecontrolcenter Modifier and Type Class Description class
RemoteControlCenterManagerPanel
Interface for remote controls. -
Uses of AbstractWorkspaceManagerPanel in adams.gui.tools.wekainvestigator
Subclasses of AbstractWorkspaceManagerPanel in adams.gui.tools.wekainvestigator Modifier and Type Class Description class
InvestigatorManagerPanel
Manages multiple sessions of the Investigator. -
Uses of AbstractWorkspaceManagerPanel in adams.gui.tools.wekamultiexperimenter
Subclasses of AbstractWorkspaceManagerPanel in adams.gui.tools.wekamultiexperimenter Modifier and Type Class Description class
MultiExperimenter
Extended interface for the WEKA Experimenter, allowing for an arbitrary number of Experimenter panels. -
Uses of AbstractWorkspaceManagerPanel in adams.gui.workspace
Classes in adams.gui.workspace with type parameters of type AbstractWorkspaceManagerPanel Modifier and Type Class Description class
AbstractWorkspaceHelper<P extends AbstractWorkspacePanel,M extends AbstractWorkspaceManagerPanel<P>>
Helper class for loading/saving workspaces.Subclasses of AbstractWorkspaceManagerPanel in adams.gui.workspace Modifier and Type Class Description class
AbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel>
Ancestor for manager panels that allow saving/loading of workspaces.
-