Modifier and Type | Field and Description |
---|---|
private GUIText |
ConnectCommand.hostNameInputField
The host name input field.
|
Constructor and Description |
---|
ConnectCommand(GuiStateManager guiStateManager,
GUIText hostNameInputField)
Creates a new instance.
|
Modifier and Type | Field and Description |
---|---|
private GUIText |
GUIMetaElementList.hostname
The hostname input field to update; may be
null . |
Constructor and Description |
---|
GUIMetaElementList(TooltipManager tooltipManager,
GUIElementListener elementListener,
java.lang.String name,
int cellWidth,
int cellHeight,
MetaserverModel metaserverModel,
java.awt.Image image,
java.awt.Font font,
java.lang.String format,
java.lang.String tooltip,
GUIText hostname,
AbstractLabel comment,
CommandList connectCommandList)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
GUIText |
JXCWindowRenderer.activateCommandInput()
Activates the command input text field.
|
static GUIText |
JXCWindowRenderer.activateCommandInput(Gui gui)
Returns the first command text field of a gui and make it active.
|
Modifier and Type | Class and Description |
---|---|
class |
GUICommandText
A
GUIText element that executes the entered text as a command. |
class |
GUIQueryText
Input field for "query" dialogs.
|
class |
GUITextField
A text input field which executes a
CommandList when ENTER is
pressed. |
Modifier and Type | Method and Description |
---|---|
GUIText |
GuiElementParser.lookupTextElement(java.lang.String name)
Returns a
GUIText by element name. |
Modifier and Type | Method and Description |
---|---|
private GUIText |
GuiManager.activateCommandInput()
Activates the command input text field.
|