|
Oxygen XML Editor, Version ${standalone-version-number} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.plugin.document.DocumentPluginContextImpl
public class DocumentPluginContextImpl
Support implementation of the PluginContext interface.
Field Summary | |
---|---|
protected Document |
document
The current document. |
protected Frame |
frame
The parent frame. |
Constructor Summary | |
---|---|
DocumentPluginContextImpl()
Constructor for an DocumentPluginContext with no document. |
|
DocumentPluginContextImpl(Document document,
Frame frame)
Creates the plugin context. |
Method Summary | |
---|---|
Document |
getDocument()
Get the current document. |
Frame |
getFrame()
Get the frame for the DocumentPluginContextImpl. |
void |
setDocument(Document document)
Set the current document. |
void |
setFrame(Frame frame)
Sets the parent frame for the PluginContextImpl. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Document document
protected Frame frame
Constructor Detail |
---|
public DocumentPluginContextImpl()
public DocumentPluginContextImpl(Document document, Frame frame)
document
- The current document.frame
- The parent frame for the swing components.Method Detail |
---|
public void setDocument(Document document)
document
- The document to be set.public void setFrame(Frame frame)
frame
- The new frame value.public Document getDocument()
getDocument
in interface DocumentPluginContext
public Frame getFrame()
getFrame
in interface DocumentPluginContext
|
Oxygen XML Editor, Version ${standalone-version-number} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |