Uses of Class
adams.gui.workspace.AbstractWorkspaceListPanel
-
Packages that use AbstractWorkspaceListPanel Package Description adams.gui.tools.remotecontrolcenter adams.gui.tools.wekainvestigator adams.gui.tools.wekamultiexperimenter adams.gui.workspace -
-
Uses of AbstractWorkspaceListPanel in adams.gui.tools.remotecontrolcenter
Subclasses of AbstractWorkspaceListPanel in adams.gui.tools.remotecontrolcenter Modifier and Type Class Description classRemoteControlCenterWorkspaceListWorkspace list for the remote control center. -
Uses of AbstractWorkspaceListPanel in adams.gui.tools.wekainvestigator
Subclasses of AbstractWorkspaceListPanel in adams.gui.tools.wekainvestigator Modifier and Type Class Description classInvestigatorWorkspaceListLists the sessions.Methods in adams.gui.tools.wekainvestigator that return AbstractWorkspaceListPanel Modifier and Type Method Description protected AbstractWorkspaceListPanel<InvestigatorPanel>InvestigatorManagerPanel. newWorkspaceList()Instantiates a new panel for workspaces. -
Uses of AbstractWorkspaceListPanel in adams.gui.tools.wekamultiexperimenter
Subclasses of AbstractWorkspaceListPanel in adams.gui.tools.wekamultiexperimenter Modifier and Type Class Description classExperimenterEntryPanelAllows the display of multiple Experimenter panels. -
Uses of AbstractWorkspaceListPanel in adams.gui.workspace
Fields in adams.gui.workspace declared as AbstractWorkspaceListPanel Modifier and Type Field Description protected AbstractWorkspaceListPanel<T>AbstractWorkspaceManagerPanel. m_Historythe history panel.Methods in adams.gui.workspace that return AbstractWorkspaceListPanel Modifier and Type Method Description AbstractWorkspaceListPanelAbstractWorkspaceManagerPanel. getEntryPanel()Returns the panel with the workspace entries.AbstractWorkspaceListPanel<T>AbstractWorkspaceManagerPanel. getHistory()Returns the underlying history panel.protected abstract AbstractWorkspaceListPanel<T>AbstractWorkspaceManagerPanel. newWorkspaceList()Instantiates a new panel for workspaces.
-