Interface Summary | |
---|---|
CharacterSizeChangedListener | Listener for the Terminal widget that deals exclusively with CharacterSizeChangedEvent. |
CommitListener | Listener for the Terminal widget that deals exclusively with CommitEvent. |
MoveWindowListener | Listener for the Terminal widget that deals exclusively with MoveWindowEvent. |
ResizeWindowListener | Listener for the Terminal widget that deals exclusively with ResizeWindowEvent. |
TerminalListener | Listener for the Terminal widget. |
TextScrolledListener | Listener for the Terminal widget that deals exclusively with TextScrolledEvent. |
Class Summary | |
---|---|
CharacterSizeChangedEvent | An event representing an action by a Terminal widget. |
CharacterSizeChangedEvent.Type | Type of a TerminalCharacterSizeChangedEvent. |
CommitEvent | An event representing a commit action by a Terminal widget. |
CommitEvent.Type | Type of a TerminalCommitEvent. |
MoveWindowEvent | An event representing a move window action by a Terminal widget. |
MoveWindowEvent.Type | Type of a TerminalMoveWindowEvent. |
ResizeWindowEvent | An event representing an action by a Terminal widget. |
ResizeWindowEvent.Type | Type of a TerminalResizeWindowEvent. |
TerminalEvent | An event representing an action by a Terminal widget. |
TerminalEvent.Type | Type of a TerminalEvent. |
TextScrolledEvent | An event representing a text scrolled action by a Terminal widget. |
TextScrolledEvent.Type | Type of a TerminalEvent. |