Crossfire JXClient, Trunk
R20561
|
All defined entries in the settings file. More...
Static Public Member Functions | |
static SettingsEntry< String > | getLoginAccountSettingsEntry (@NotNull final String hostname) |
Returns the SettingsEntry for the default account name on a server. More... | |
static SettingsEntry< String > | getLoginAccountSettingsEntry (@NotNull final String hostname, @NotNull final String accountName) |
Returns the SettingsEntry for the default character name on an account. More... | |
static SettingsEntry< Long > | getPickupSettingsEntry (@NotNull final String hostname, @NotNull final String characterName) |
Returns the SettingsEntry for the default pickup mode of a character. More... | |
static SettingsEntry< String > | getPlayerSettingsEntry (@NotNull final String hostname) |
Returns the SettingsEntry for the default character name on a server. More... | |
Static Public Attributes | |
static final SettingsEntry< Boolean > | MESSAGE_LOG_SETTINGS_ENTRY = new SettingsEntry<>("messagelog", false, "Whether to record all text messages into a file.") |
Whether to record of all text messages received from the server. More... | |
static final SettingsEntry< String > | SERVER = new SettingsEntry<>("server", "crossfire.metalforge.net", "The server last connected to.") |
The server to which the previous connection was made. More... | |
Private Member Functions | |
SettingsEntries () | |
Private constructor to prevent instantiation. More... | |
All defined entries in the settings file.
Definition at line 31 of file SettingsEntries.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 48 of file SettingsEntries.java.
|
static |
Returns the SettingsEntry for the default account name on a server.
hostname | the hostname of the server |
Definition at line 69 of file SettingsEntries.java.
Referenced by com.realtime.crossfire.jxclient.window.GuiManager.openDialog(), com.realtime.crossfire.jxclient.window.GuiManager.selectCharacter(), and com.realtime.crossfire.jxclient.window.GuiManager.setAccountName().
|
static |
Returns the SettingsEntry for the default character name on an account.
hostname | the hostname of the server |
accountName | the name of the account |
Definition at line 81 of file SettingsEntries.java.
|
static |
Returns the SettingsEntry for the default pickup mode of a character.
hostname | the hostname of the server |
characterName | the name of the character |
Definition at line 93 of file SettingsEntries.java.
References com.realtime.crossfire.jxclient.settings.options.Pickup.PU_NOTHING.
Referenced by com.realtime.crossfire.jxclient.window.JXCConnection.setCharacter().
|
static |
Returns the SettingsEntry for the default character name on a server.
hostname | the hostname of the server |
Definition at line 58 of file SettingsEntries.java.
Referenced by com.realtime.crossfire.jxclient.window.GuiManager.openQueryDialog(), and com.realtime.crossfire.jxclient.window.GuiManager.updatePlayerName().
|
static |
Whether to record of all text messages received from the server.
Definition at line 43 of file SettingsEntries.java.
Referenced by com.realtime.crossfire.jxclient.main.JXClient.JXClient().
|
static |
The server to which the previous connection was made.
Definition at line 37 of file SettingsEntries.java.
Referenced by com.realtime.crossfire.jxclient.window.GuiManager.activateMetaserverGui(), and com.realtime.crossfire.jxclient.window.JXCConnection.setHost().