Class PluginWorkspaceProvider


  • @API(type=NOT_EXTENDABLE,
         src=PRIVATE)
    public final class PluginWorkspaceProvider
    extends java.lang.Object
    Provides static access to the workspace API of the Oxygen editor.
    Since:
    14
    • Method Detail

      • getPluginWorkspace

        public static PluginWorkspace 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

        public static void setPluginWorkspace​(PluginWorkspace pluginWorkspace)
        Set the workspace. FOR INTERNAL USE ONLY.
        Parameters:
        pluginWorkspace - The plugin Workspace to set.