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 classRemoteControlCenterPanelRemote 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 classInvestigatorPanelThe 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 classExperimenterPanelThe 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 classAbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel>Ancestor for manager panels that allow saving/loading of workspaces.classAbstractWorkspaceHelper<P extends AbstractWorkspacePanel,M extends AbstractWorkspaceManagerPanel<P>>Helper class for loading/saving workspaces.classAbstractWorkspaceListPanel<T extends AbstractWorkspacePanel>Allows the display of multiple panels.classAbstractWorkspaceManagerPanel<T extends AbstractWorkspacePanel>Ancestor for workspace managers.Subclasses of AbstractWorkspacePanel in adams.gui.workspace Modifier and Type Class Description classAbstractWorkspacePanelWithStatusBarThe ancestor for a workspace panel that also have a statusbar.
-