Oxygen XML Editor 15.0 Author API

ro.sync.exml.plugin.document
Interface DocumentPluginContext


@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface DocumentPluginContext

Plugin context interface. Provides information for the plugin about the context it was invoked in.


Method Summary
 javax.swing.text.Document getDocument()
          Get the current document.
 java.awt.Frame getFrame()
          Get the editing frame.
 StandalonePluginWorkspace getPluginWorkspace()
          Get access to the entire workspace of Oxygen.
 

Method Detail

getDocument

javax.swing.text.Document getDocument()
Get the current document.

Returns:
the current document.

getFrame

java.awt.Frame getFrame()
Get the editing frame.

Returns:
the frame in which is done the editing.

getPluginWorkspace

StandalonePluginWorkspace getPluginWorkspace()
Get access to the entire workspace of Oxygen.

Returns:
The access to the entire workspace of Oxygen
Since:
12.1

Oxygen XML Editor 15.0 Author API

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