Package | Description |
---|---|
org.jboss.aesh.terminal |
Modifier and Type | Method and Description |
---|---|
CharacterType |
TerminalCharacter.getType() |
static CharacterType |
CharacterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterType[] |
CharacterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
CharacterType.getValueComparedToPrev(CharacterType prev) |
Constructor and Description |
---|
TerminalCharacter(char c,
CharacterType type) |
TerminalCharacter(char c,
Color background,
Color text,
CharacterType type) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.