Interface ITerminalOperations


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

      Fields 
      Modifier and Type Field Description
      static int APPEND
      The "Append" clipboard operation.
      static int CONTINUE_PASTE
      The "Continue paste" clipboard operation.
      static int COPY
      The "Copy" clipboard operation.
      static int CUT
      The "Cut" clipboard operation.
      static int PASTE
      The "Paste" clipboard operation.
      static int REMOVE_MARK
      Action used when the mark rectangle is removed.
      static int SELECT_ALL
      The "Select all" clipboard action.
      static int SET_MARK
      Action used when a mark rectangle is created.
      static int UNDO
      The "Undo" clipboard operation.