Package com.iizix.term
Interface ITerminalOperations
- public interface ITerminalOperationsTerminal operations.- Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - static int- APPENDThe "Append" clipboard operation.- static int- CONTINUE_PASTEThe "Continue paste" clipboard operation.- static int- COPYThe "Copy" clipboard operation.- static int- CUTThe "Cut" clipboard operation.- static int- PASTEThe "Paste" clipboard operation.- static int- REMOVE_MARKAction used when the mark rectangle is removed.- static int- SELECT_ALLThe "Select all" clipboard action.- static int- SET_MARKAction used when a mark rectangle is created.- static int- UNDOThe "Undo" clipboard operation.
 
- Field Detail- UNDO- static final int UNDO The "Undo" clipboard operation.- See Also:
- Constant Field Values
 
 - CUT- static final int CUT The "Cut" clipboard operation.- See Also:
- Constant Field Values
 
 - COPY- static final int COPY The "Copy" clipboard operation.- See Also:
- Constant Field Values
 
 - APPEND- static final int APPEND The "Append" clipboard operation.- See Also:
- Constant Field Values
 
 - PASTE- static final int PASTE The "Paste" clipboard operation.- See Also:
- Constant Field Values
 
 - CONTINUE_PASTE- static final int CONTINUE_PASTE The "Continue paste" clipboard operation.- See Also:
- Constant Field Values
 
 - SELECT_ALL- static final int SELECT_ALL The "Select all" clipboard action.- See Also:
- Constant Field Values
 
 - SET_MARK- static final int SET_MARK Action used when a mark rectangle is created.- See Also:
- Constant Field Values
 
 - REMOVE_MARK- static final int REMOVE_MARK Action used when the mark rectangle is removed.- See Also:
- Constant Field Values