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

    Modifier and Type
    Method
    Description
    Get the processed selection.
  • Method Details

    • getProcessedSelection

      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.