Package com.iizix.term
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.
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