public static class Console.HistoryEntry extends Object
Modifier and Type | Field and Description |
---|---|
private String |
entry |
private Console.HistoryType |
type |
Constructor and Description |
---|
HistoryEntry() |
HistoryEntry(Console.HistoryType type,
String entry) |
Modifier and Type | Method and Description |
---|---|
String |
getEntry() |
Console.HistoryType |
getType() |
void |
setEntry(String entry) |
void |
setType(Console.HistoryType type) |
String |
toString() |
private Console.HistoryType type
public HistoryEntry()
public HistoryEntry(Console.HistoryType type, String entry)