Uses of Class
adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
-
Packages that use AbstractSerializableWorkspaceManagerPanel Package Description adams.gui.tools.wekainvestigator adams.gui.workspace -
-
Uses of AbstractSerializableWorkspaceManagerPanel in adams.gui.tools.wekainvestigator
Subclasses of AbstractSerializableWorkspaceManagerPanel in adams.gui.tools.wekainvestigator Modifier and Type Class Description class
InvestigatorManagerPanel
Manages multiple sessions of the Investigator. -
Uses of AbstractSerializableWorkspaceManagerPanel in adams.gui.workspace
Fields in adams.gui.workspace with type parameters of type AbstractSerializableWorkspaceManagerPanel Modifier and Type Field Description protected AbstractWorkspaceHelper<P,AbstractSerializableWorkspaceManagerPanel<P>>
AbstractSerializableWorkspaceManagerPanel. m_WorkspaceHelper
the workspace helper.Methods in adams.gui.workspace that return types with arguments of type AbstractSerializableWorkspaceManagerPanel Modifier and Type Method Description protected abstract AbstractWorkspaceHelper<P,AbstractSerializableWorkspaceManagerPanel<P>>
AbstractSerializableWorkspaceManagerPanel. newWorkspaceHelper()
Returns a new instance of the workspace helper to use.
-