Package com.realtime.crossfire.jxclient.gui.textinput
-
Interface Summary Interface Description CommandCallback Interface that defines callback functions needed by commands.CommandExecutor Executes commands.KeyListener Interface for listeners for keyboard input. -
Class Summary Class Description ActivateCommandInputCommand AGUICommandwhich activates the command input field.ExecuteCommandCommand AGUICommandwhich executes a Crossfire command.GUICommandFactoryImpl Factory for creatingGUICommandinstances from string representation.GUICommandText AGUITextelement 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 aCommandListwhen ENTER is pressed. -
Exception Summary Exception Description NoSuchCommandException AnExceptionthrown if a command does not exist.