Class and Description |
---|
Terminal
This is the main terminal interface, at the lowest level supported by Lanterna.
|
Class and Description |
---|
DefaultTerminalFactory
This TerminalFactory implementation uses a simple auto-detection mechanism for figuring out which terminal
implementation to create based on characteristics of the system the program is running on.
|
ExtendedTerminal
This class extends the normal Terminal interface and adds a few more methods that are considered rare and shouldn't
be encouraged to be used.
|
IOSafeExtendedTerminal
Interface extending ExtendedTerminal that removes the IOException throw clause.
|
IOSafeTerminal
Interface extending Terminal that removes the IOException throw clause.
|
IOSafeTerminalAdapter
This class exposes methods for converting a terminal into an IOSafeTerminal.
|
MouseCaptureMode
Constant describing different modes for capturing mouse input.
|
ResizeListener
Listener interface that can be used to be alerted on terminal resizing
|
Terminal
This is the main terminal interface, at the lowest level supported by Lanterna.
|
TerminalFactory
This interface is for abstracting the creation of your Terminal object.
|
Class and Description |
---|
AbstractTerminal
Containing a some very fundamental functionality that should be common (and usable) to all terminal implementations.
|
ExtendedTerminal
This class extends the normal Terminal interface and adds a few more methods that are considered rare and shouldn't
be encouraged to be used.
|
MouseCaptureMode
Constant describing different modes for capturing mouse input.
|
Terminal
This is the main terminal interface, at the lowest level supported by Lanterna.
|
Class and Description |
---|
IOSafeTerminal
Interface extending Terminal that removes the IOException throw clause.
|
ResizeListener
Listener interface that can be used to be alerted on terminal resizing
|
Terminal
This is the main terminal interface, at the lowest level supported by Lanterna.
|
Copyright © 2016. All rights reserved.