Package | Description |
---|---|
org.projectnyx.command |
Modifier and Type | Class and Description |
---|---|
class |
StaticPlainText
Default implementation of
UIText that always returns the same string. |
Modifier and Type | Method and Description |
---|---|
UIText |
Command.getDescription()
This command's description, which can be displayed to users.
|
UIText |
Command.getUsage()
This command's usage, which can be displayed to users.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleReader.sendText(UIText text) |
void |
CommandIssuer.sendText(UIText text)
Sends a line of text to this issuer through a UI.
|
Command |
Command.setDescription(UIText description)
This command's description, which can be displayed to users.
|
Command |
Command.setUsage(UIText usage)
This command's usage, which can be displayed to users.
|
Constructor and Description |
---|
Command(String name,
UIText description,
UIText usage) |
Copyright © 2016. All rights reserved.