Package com.iizix.term
Interface ITerminalOperations
public interface ITerminalOperationsTerminal operations.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static intAPPENDThe "Append" clipboard operation.static intCONTINUE_PASTEThe "Continue paste" clipboard operation.static intCOPYThe "Copy" clipboard operation.static intCUTThe "Cut" clipboard operation.static intPASTEThe "Paste" clipboard operation.static intREMOVE_MARKAction used when the mark rectangle is removed.static intSELECT_ALLThe "Select all" clipboard action.static intSET_MARKAction used when a mark rectangle is created.static intUNDOThe "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