Package ro.sync.exml.workspace.api
Class PluginWorkspaceProvider
java.lang.Object
ro.sync.exml.workspace.api.PluginWorkspaceProvider
Provides static access to the workspace API of the Oxygen editor.
- Since:
- 14
-
Method Summary
Modifier and TypeMethodDescriptionstatic PluginWorkspace
Get access to API used to control the Oxygen editors.static void
setPluginWorkspace
(PluginWorkspace pluginWorkspace) Set the workspace.
-
Method Details
-
getPluginWorkspace
Get access to API used to control the Oxygen editors. This static access can be used when running the standalone or the Eclipse version of Oxygen from any part of the developer's code.- Returns:
- Returns the pluginWorkspace.
-
setPluginWorkspace
Set the workspace. FOR INTERNAL USE ONLY.- Parameters:
pluginWorkspace
- The plugin Workspace to set.
-