Oxygen XML Editor 14.2 Author API

ro.sync.exml.workspace.api
Class PluginWorkspaceProvider

java.lang.Object
  extended by ro.sync.exml.workspace.api.PluginWorkspaceProvider

@API(type=NOT_EXTENDABLE,
     src=PRIVATE)
public class PluginWorkspaceProvider
extends java.lang.Object

Provides static access to the workspace API of the Oxygen editor.

Since:
14

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Constructor Summary
PluginWorkspaceProvider()
           
 
Method Summary
static PluginWorkspace getPluginWorkspace()
          Get access to API used to control the Oxygen editors.
static void setPluginWorkspace(PluginWorkspace pluginWorkspace)
          Set the workspace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginWorkspaceProvider

public PluginWorkspaceProvider()
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.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.