Oxygen XML Editor, Version 14.2

ro.sync.exml.plugin.document
Class DocumentPluginResultImpl

java.lang.Object
  extended by ro.sync.exml.plugin.document.DocumentPluginResultImpl
All Implemented Interfaces:
DocumentPluginResult

@API(type=EXTENDABLE,
     src=PUBLIC)
public class DocumentPluginResultImpl
extends java.lang.Object
implements DocumentPluginResult


Field Summary
protected  javax.swing.text.Document document
          The processed document.
 
Constructor Summary
DocumentPluginResultImpl()
          Creates an PluginResult with no document.
DocumentPluginResultImpl(javax.swing.text.Document document)
          Constructor for the PluginResult.
 
Method Summary
 javax.swing.text.Document getProcessedDocument()
          Get the current document.
 void setProcessedDocument(javax.swing.text.Document document)
          Sets the current document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

protected javax.swing.text.Document document
The processed document.

Constructor Detail

DocumentPluginResultImpl

public DocumentPluginResultImpl()
Creates an PluginResult with no document.


DocumentPluginResultImpl

public DocumentPluginResultImpl(javax.swing.text.Document document)
Constructor for the PluginResult.

Parameters:
document - The processed document.
Method Detail

setProcessedDocument

public void setProcessedDocument(javax.swing.text.Document document)
Sets the current document.

Parameters:
document - The current document.

getProcessedDocument

public javax.swing.text.Document getProcessedDocument()
Get the current document.

Specified by:
getProcessedDocument in interface DocumentPluginResult
Returns:
The current document.

Oxygen XML Editor, Version 14.2

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