Uses of Class
adams.gui.workspace.AbstractWorkspaceHelper
-
Packages that use AbstractWorkspaceHelper Package Description adams.gui.tools.wekainvestigator adams.gui.workspace -
-
Uses of AbstractWorkspaceHelper in adams.gui.tools.wekainvestigator
Subclasses of AbstractWorkspaceHelper in adams.gui.tools.wekainvestigator Modifier and Type Class Description classInvestigatorWorkspaceHelperHelper class for Weka Investigator workspaces. -
Uses of AbstractWorkspaceHelper in adams.gui.workspace
Fields in adams.gui.workspace declared as AbstractWorkspaceHelper Modifier and Type Field Description protected AbstractWorkspaceHelper<P,AbstractSerializableWorkspaceManagerPanel<P>>AbstractSerializableWorkspaceManagerPanel. m_WorkspaceHelperthe workspace helper.Methods in adams.gui.workspace that return AbstractWorkspaceHelper Modifier and Type Method Description protected abstract AbstractWorkspaceHelper<P,AbstractSerializableWorkspaceManagerPanel<P>>AbstractSerializableWorkspaceManagerPanel. newWorkspaceHelper()Returns a new instance of the workspace helper to use.
-