Uses of Class
evo.search.io.entities.Workspace
-
Packages that use Workspace Package Description evo.search.io.entities The entities in this package are classes which are serializable in xml.evo.search.io.service This package contains io services.evo.search.view This package contains all implementations related to the user interface. -
-
Uses of Workspace in evo.search.io.entities
Methods in evo.search.io.entities that return Workspace Modifier and Type Method Description Workspace
Workspace. parse(org.dom4j.Element element)
Parse a workspace from aElement
. -
Uses of Workspace in evo.search.io.service
Methods in evo.search.io.service that return Workspace Modifier and Type Method Description static Workspace
ProjectService. loadCurrentWorkspace()
Load the workspace for the current project.Methods in evo.search.io.service with parameters of type Workspace Modifier and Type Method Description static void
ProjectService. saveProjectWorkspace(Workspace workspace)
Save a workspace to the currently opened project. -
Uses of Workspace in evo.search.view
Methods in evo.search.view that return Workspace Modifier and Type Method Description Workspace
MainForm. getWorkspace()
Workspace configuration for this forms window.Methods in evo.search.view with parameters of type Workspace Modifier and Type Method Description void
MainForm. setWorkspace(Workspace workspace)
Workspace configuration for this forms window.
-