Oxygen XML Editor, Version 14.2

ro.sync.exml.plugin.selection
Interface SelectionPluginResult

All Known Implementing Classes:
SelectionPluginResultImpl

@API(type=EXTENDABLE,
     src=PUBLIC)
public interface SelectionPluginResult

Plugin result interface. Provides the plugin processed data.


Method Summary
 java.lang.String getProcessedSelection()
          Get the processed selection.
 

Method Detail

getProcessedSelection

java.lang.String getProcessedSelection()
Get the processed selection. The string can also contain editor variables available also to Oxygen code templates like ${caret} to position the caret at a certain location or ${selection} to surround the current selection with the processed string.

Returns:
The string which will replace the selection.

Oxygen XML Editor, Version 14.2

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