Interface ITerminalOperations


  • public interface ITerminalOperations
    Terminal operations.
    Author:
    Christopher Mindus
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      static intAPPEND
      The "Append" clipboard operation.
      static intCONTINUE_PASTE
      The "Continue paste" clipboard operation.
      static intCOPY
      The "Copy" clipboard operation.
      static intCUT
      The "Cut" clipboard operation.
      static intPASTE
      The "Paste" clipboard operation.
      static intREMOVE_MARK
      Action used when the mark rectangle is removed.
      static intSELECT_ALL
      The "Select all" clipboard action.
      static intSET_MARK
      Action used when a mark rectangle is created.
      static intUNDO
      The "Undo" clipboard operation.