|
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.selection.SelectionPluginResultImpl
public class SelectionPluginResultImpl
Support implementation of the PluginResult interface.
Field Summary | |
---|---|
protected String |
selection
The processed selection. |
Constructor Summary | |
---|---|
SelectionPluginResultImpl()
Creates a no data plugin result. |
|
SelectionPluginResultImpl(String selection)
Creates the plugin result. |
Method Summary | |
---|---|
String |
getProcessedSelection()
Get the current selection. |
void |
setProcessedSelection(String selection)
Set the current selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String selection
Constructor Detail |
---|
public SelectionPluginResultImpl()
public SelectionPluginResultImpl(String selection)
selection
- The processed selection.Method Detail |
---|
public void setProcessedSelection(String selection)
selection
- The current selection.public String getProcessedSelection()
getProcessedSelection
in interface SelectionPluginResult
|
Oxygen XML Editor, Version ${standalone-version-number} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |