Interface | Description |
---|---|
CommandCallback |
Interface that defines callback functions needed by commands.
|
CommandExecutor |
Executes commands.
|
Class | Description |
---|---|
ActivateCommandInputCommand |
A
GUICommand which activates the command input field. |
ExecuteCommandCommand |
A
GUICommand which executes a Crossfire command. |
GUICommandFactoryImpl |
Factory for creating
GUICommand instances from string
representation. |
GUICommandText |
A
GUIText element that executes the entered text as a command. |
GUIQueryText |
Input field for "query" dialogs.
|
GUIText |
Abstract base class for text input fields.
|
GUITextField |
A text input field which executes a
CommandList when ENTER is
pressed. |
Exception | Description |
---|---|
NoSuchCommandException |
An
Exception thrown if a command does not exist. |