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 class
RemoteControlCenterWorkspaceList
Workspace 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 class
InvestigatorWorkspaceList
Lists 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 class
ExperimenterEntryPanel
Allows 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_History
the history panel.Methods in adams.gui.workspace that return AbstractWorkspaceListPanel Modifier and Type Method Description AbstractWorkspaceListPanel
AbstractWorkspaceManagerPanel. 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.
-