Interface TerminalCopyPasteHandler


public interface TerminalCopyPasteHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    getContents(boolean useSystemSelectionClipboardIfAvailable)
     
    void
    setContents(String text, boolean useSystemSelectionClipboardIfAvailable)
     
  • Method Details

    • setContents

      void setContents(String text, boolean useSystemSelectionClipboardIfAvailable)
    • getContents

      String getContents(boolean useSystemSelectionClipboardIfAvailable)