console/interface library
Classes
- ConsoleTextAlignment
- Text alignments for console line output.
- ConsoleTextAlignmentCenterImpl
- ConsoleTextAlignmentLeftImpl
- ConsoleTextAlignmentRightImpl
- ConsoleTextAlignments
- ControlCharacter
- ControlCharacterArrowDownImpl
- ControlCharacterArrowLeftImpl
- ControlCharacterArrowRightImpl
- ControlCharacterArrowUpImpl
- ControlCharacterBackspaceImpl
- ControlCharacterCtrlAImpl
- ControlCharacterCtrlBImpl
- ControlCharacterCtrlCImpl
- ControlCharacterCtrlDImpl
- ControlCharacterCtrlEImpl
- ControlCharacterCtrlFImpl
- ControlCharacterCtrlGImpl
- ControlCharacterCtrlHImpl
- ControlCharacterCtrlJImpl
- ControlCharacterCtrlKImpl
- ControlCharacterCtrlLImpl
- ControlCharacterCtrlNImpl
- ControlCharacterCtrlOImpl
- ControlCharacterCtrlPImpl
- ControlCharacterCtrlQImpl
- ControlCharacterCtrlRImpl
- ControlCharacterCtrlSImpl
- ControlCharacterCtrlTImpl
- ControlCharacterCtrlUImpl
- ControlCharacterCtrlVImpl
- ControlCharacterCtrlWImpl
- ControlCharacterCtrlXImpl
- ControlCharacterCtrlYImpl
- ControlCharacterCtrlZImpl
- ControlCharacterDeleteImpl
- ControlCharacterEndImpl
- ControlCharacterEnterImpl
- ControlCharacterEscapeImpl
- ControlCharacterF1Impl
- ControlCharacterF2Impl
- ControlCharacterF3Impl
- ControlCharacterF4Impl
- ControlCharacterHomeImpl
- ControlCharacterPageDownImpl
- ControlCharacterPageUpImpl
- ControlCharacters
- Non-printable characters that can be entered from the keyboard.
- ControlCharacterTabImpl
- ControlCharacterUnknownImpl
- ControlCharacterWordBackspaceImpl
- ControlCharacterWordLeftImpl
- ControlCharacterWordRightImpl
- Key
- A representation of a key character.
- KeyControl
- A representation of a control key character.
- KeyPrintable
- A representation of a printable key character.
- SneathConsole
- A representation of the current console window.
- SneathConsoleDimensions
- SneathCoordinate
- A screen position, measured in rows and columns from the top-left origin of the screen. Coordinates are zero-based, and converted as necessary for the underlying system representation (e.g. one-based for VT-style displays).
- SneathCursorPositionDelegate