|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.workspace.api.PluginWorkspaceProvider
@API(type=NOT_EXTENDABLE, src=PRIVATE) public class PluginWorkspaceProvider
Provides static access to the workspace API of the Oxygen editor.
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 |
---|
public PluginWorkspaceProvider()
Method Detail |
---|
public static PluginWorkspace getPluginWorkspace()
public static void setPluginWorkspace(PluginWorkspace pluginWorkspace)
pluginWorkspace
- The plugin Workspace to set.
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |