| Package | Description |
|---|---|
| net.morimekta.console | |
| net.morimekta.console.chr |
| Modifier and Type | Method and Description |
|---|---|
void |
Terminal.print(Char ch) |
boolean |
InputLine.CharValidator.validate(Char ch,
LinePrinter errorPrinter)
Validate the given char.
|
| Constructor and Description |
|---|
Command(Char key,
String name,
InputSelection.Action<E> action) |
Command(Char key,
String name,
InputSelection.Action<E> action,
boolean hidden) |
| Modifier and Type | Class and Description |
|---|---|
class |
Color
Unix terminal color helper.
|
class |
Control
https://en.wikipedia.org/wiki/C0_and_C1_control_codes
|
class |
Unicode
Unicode character representation.
|
| Modifier and Type | Method and Description |
|---|---|
Char |
CharReader.read()
Read the next char.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Char> |
CharStream.iterator(CharSequence str) |
static Stream<Char> |
CharStream.stream(CharSequence str) |
| Modifier and Type | Method and Description |
|---|---|
int |
Control.compareTo(Char o) |
int |
Unicode.compareTo(Char o) |
Copyright © 2016. All rights reserved.