Uses of Class
adams.gui.workspace.AbstractWorkspacePanel
-
Packages that use AbstractWorkspacePanel Package Description adams.gui.tools.remotecontrolcenter adams.gui.tools.wekainvestigator adams.gui.tools.wekamultiexperimenter adams.gui.workspace -
-
Uses of AbstractWorkspacePanel in adams.gui.tools.remotecontrolcenter
Subclasses of AbstractWorkspacePanel in adams.gui.tools.remotecontrolcenter Modifier and Type Class Description class
RemoteControlCenterPanel
Remote control center session panel. -
Uses of AbstractWorkspacePanel in adams.gui.tools.wekainvestigator
Subclasses of AbstractWorkspacePanel in adams.gui.tools.wekainvestigator Modifier and Type Class Description class
InvestigatorPanel
The main panel for the Investigator. -
Uses of AbstractWorkspacePanel in adams.gui.tools.wekamultiexperimenter
Subclasses of AbstractWorkspacePanel in adams.gui.tools.wekamultiexperimenter Modifier and Type Class Description class
ExperimenterPanel
The Experimenter panel. -
Uses of AbstractWorkspacePanel in adams.gui.workspace
Classes in adams.gui.workspace with type parameters of type AbstractWorkspacePanel Modifier and Type Class Description class
AbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel>
Ancestor for manager panels that allow saving/loading of workspaces.class
AbstractWorkspaceHelper<P extends AbstractWorkspacePanel,M extends AbstractWorkspaceManagerPanel<P>>
Helper class for loading/saving workspaces.class
AbstractWorkspaceListPanel<T extends AbstractWorkspacePanel>
Allows the display of multiple panels.class
AbstractWorkspaceManagerPanel<T extends AbstractWorkspacePanel>
Ancestor for workspace managers.Subclasses of AbstractWorkspacePanel in adams.gui.workspace Modifier and Type Class Description class
AbstractWorkspacePanelWithStatusBar
The ancestor for a workspace panel that also have a statusbar.
-