Oxygen XML Editor, Version ${standalone-version-number}

ro.sync.exml.plugin.selection
Class SelectionPluginResultImpl

java.lang.Object
  extended by ro.sync.exml.plugin.selection.SelectionPluginResultImpl
All Implemented Interfaces:
SelectionPluginResult

public class SelectionPluginResultImpl
extends Object
implements SelectionPluginResult

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

selection

protected String selection
The processed selection.

Constructor Detail

SelectionPluginResultImpl

public SelectionPluginResultImpl()
Creates a no data plugin result.


SelectionPluginResultImpl

public SelectionPluginResultImpl(String selection)
Creates the plugin result.

Parameters:
selection - The processed selection.
Method Detail

setProcessedSelection

public void setProcessedSelection(String selection)
Set the current selection.

Parameters:
selection - The current selection.

getProcessedSelection

public String getProcessedSelection()
Get the current selection.

Specified by:
getProcessedSelection in interface SelectionPluginResult
Returns:
The current selection.

Oxygen XML Editor, Version ${standalone-version-number}

© Copyright Syncro Soft SRL 2002 - 2010.