Interface SelectionPluginResult

  • All Known Implementing Classes:
    SelectionPluginResultImpl

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface SelectionPluginResult
    Plugin result interface. Provides the plugin processed data.
    • 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.