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 class
InvestigatorWorkspaceHelper
Helper 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_WorkspaceHelper
the 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.
-