A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractButton - Class in com.realtime.crossfire.jxclient.gui.button
Abstract base class for button classes.
AbstractButton(TooltipManager, GUIElementListener, String, int, boolean, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Creates a new instance.
AbstractCommand - Class in com.realtime.crossfire.jxclient.commands
Abstract base class for Command implementations.
AbstractCommand(String, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.AbstractCommand
Creates a new instance.
AbstractCrossfireServerConnection - Class in com.realtime.crossfire.jxclient.server.crossfire
Abstract base class for CrossfireServerConnection implementing classes.
AbstractCrossfireServerConnection(Model) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Creates a new instance.
AbstractFaceQueue - Class in com.realtime.crossfire.jxclient.faces
Abstract base class for classes implementing FaceQueue.
AbstractFaceQueue() - Constructor for class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
 
AbstractFacesManager - Class in com.realtime.crossfire.jxclient.faces
Abstract base class for FacesManager implementations.
AbstractFacesManager(FaceCache) - Constructor for class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Creates a new instance.
AbstractGUIElement - Class in com.realtime.crossfire.jxclient.gui.gui
Abstract base class for GUI elements to be shown in Guis.
AbstractGUIElement(TooltipManager, GUIElementListener, String, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Creates a new instance.
AbstractGUIMap - Class in com.realtime.crossfire.jxclient.gui.map
Abstract base class for GUIElements that display map views.
AbstractGUIMap(boolean, TooltipManager, GUIElementListener, String, MapUpdaterState, FacesProvider, SmoothingRenderer, DarknessColors) - Constructor for class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Creates a new instance.
AbstractItemView - Class in com.realtime.crossfire.jxclient.items
Abstract base class for ItemView implementing classes.
AbstractItemView() - Constructor for class com.realtime.crossfire.jxclient.items.AbstractItemView
Creates a new instance.
AbstractJXCSkinSource - Class in com.realtime.crossfire.jxclient.skin.source
Abstract base class for JXCSkinSource implementations.
AbstractJXCSkinSource() - Constructor for class com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
 
AbstractLabel - Class in com.realtime.crossfire.jxclient.gui.label
Abstract base class for all label classes.
AbstractLabel(TooltipManager, GUIElementListener, String, String, Font, Color, BufferedImage, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Creates a new instance.
AbstractOrientation - Class in com.realtime.crossfire.jxclient.gui.gauge
Abstract base class for implementing Orientation instances.
AbstractOrientation() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Creates a new instance.
AbstractSegment - Class in com.realtime.crossfire.jxclient.gui.log
Abstract base class for Segment implementations.
AbstractSegment() - Constructor for class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
 
ACCOUNT_ADD_PLAYER_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountaddplayer" command.
ACCOUNT_LOGIN_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountlogin" command.
ACCOUNT_NEW_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountnew" command.
ACCOUNT_PASSWORD_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountpw" command.
ACCOUNT_PLAY_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountplay" command.
accountCreate(String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Creates an account.
accountCreate(String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Creates an account.
accountCreateCharacter(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Creates a character.
accountCreateCharacter(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Creates a character.
AccountCreateCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending a character creation request.
AccountCreateCharacterCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
Creates a new instance.
AccountCreateCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending an account creation request.
AccountCreateCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
Creates a new instance.
accountLink(int, String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Links a character to the current account.
accountLink(int, String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Links a character to the current account.
AccountLinkCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending a request to link a character to an account.
AccountLinkCharacterCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
Creates a new instance.
accountListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
accountLogin(String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Login to an account.
accountLogin(String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Login to an account.
AccountLoginCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending an account login request to the server.
AccountLoginCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
Creates a new instance.
accountName - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The account name.
accountPassword(String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Change the account password.
accountPassword(String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Change the account password.
AccountPasswordCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending an account password change request.
AccountPasswordCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
Creates a new instance.
accountPlayCharacter(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Plays a character from the current account.
accountPlayCharacter(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Plays a character from the current account.
AccountPlayCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending a play character request to the server.
AccountPlayCharacterCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
Creates a new instance.
AccountPlayerBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
Builder for CharacterInformation instances while parsing an "accountplayers" packet.
AccountPlayerBuilder() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
 
ACL_CLASS - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_FACE - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_FACE_NUM - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_LEVEL - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_MAP - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_NAME - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_PARTY - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_RACE - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
actionListener - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The ActionListener for GUIComboBox.comboBox.
ActivatableGUIElement - Class in com.realtime.crossfire.jxclient.gui.gui
A GUIElement that can be set to active or inactive.
ActivatableGUIElement(TooltipManager, GUIElementListener, String, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Creates a new instance.
activateCommandInput() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Activates the command input text field.
activateCommandInput(Gui) - Static method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the first command text field of a gui and make it active.
activateCommandInput(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Activates the command input text field.
activateCommandInput(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Activates the command input text field.
activateCommandInput() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Activates the command input text field.
activateCommandInput(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Activates the command input text field.
ActivateCommandInputCommand - Class in com.realtime.crossfire.jxclient.gui.textinput
A GUICommand which activates the command input field.
ActivateCommandInputCommand(String, CommandCallback, Macros) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Creates a new instance.
activateDefaultElement() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Activates the first default gui element of this gui.
activateMetaserverGui() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Called when the server selection GUI becomes active.
active - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
Whether the low food event should be generated.
active - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Whether sounds should be generated.
active - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Whether poisoning is active.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Will be called whenever the active state has changed.
activeChanged(ActivatableGUIElement, boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElementListener
The active state of an AbstractGUIElement has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Will be called whenever the active state has changed.
activeColor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The color for rendering displayed text when the element is active.
activeComponent - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The active component.
activeElement - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The gui element which has the focus.
activeGuiElement - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
The last known active gui element.
activeGuiElementSync - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Synchronizes accesses to TooltipManagerImpl.activeGuiElement.
activeImage - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The element's background image when it is active.
activeSkill - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The last known active skill name.
activeSkill - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The active skill name.
activeSkillChanged(String) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's active skill has changed.
ActiveSkillGaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
A GaugeUpdater which monitors a stat value.
ActiveSkillGaugeUpdater(ExperienceTable, String, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
Creates a new instance.
ActiveSkillWatcher - Class in com.realtime.crossfire.jxclient.stats
Helper class to synthesize an "active skill" stat value.
ActiveSkillWatcher(Stats, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Creates a new instance.
add(CharacterInformation) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Adds an entry.
add(FacesProvider) - Method in class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
add(GUICommand) - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Adds a command to the end of this command list.
add(MapUpdaterState, Location, AnimationState) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Adds a new AnimationState to a Location.
add(MapUpdaterState, Location, Animation, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Adds a visible animation.
add(int, long) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Adds a new level->experience mapping.
add(T) - Method in class com.realtime.crossfire.jxclient.util.EventListenerList2
Adds a listener.
add(int, T) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
Adds a listener.
add(int, T) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
Adds a listener.
addAccount(CharacterInformation) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
Information about a character in an account was received.
addAnimation(int, int, int[]) - Method in class com.realtime.crossfire.jxclient.animations.Animations
Defines a new animation.
addAnimation(int, int, int[]) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
An "addanim" command has been received.
addAnimation(int, int, int[]) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
An "addanim" command has been received.
addBufferListener(BufferListener) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Adds a listener to notify of changes.
addCfItemModifiedListener(CfItemListener) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Add a CfItemModifiedListener.
addCharacterInformationListener(int, CharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Adds a character entry listener for one entry.
addCharacterListener(CharacterListener) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Adds a character listener.
addChoice(Choice) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Adds a choice.
addClassInfo(ClassRaceInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets or updates a class info.
addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Adds a ClientSocketListener to notify.
addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Adds a ClientSocketListener to notify.
addClientSocketListener(ClientSocketListener) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Adds a ClientSocketListener to notify.
addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Adds a ClientSocketListener to be notified.
addCommand(Command) - Method in class com.realtime.crossfire.jxclient.commands.Commands
Adds an executable Command.
addCommand(String) - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Adds a command to watch for.
addCommand(String) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Adds a new command.
addCommand(String, Args, AbstractGUIElement, String, GuiStateManager, CommandExecutor, LineNumberReader, CommandQueue, CrossfireServerConnection, CommandCallback, Macros) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses and builds command arguments.
addCommandList(String, CommandListType) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Defines a new command list.
addComponent(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds a Component.
addCrossfireAccountListener(CrossfireAccountListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about account events.
addCrossfireAccountListener(CrossfireAccountListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about account events.
addCrossfireComcListener(CrossfireComcListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received comc commands.
addCrossfireComcListener(CrossfireComcListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received comc commands.
addCrossfireDrawextinfoListener(CrossfireDrawextinfoListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a new listener monitoring the drawextinfo S->C messages.
addCrossfireDrawextinfoListener(CrossfireDrawextinfoListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a new listener monitoring the drawextinfo S->C messages.
addCrossfireDrawinfoListener(CrossfireDrawinfoListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a new listener monitoring the drawinfo S->C messages.
addCrossfireDrawinfoListener(CrossfireDrawinfoListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a new listener monitoring the drawinfo S->C messages.
addCrossfireFailureListener(CrossfireFailureListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified of failure messages.
addCrossfireFailureListener(CrossfireFailureListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified of failure messages.
addCrossfireMagicmapListener(CrossfireMagicmapListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener from the list of objects listening to magicmap messages.
addCrossfireMagicmapListener(CrossfireMagicmapListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener from the list of objects listening to magicmap messages.
addCrossfireMapListener(MapListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to notify about changed map squares.
addCrossfireMapScrollListener(MapScrollListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to notify about scrolled maps.
addCrossfireMusicListener(CrossfireMusicListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received music commands.
addCrossfireMusicListener(CrossfireMusicListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received music commands.
addCrossfireNewmapListener(NewmapListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to notify about cleared maps.
addCrossfirePickupListener(CrossfirePickupListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received "pickup" messages.
addCrossfirePickupListener(CrossfirePickupListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received "pickup" messages.
addCrossfireQueryListener(CrossfireQueryListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a new listener monitoring the query S->C messages.
addCrossfireQueryListener(CrossfireQueryListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a new listener monitoring the query S->C messages.
addCrossfireQuestChangedListener(QuestsManagerListener) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Adds a QuestsManagerListener to notify about changes.
addCrossfireSoundListener(CrossfireSoundListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received sound commands.
addCrossfireSoundListener(CrossfireSoundListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received sound commands.
addCrossfireSpellChangedListener(SpellsManagerListener) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Adds a SpellsManagerListener to notify about changes.
addCrossfireStatsListener(StatsListener) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Adds a StatsListener to be notified about stat changes.
addCrossfireTickListener(CrossfireTickListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about tick changes.
addCrossfireTickListener(CrossfireTickListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about tick changes.
addCrossfireUpdateItemListener(CrossfireUpdateItemListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about item changes.
addCrossfireUpdateItemListener(CrossfireUpdateItemListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about item changes.
addDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Defines a new dialog.
addDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Creates a new dialog instance.
addDialog(String, Gui) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Adds a dialog for name based lookup.
addElement(T) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Adds an GUIElement to the list.
addEntry(CharSequence, long) - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Parses a metaserver entry line and adds the result to ServerCache.entries.
addFace(Face) - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Adds a new face to the cache.
addFace(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Adds a new face.
addFaceQueueListener(FaceQueueListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
Adds a FaceQueueListener to be notified about processed faces.
addFaceQueueListener(FaceQueueListener) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueue
Adds a FaceQueueListener to be notified about processed faces.
addFacesManagerListener(FacesManagerListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Adds a FacesManagerListener to be notified about updated faces.
addFacesManagerListener(FacesManagerListener) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Adds a FacesManagerListener to be notified about updated faces.
addGuiStateListener(RendererGuiStateListener) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds a gui state listener to be notified about JXCWindowRenderer.rendererGuiState changes.
addGuiStateListener(GuiStateListener) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Adds a gui state listener.
addInitEvent(CommandList) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Adds a command list to be executed on "init" events.
addInventoryListener(int, ItemListener) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds an ItemListener to be notified about changes.
addItem(CfItem) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds an item.
addItem(CfItem, boolean) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds a CfItem.
addItemReceived(int, int, int, int, int, String, String, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
An "additem" has been received.
addItemReceived(int, int, int, int, int, String, String, int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
An "additem" has been received.
addItemSetListener(ItemSetListener) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds an ItemSetListener to be notified about changes.
addKeyBinding(KeyBinding) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Adds (or replace) a key binding.
addKeyBindingAsKeyChar(char, CommandList, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Adds a key binding for a key character.
addKeyBindingAsKeyCode(KeyEvent2, CommandList, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Adds a key binding for a key code/modifiers pair.
addKnowledge(int, String, String, int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
addKnowledgeItemListener(KnowledgeItemListener) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Adds a KnowledgeItemListener to be notified of changes.
addKnowledgeListener(KnowledgeListener) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
Adds a KnowledgeListener to notify about changes.
addKnowledgeType(String, String, int, boolean) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
addLine(Line) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Appends a Line to the end of the buffer.
addLocationListener(int, LocationListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Adds a LocationListener to be notified when the item displayed in a floor slot has changed.
addLocationListener(int, LocationListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Adds a LocationListener to be notified when the item displayed in a floor slot has changed.
addLocationsListener(LocationsListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Adds a LocationsListener to be notified when any displayed item has changed.
addLocationsListener(LocationsListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Adds a LocationsListener to be notified when any displayed item has changed.
addMapSizeListener(MapSizeListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to be notified about map size changes.
ADDME_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "addme" command.
addMessageTypePrefix(int, int, int, CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Adds a message type prefix to a message if MessageBufferUpdater.printMessageTypes is set.
addMetaserverEntry(MetaserverEntry) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Adds an entry.
addMetaserverEntryListener(int, MetaserverEntryListener) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Adds a metaserver entry listener for one entry.
addMetaserverListener(MetaserverListener) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Adds a metaserver listener.
addModified(int) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Marks a slot as modified.
addModifiedRange(int, int) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Marks a range of slots as modified.
addMouseTracker(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds JXCWindowRenderer.mouseTracker to a Component.
addMouseTrackerRecursively(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds JXCWindowRenderer.mouseTracker recursively to all children of a Component.
addNewCharacterInformationListener(NewCharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Registers a NewCharacterInformationListener to be notified of changes.
addOption(String, String, Option) - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Adds a new option.
addOption(String, String, Option) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Add a new option.
addOptionListener(OptionListener) - Method in class com.realtime.crossfire.jxclient.settings.options.Option
Adds a listener for state changes.
addPacketWatcherListener(ReceivedPacketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received packets.
addPacketWatcherListener(ReceivedPacketListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received packets.
addQuest(int, String, int, boolean, int, boolean, String) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Adds a new quest.
addQuestListener(QuestListener) - Method in class com.realtime.crossfire.jxclient.quests.Quest
Adds a QuestListener to be notified of changes.
addRaceInfo(ClassRaceInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets or updates a ClassRaceInfo.
addScriptProcessListener(ScriptProcessListener) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Adds a ScriptProcessListener to be notified.
addScriptProcessListener(ScriptProcessListener) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Adds a ScriptProcessListener to be notified.
addScrollableListener(ScrollableListener) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Adds a scrollable listener to be informed about changes.
addScrollableListener(ScrollableListener) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable2
Adds a scrollable listener to be informed about changes.
addSegment(String, boolean, boolean, boolean, FontID, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Appends a Segment to the end of the line.
addSentReplyListener(SentReplyListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about sent reply packets.
addSentReplyListener(SentReplyListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about sent reply packets.
addShortcutListener(ShortcutListener) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Registers a shortcut listener.
addShortcutsListener(ShortcutsListener) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
addSkill(int, String, int) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Adds a new skill to the list of known skills.
addSkillListener(SkillListener) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Adds a listener to be notified of changes.
addSkinEvent(SkinEvent) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Records a SkinEvent attached to this instance.
addSpell(int, int, int, int, int, int, int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Adds a new spell.
addSpellListener(CurrentSpellManagerListener) - Method in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
Adds a spell listener to be notified if the current spell object has changed.
addSpellListener(SpellListener) - Method in class com.realtime.crossfire.jxclient.spells.Spell
Adds a SpellListener to be notified of changes.
addStartingMap() - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Adds a new StartingMap entry to StartingMapBuilder.startingMaps for the current entry.
addToLayeredPane(Component, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds a component to JXCWindowRenderer.layeredPane.
addTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Adds or updates the tooltip (text and location) for the TooltipManagerImpl.activeGuiElement.
addToRepeatCount(int) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Adds a digit to the current repeat count.
afterEventDelay - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The minimum delay between two EventScheduler.eventSchedulerCallback notifications.
AgainCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "again" command.
AgainCommand(CrossfireServerConnection, CommandExecutor, CommandHistory) - Constructor for class com.realtime.crossfire.jxclient.commands.AgainCommand
Creates a new instance.
Alignment - Enum in com.realtime.crossfire.jxclient.gui.label
The text alignment.
Alignment() - Constructor for enum com.realtime.crossfire.jxclient.gui.label.Alignment
 
ALL_SPELL_SKILLS_ICON - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource name for the default skill face.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.AgainCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.BindCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.BindingsCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ClearCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in interface com.realtime.crossfire.jxclient.commands.Command
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ExecCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.SetCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.UnbindCommand
Returns whether all remaining commands should be included as arguments.
allItems - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
Maps item tags to items.
allocate(MapUpdaterState, Location) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Adds this animation state to a map Location.
allocateClip(String, String) - Method in class com.realtime.crossfire.jxclient.sound.ClipCache
Allocates a new clip.
alpha - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The gauge alpha value, 1 is opaque and 0 full transparent.
alpha - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The alpha value for the background, 1 opaque 0 full transparent.
ALT - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "shift".
ALT_GRAPH - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "alt_graph".
ALT_GRAPH - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for "alt_graph".
anim - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The animation.
ANIM_MASK - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The mask for extracting the animation ID.
ANIM_NORMAL - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Animation type: normal animation.
ANIM_RANDOM - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Animation type: randomized animation.
ANIM_SYNC - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Animation type: synchronized animation.
ANIM_TYPE_MASK - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The mask for extracting the animation type.
ANIM_TYPE_SHIFT - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The lowest bit of the animation type.
Animation - Class in com.realtime.crossfire.jxclient.animations
Manages animations received from the server.
Animation(int, int, int[]) - Constructor for class com.realtime.crossfire.jxclient.animations.Animation
Creates a new instance.
animation - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
The Animation to display.
animationId - Variable in class com.realtime.crossfire.jxclient.animations.Animation
The animation ID.
AnimationMap - Class in com.realtime.crossfire.jxclient.map
Maintains AnimationState instances for map locations.
AnimationMap() - Constructor for class com.realtime.crossfire.jxclient.map.AnimationMap
 
Animations - Class in com.realtime.crossfire.jxclient.animations
Manages animations received from the server.
Animations(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.animations.Animations
Creates a new instance.
animations - Variable in class com.realtime.crossfire.jxclient.animations.Animations
All defined animations.
animations - Variable in class com.realtime.crossfire.jxclient.map.AnimationMap
The active AnimationState instances.
animations - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
The animations in the visible map area.
animations - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The defined animations.
AnimationState - Class in com.realtime.crossfire.jxclient.map
The state of an Animation on a map.
AnimationState(Animation, int) - Constructor for class com.realtime.crossfire.jxclient.map.AnimationState
Creates a new instance.
animationStates - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
All AnimationState instances referenced by CfMapAnimations.animations.
animSpeed - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The animation speed.
appendFlag(StringBuilder, int, String) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Appends "(<ident>)" if this item has the flag flag set.
APPLICATION_ICON - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource name for the application icon.
appliedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for applied objects.
appliedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for applied objects.
apply - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Whether ScrollNextCommand.nextElement should be applied.
APPLY_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "apply" command.
applyFactor(int, int) - Static method in class com.realtime.crossfire.jxclient.gui.gui.Expression
Applies a factor to a value.
archBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The server's arch base.
archBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "archetype base" value for the current server entry.
archName - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The archetype name.
archName - Variable in class com.realtime.crossfire.jxclient.character.StartingMap
The archetype name.
archName - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The name of the race being parsed.
archName - Variable in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
The archetype name of the current entry.
args - Variable in class com.realtime.crossfire.jxclient.commands.CommandExec
The command arguments.
Args - Class in com.realtime.crossfire.jxclient.skin.io
Iterates over a list of String arguments.
Args(String[]) - Constructor for class com.realtime.crossfire.jxclient.skin.io.Args
Creates a new instance.
args - Variable in class com.realtime.crossfire.jxclient.skin.io.Args
The string arguments.
armor - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: armors.
arrow - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: arrows.
asDimension() - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns the resolution as a Dimension instance.
ASKFACE_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "askface" command.
AskfaceFaceQueue - Class in com.realtime.crossfire.jxclient.faces
A FaceQueue requesting faces by "askface" commands sent to the Crossfire server.
AskfaceFaceQueue(AskfaceQueue) - Constructor for class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Creates a new instance.
askfaceFaceQueue - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
askfaceFaceQueueListener - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
askfaceQueue - Variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
The connection to use.
AskfaceQueue - Interface in com.realtime.crossfire.jxclient.faces
Interface for classes that allow sending "askface" commands.
ASSERT_MESSAGE - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The text message the server sends in poisoned state.
attach(TooltipManagerImpl) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Attaches this skin to a gui manager.
attach(TooltipManagerImpl) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Attaches this skin to a gui manager.
attempt - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
AudioFileLoader - Class in com.realtime.crossfire.jxclient.sound
Locates audio files.
AudioFileLoader(DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.AudioFileLoader
Private constructor to prevent instantiation.
audioFileLoader - Variable in class com.realtime.crossfire.jxclient.sound.ClipCache
The AudioFileLoader for loading audio files.
audioFileLoader - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The AudioFileLoader for loading audio files.
audioFileLoader - Variable in class com.realtime.crossfire.jxclient.sound.Processor
The AudioFileLoader for loading audio files.
AUTO_BORDER_SIZE - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
Size of border around text in auto-resize mode.
autoClosed() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GuiAutoCloseListener
Called when a dialog has been auto-closed.
autoRepeat - Variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Whether this button should autorepeat.
autoResize - Variable in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
If set, auto-resize this element to the extent of AbstractLabel.text.
autoResize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
If auto-resizing is enabled, calculate the new width and height.
autoSize - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The extent of the dialog if it is auto-sizing or null otherwise.
autoSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Auto-resizes the dialog.
avoidCopyArea - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Whether map scrolling is done by copying pixel areas.
avoidCopyArea - Variable in class com.realtime.crossfire.jxclient.main.Options
Whether map scrolling is done by copying pixel areas.
avoidCopyArea - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Whether map scrolling is done by copying pixel areas.

B

BACKGROUND_COLOR - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The background color of this item.
backgroundColor - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
If set, the opaque background color.
backgroundImage - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The background image.
backgroundImage - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The background image drawn below the text contents.
backward - Variable in class com.realtime.crossfire.jxclient.util.DoubleMapping
The backward mappings.
baseName - Variable in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
The base resource name to prepend to all resource names.
begin() - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Starts an update transaction.
begin() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Starts an update transaction.
BindCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "bind" command.
BindCommand(CrossfireServerConnection, CommandCallback, GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.commands.BindCommand
Creates a new instance.
BindingsCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "bindings" command, listing currently active keybindings (for both a character and the global ones).
BindingsCommand(CrossfireServerConnection, KeybindingsManager) - Constructor for class com.realtime.crossfire.jxclient.commands.BindingsCommand
Creates a new instance.
blessedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for blessed objects.
blessedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for blessed objects.
bold - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Whether bold face is enabled.
bold - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Whether bold face is enabled.
boot - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: boots.
BORDER_CORNER_EXCLUDE - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner excludes due to borders.
BORDER_EAST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for east.
BORDER_NORTH - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for north.
BORDER_SOUTH - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for south.
BORDER_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Weight (x coordinate) in smoothing face of a corner.
BORDER_WEST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for west.
borderSize - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
bow - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: bows.
Buffer - Class in com.realtime.crossfire.jxclient.gui.log
Manages the contents of the contents of a log window.
Buffer(Fonts, FontRenderContext, int) - Constructor for class com.realtime.crossfire.jxclient.gui.log.Buffer
Creates a new instance.
buffer - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The Buffer containing all received text messages.
buffer - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The buffer to update.
buffer - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The rendered buffer.
bufferedImage - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
An BufferedImage having the size of this component.
bufferedImageSync - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
BufferListener - Interface in com.realtime.crossfire.jxclient.gui.log
Interface for listeners for changes of Buffer contents.
bufferListener - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The listener to re-render the window contents after changes.
bufferStrategy - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The current BufferStrategy.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called if the user has clicked the left mouse button.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called if the user has clicked the middle mouse button.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called if the user has clicked the right mouse button.
ButtonImages - Class in com.realtime.crossfire.jxclient.gui.button
A set of images to form a button image.
ButtonImages(Image, Image, Image) - Constructor for class com.realtime.crossfire.jxclient.gui.button.ButtonImages
Creates a new instance.
byteBuffer - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
A byte buffer using DefaultCrossfireServerConnection.writeBuffer to store the data.
bytesIn - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The number of bytes received.
bytesIn - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "bytes in" value for the current server entry.
bytesOut - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The number of bytes sent.
bytesOut - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "bytes out" value for the current server entry.

C

C_STAT_EXP_NEXT_LEVEL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The global experience needed to reach next level stat.
C_STAT_LOWFOOD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Low Food indicator.
C_STAT_POISONED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The "is poisoned" indicator.
C_STAT_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The character's weight.
cache - Variable in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
The cached elements.
cacheDir - Variable in class com.realtime.crossfire.jxclient.faces.FileCache
The directory where the images are saved.
calculate(int, int, int) - Static method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the fraction val/max rounded to [0..size].
calculateExperienceToNextLevel() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Calculates the experience needed to reach the next level.
calculateHeight(Line) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Determines the height of a Line in pixels.
canAttemptType(String) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Returns whether execution is possible.
canExecute() - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
Returns whether this command may be executed.
canExecute(GUIItemItem) - Static method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Returns whether the action can be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.PrintCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.StartCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Returns whether this command may be executed.
canMoveSelection(int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns whether the selection can be moved.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns whether the list can be scrolled.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Returns whether scrolling is possible.
canScroll(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable
Returns whether scrolling is possible.
canScrollDown - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
Whether scrolling down is possible.
canScrollDown() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns whether scrolling down is possible.
canScrollDown() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns whether scrolling down is possible.
canScrollUp - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
Whether scrolling up is possible.
canScrollUp() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns whether scrolling up is possible.
canScrollUp() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns whether scrolling up is possible.
CAST - Static variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Command prefix to "cast" a spell.
castColor - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The background color for shortcuts that /cast a spell.
castImage - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The overlay image for shortcuts that /cast a spell.
castingTime - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The casting time.
cClass - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's class.
cellHeight - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The height of cells.
cellHeight - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The height of a list cell in pixels.
cellWidth - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The width of cells.
CfItem - Class in com.realtime.crossfire.jxclient.items
The representation of a Crossfire Item, client-side.
CfItem(int, int, int, int, Face, String, String, int, int, int, int) - Constructor for class com.realtime.crossfire.jxclient.items.CfItem
Creates a new instance.
CfItemListener - Interface in com.realtime.crossfire.jxclient.items
Interface for listeners for attribute changes of CfItems.
CfMap - Class in com.realtime.crossfire.jxclient.map
Represents a map (as seen by the client).
CfMap() - Constructor for class com.realtime.crossfire.jxclient.map.CfMap
 
CfMapAnimations - Class in com.realtime.crossfire.jxclient.map
Manages a set of animated map squares.
CfMapAnimations() - Constructor for class com.realtime.crossfire.jxclient.map.CfMapAnimations
 
CfMapPatch - Class in com.realtime.crossfire.jxclient.map
Represents a square area of CfMapSquares.
CfMapPatch(CfMap, int, int) - Constructor for class com.realtime.crossfire.jxclient.map.CfMapPatch
Creates a new (empty) patch.
CfMapSquare - Class in com.realtime.crossfire.jxclient.map
Represents a square in a CfMap.
CfMapSquare(CfMap, int, int) - Constructor for class com.realtime.crossfire.jxclient.map.CfMapSquare
Creates a new (empty) square.
CfMapUpdater - Class in com.realtime.crossfire.jxclient.mapupdater
Utility class to update a CfMap model from protocol commands.
CfMapUpdater(MapUpdaterState, CrossfireServerConnection, FacesManager, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.mapupdater.CfMapUpdater
Creates a new instance.
CfPlayer - Class in com.realtime.crossfire.jxclient.items
A CfItem that represents a character.
CfPlayer(int, int, Face, String) - Constructor for class com.realtime.crossfire.jxclient.items.CfPlayer
Creates a new instance.
changedListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The GUIElementChangedListener to be notified whenever this element has changed.
changedSkill() - Method in interface com.realtime.crossfire.jxclient.skills.SkillListener
Notifies the listener that the skill has changed.
changeGUI(GuiState) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Sets a new GuiState.
changeGUI(GuiState, String) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Sets a new GuiState.
character - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The currently logged in character.
CharacterCellRenderer - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList that tracks a GUICharacter instance.
CharacterCellRenderer(GUICharacter) - Constructor for class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
Creates a new instance.
characterClass - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's class.
CharacterInformation - Class in com.realtime.crossfire.jxclient.account
Information for one character for an account.
CharacterInformation(String, String, String, String, String, String, int, int) - Constructor for class com.realtime.crossfire.jxclient.account.CharacterInformation
Creates a new instance.
CharacterInformationListener - Interface in com.realtime.crossfire.jxclient.account
Callback when a CharacterInformation is changed.
characterInformationListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
All listeners to the entry itself.
characterInformationListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The CharacterInformationListener attached to all tracked character models.
characterInformationListeners - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
All registered character entry listeners.
characterKeyBindings - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
The key bindings for the current user.
CharacterListener - Interface in com.realtime.crossfire.jxclient.account
Callback for a change in a character list.
characterListeners - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
All registered character listeners.
CharacterModel - Class in com.realtime.crossfire.jxclient.account
Maintains the character list for an account.
CharacterModel() - Constructor for class com.realtime.crossfire.jxclient.account.CharacterModel
 
characterModel - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Character model to display items from.
characterModel - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The model to display characters from.
characterModel - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The CharacterModel to update.
characterModel - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CharacterModel instance for this window.
characterPickup - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The Pickup instance to update.
characters - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
The current entries.
charactersPending - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
The pending entries.
check(String) - Method in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Examines a text message.
checkAccess() - Method in class com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
Checks that the skin exists and can be accessed.
CheckBoxFactory - Class in com.realtime.crossfire.jxclient.skin.factory
A factory class to create "checkbox" instances.
CheckBoxFactory(BufferedImage, BufferedImage, Font, Color) - Constructor for class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
Creates a new instance.
checkBoxFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The checkbox factory.
CheckBoxOption - Class in com.realtime.crossfire.jxclient.settings.options
The base class for all check box options.
CheckBoxOption(String) - Constructor for class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Creates a new instance.
checked - Variable in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
The current state.
checked - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The image for the "checked" state.
checkedImage - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The image for the checked [x] state.
checkFire() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Returns whether the character is firing.
checkMessage(String) - Method in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Checks whether a drawinfo message is skill related.
checkRange(String) - Method in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Checks whether the range attribute has changed.
checkRun() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Returns whether the character is running.
checkStats(int, int) - Method in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Checks for changed stats and generate sound effects.
Choice - Class in com.realtime.crossfire.jxclient.character
A choice for character creation.
Choice(String, String, Map<String, String>) - Constructor for class com.realtime.crossfire.jxclient.character.Choice
Creates a new instance.
choiceDescription - Variable in class com.realtime.crossfire.jxclient.character.Choice
The human readable choice name.
choiceName - Variable in class com.realtime.crossfire.jxclient.character.Choice
Identifies the choice.
choices - Variable in class com.realtime.crossfire.jxclient.character.Choice
The choices.
choices - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The available choices.
choices - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The available choices.
classChoice - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
Whether a class should be selected.
classChoice - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Whether a class should be selected.
classInfo - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The defined classes for character creation.
classInfoChanged(String) - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
Called whenever information of a class may have changed.
classList - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The classes available for character creation.
classListChanged() - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
Called whenever the class list may have changed.
ClassRaceInfo - Class in com.realtime.crossfire.jxclient.character
One possible class or race for character creation.
ClassRaceInfo(String, String, String, Map<Integer, Long>, Collection<Choice>) - Constructor for class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Creates a new instance.
ClassRaceInfoBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
Builder for ClassRaceInfo instances while parsing an "replyinfo race_info" packet.
ClassRaceInfoBuilder(String) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Creates a new instance.
cleanInventory(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Clears the inventory of an item.
clear() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Clears all lines from the buffer.
clear() - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Forgets all state.
clear() - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Forgets all animations.
clear() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Marks this square as 'fog-og-war'.
clear() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Resets values for the current server entry.
clear() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Forgets about sent commands.
clear() - Method in class com.realtime.crossfire.jxclient.skin.io.ImageParser
Forgets all defined images.
clear() - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Forgets all cached elements.
clear() - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Forgets about all level-$> mappings.
clear() - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Removes all mappings.
clear() - Method in class com.realtime.crossfire.jxclient.util.Mapping
Removes all mappings.
ClearCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the command "clear".
ClearCommand(JXCWindowRenderer, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ClearCommand
Creates a new instance.
clearFailure() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Inform the various failure listeners that they can clean the last displayed failure.
clearFailure() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener
Failure is not relevant anymore, clean it.
clearGUI(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Sets a gui to display and clears the display.
clearMap(Graphics2D) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Blanks the map display.
clearMapPending - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Whether the map area should be blanked.
clearNumberedSkills() - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Clears all stat info in SkillSet.numberedSkills.
clearShortcuts() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Clears all defined shortcuts.
clearSkills() - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Clears all skills.
clearSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Clears the content of one square.
clearSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Clears the content of one square.
clearTypes() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
CLICK_DISTANCE - Static variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The maximum distance the mouse may have moved between the mouse pressed and the mouse released even to generate a mouse clicked event.
clickPosition - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The position that was clicked if MouseTracker.isClicked is set.
clientSocket - Variable in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
The ClientSocket instance used to connect to Crossfire servers.
ClientSocket - Class in com.realtime.crossfire.jxclient.server.socket
A socket that processes incoming data.
ClientSocket(Model, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Creates a new instance.
clientSocketListener - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The ClientSocketListener used to detect connection state changes.
clientSocketListener - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The ClientSocketListener attached to DefaultScriptProcess.crossfireServerConnection to track commands sent to the server.
clientSocketListener - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The ClientSocketListener attached to the server socket.
ClientSocketListener - Interface in com.realtime.crossfire.jxclient.server.socket
Interface for listeners interested in ClientSocket related events.
clientSocketListeners - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The ClientSocketListeners to notify.
ClientSocketState - Enum in com.realtime.crossfire.jxclient.guistate
Connection progress states of the Crossfire server connection.
ClientSocketState() - Constructor for enum com.realtime.crossfire.jxclient.guistate.ClientSocketState
 
clientSocketState - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The current connection state.
clipboard - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The clipboard for cut/copy/paste operations.
ClipCache - Class in com.realtime.crossfire.jxclient.sound
Allocates new sound clips.
ClipCache(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.ClipCache
Creates a new instance.
clipCache - Variable in class com.realtime.crossfire.jxclient.sound.ClipManager
The clip cache used to allocate new clips.
ClipManager - Class in com.realtime.crossfire.jxclient.sound
Manages a set of sound clips (short sound effects).
ClipManager(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.ClipManager
Creates a new instance.
clipManager - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The clip manager for playing sound effects.
cloak - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: cloaks.
closeDialog(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Closes a dialog.
closeDialog(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Closes a dialog.
closeDialog(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Closes a dialog.
closeDialog(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the given dialog.
closeDialog(Gui) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the given dialog.
closeDialogByName(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes a dialog by name.
closeKeybindDialog() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the keybinding dialog.
closeQueryDialog() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the "query" dialog.
closeTransientDialogs() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes all transient dialogs: disconnect, quit, connect, query, and book dialogs.
cmdDraw(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "draw" command from the script process.
cmdIssue(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a regular "issue" command from the script process.
cmdIssueLock(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "issue lock" command from the script process.
cmdIssueMark(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "issue mark" command from the script process.
cmdMap2Coordinate(ByteBuffer, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate command.
cmdMap2CoordinateClearSpace(int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate "clear_space" sub-command.
cmdMap2CoordinateDarkness(ByteBuffer, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate "darkness" sub-command.
cmdMap2CoordinateLayer(ByteBuffer, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate "layer" sub-command.
cmdMap2CoordinateLayer3(ByteBuffer, Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the additional payload data for a map2 coordinate "layer" sub-command having 4 bytes payload.
cmdMap2CoordinateLayer4(ByteBuffer, Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the additional payload data for a map2 coordinate "layer" sub-command having 4 bytes payload.
cmdMonitor() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "monitor" command from the script process.
cmdReplyinfo(String, ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Handles the replyinfo server to client command.
cmdRequest(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "request" command from the script process.
cmdUnmonitor() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes an "unmonitor" command from the script process.
code - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Quest internal code.
codeBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The server's code base.
codeBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "code base" value for the current server entry.
Codec - Class in com.realtime.crossfire.jxclient.util
Utility class to encode arbitrary Strings to fit in a single text line.
Codec() - Constructor for class com.realtime.crossfire.jxclient.util.Codec
Private constructor to prevent instantiation.
color - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The Color of the overlay text or null to display only the image.
color - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The current color.
color - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
The color to use.
color - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
The color to use.
color - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIFill
The Color to paint.
color - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The magic map color of the square.
color - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The text color.
color - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The text color.
COLOR_NAMES - Static variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The colors names corresponding to MessageBufferUpdater.colors.
colorBackground - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The background color of the slider.
colorBoosted - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for boosted stats.
colorBoostedUpgradable - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for boosted and upgradable stats.
colorDepleted - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for depleted stats.
colorForeground - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The foreground color of the slider.
colors - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
colors - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Maps color index to color.
COLORS - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Maps color tag name to color instance.
colorSelected - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The text color when selected.
colorSelected - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The text color when selected.
colorUpgradable - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for upgradable stats.
com.realtime.crossfire.jxclient.account - package com.realtime.crossfire.jxclient.account
 
com.realtime.crossfire.jxclient.animations - package com.realtime.crossfire.jxclient.animations
 
com.realtime.crossfire.jxclient.character - package com.realtime.crossfire.jxclient.character
 
com.realtime.crossfire.jxclient.commands - package com.realtime.crossfire.jxclient.commands
 
com.realtime.crossfire.jxclient.faces - package com.realtime.crossfire.jxclient.faces
Manages image information ("faces") needed to display the map view, items, and spell icons.
com.realtime.crossfire.jxclient.gui.button - package com.realtime.crossfire.jxclient.gui.button
 
com.realtime.crossfire.jxclient.gui.combobox - package com.realtime.crossfire.jxclient.gui.combobox
 
com.realtime.crossfire.jxclient.gui.commandlist - package com.realtime.crossfire.jxclient.gui.commandlist
 
com.realtime.crossfire.jxclient.gui.commands - package com.realtime.crossfire.jxclient.gui.commands
 
com.realtime.crossfire.jxclient.gui.gauge - package com.realtime.crossfire.jxclient.gui.gauge
 
com.realtime.crossfire.jxclient.gui.gui - package com.realtime.crossfire.jxclient.gui.gui
 
com.realtime.crossfire.jxclient.gui.item - package com.realtime.crossfire.jxclient.gui.item
 
com.realtime.crossfire.jxclient.gui.keybindings - package com.realtime.crossfire.jxclient.gui.keybindings
 
com.realtime.crossfire.jxclient.gui.label - package com.realtime.crossfire.jxclient.gui.label
 
com.realtime.crossfire.jxclient.gui.list - package com.realtime.crossfire.jxclient.gui.list
 
com.realtime.crossfire.jxclient.gui.log - package com.realtime.crossfire.jxclient.gui.log
 
com.realtime.crossfire.jxclient.gui.map - package com.realtime.crossfire.jxclient.gui.map
 
com.realtime.crossfire.jxclient.gui.misc - package com.realtime.crossfire.jxclient.gui.misc
 
com.realtime.crossfire.jxclient.gui.scrollable - package com.realtime.crossfire.jxclient.gui.scrollable
 
com.realtime.crossfire.jxclient.gui.textinput - package com.realtime.crossfire.jxclient.gui.textinput
 
com.realtime.crossfire.jxclient.guistate - package com.realtime.crossfire.jxclient.guistate
 
com.realtime.crossfire.jxclient.items - package com.realtime.crossfire.jxclient.items
 
com.realtime.crossfire.jxclient.knowledge - package com.realtime.crossfire.jxclient.knowledge
 
com.realtime.crossfire.jxclient.main - package com.realtime.crossfire.jxclient.main
 
com.realtime.crossfire.jxclient.map - package com.realtime.crossfire.jxclient.map
Implements the map model which is shown in the map and magic map views.
com.realtime.crossfire.jxclient.mapupdater - package com.realtime.crossfire.jxclient.mapupdater
 
com.realtime.crossfire.jxclient.metaserver - package com.realtime.crossfire.jxclient.metaserver
 
com.realtime.crossfire.jxclient.protocol - package com.realtime.crossfire.jxclient.protocol
 
com.realtime.crossfire.jxclient.quests - package com.realtime.crossfire.jxclient.quests
 
com.realtime.crossfire.jxclient.queue - package com.realtime.crossfire.jxclient.queue
 
com.realtime.crossfire.jxclient.scripts - package com.realtime.crossfire.jxclient.scripts
 
com.realtime.crossfire.jxclient.server.crossfire - package com.realtime.crossfire.jxclient.server.crossfire
 
com.realtime.crossfire.jxclient.server.server - package com.realtime.crossfire.jxclient.server.server
 
com.realtime.crossfire.jxclient.server.socket - package com.realtime.crossfire.jxclient.server.socket
 
com.realtime.crossfire.jxclient.settings - package com.realtime.crossfire.jxclient.settings
 
com.realtime.crossfire.jxclient.settings.options - package com.realtime.crossfire.jxclient.settings.options
 
com.realtime.crossfire.jxclient.shortcuts - package com.realtime.crossfire.jxclient.shortcuts
 
com.realtime.crossfire.jxclient.skills - package com.realtime.crossfire.jxclient.skills
 
com.realtime.crossfire.jxclient.skin.events - package com.realtime.crossfire.jxclient.skin.events
 
com.realtime.crossfire.jxclient.skin.factory - package com.realtime.crossfire.jxclient.skin.factory
 
com.realtime.crossfire.jxclient.skin.io - package com.realtime.crossfire.jxclient.skin.io
 
com.realtime.crossfire.jxclient.skin.skin - package com.realtime.crossfire.jxclient.skin.skin
 
com.realtime.crossfire.jxclient.skin.source - package com.realtime.crossfire.jxclient.skin.source
 
com.realtime.crossfire.jxclient.sound - package com.realtime.crossfire.jxclient.sound
 
com.realtime.crossfire.jxclient.spells - package com.realtime.crossfire.jxclient.spells
 
com.realtime.crossfire.jxclient.stats - package com.realtime.crossfire.jxclient.stats
 
com.realtime.crossfire.jxclient.util - package com.realtime.crossfire.jxclient.util
 
com.realtime.crossfire.jxclient.window - package com.realtime.crossfire.jxclient.window
 
comboBox - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The Swing component that implements the combo box.
Command - Interface in com.realtime.crossfire.jxclient.commands
Implements a client-side command.
command - Variable in class com.realtime.crossfire.jxclient.commands.CommandExec
The command to execute or null to send as "ncom".
command - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The command to execute.
command - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
The command to execute.
command - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
The command to execute.
command - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
The command for casting the spell.
commandCallback - Variable in class com.realtime.crossfire.jxclient.commands.BindCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.commands.ExecCommand
The CommandCallback to lookup commands.
commandCallback - Variable in class com.realtime.crossfire.jxclient.commands.UnbindCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
The CommandCallback instance.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
The CommandCallback to affect.
CommandCallback - Interface in com.realtime.crossfire.jxclient.gui.textinput
Interface that defines callback functions needed by commands.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CommandCallback instance.
CommandCheckBoxOption - Class in com.realtime.crossfire.jxclient.gui.commands
A CheckBoxOption that executes CommandLists when checked/unchecked.
CommandCheckBoxOption(CommandList, CommandList, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
Creates a new instance.
commandComcReceived(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireComcListener
Called whenever a comc command has been received.
commandDrawextinfoReceived(int, int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawextinfoListener
A drawextinfo message has been received.
commandDrawinfoReceived(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A drawinfo message has been received.
CommandExec - Class in com.realtime.crossfire.jxclient.commands
A Command instance and its arguments.
CommandExec(Command, String) - Constructor for class com.realtime.crossfire.jxclient.commands.CommandExec
Creates a new instance.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.commands.AgainCommand
The CommandExecutor for executing the commands.
CommandExecutor - Interface in com.realtime.crossfire.jxclient.gui.textinput
Executes commands.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
The CommandExecutor for executing the command.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
The CommandExecutor instance to use.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
The CommandExecutor for executing entered commands.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CommandExecutor instance.
CommandExecutorImpl - Class in com.realtime.crossfire.jxclient.commands
Executes Commands.
CommandExecutorImpl(CommandQueue, Commands) - Constructor for class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
Creates a new instance.
CommandExpander - Class in com.realtime.crossfire.jxclient.commands
Expands a command (or list of commands) into a sequence of Commands to execute.
CommandExpander() - Constructor for class com.realtime.crossfire.jxclient.commands.CommandExpander
Private constructor to prevent instantiation.
commandHistories - Variable in class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
All defined CommandHistory instances.
commandHistory - Variable in class com.realtime.crossfire.jxclient.commands.AgainCommand
The CommandHistory for determining the command to execute.
commandHistory - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The CommandHistory for this text field.
CommandHistory - Class in com.realtime.crossfire.jxclient.settings
Manages a list of previously entered commands.
CommandHistory(String) - Constructor for class com.realtime.crossfire.jxclient.settings.CommandHistory
Creates a new instance.
CommandHistoryFactory - Class in com.realtime.crossfire.jxclient.settings
Factory for creating CommandHistory instances by name.
CommandHistoryFactory() - Constructor for class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
 
commandHistoryFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
commandIndex - Variable in class com.realtime.crossfire.jxclient.settings.CommandHistory
The current command index.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The commands to execute when the button is elected.
CommandList - Class in com.realtime.crossfire.jxclient.gui.commandlist
A list of GUICommand instances.
CommandList(CommandListType) - Constructor for class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Creates a new instance as an empty command list.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
The list of GUICommands in execution order.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The CommandList that is executed on button 2.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The CommandList that is executed on button 2.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
The CommandList for executing commands.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
The CommandList to execute.
commandListType - Variable in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
The command list type.
CommandListType - Enum in com.realtime.crossfire.jxclient.gui.commandlist
The command list type.
CommandListType() - Constructor for enum com.realtime.crossfire.jxclient.gui.commandlist.CommandListType
 
commandMagicmapReceived() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireMagicmapListener
A magicmap protocol message has been received.
commandMusicReceived(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireMusicListener
A music command has been received.
commandName - Variable in class com.realtime.crossfire.jxclient.commands.AbstractCommand
The name of the command.
commandNewmapReceived() - Method in interface com.realtime.crossfire.jxclient.map.NewmapListener
Called whenever a "newmap" message has been received.
commandOff - Variable in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
The command list to execute when unchecked.
commandOn - Variable in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
The command list to execute when checked.
CommandParser - Class in com.realtime.crossfire.jxclient.skin.io
Parser for creating GUICommand instances from string representations.
CommandParser(Dialogs, FloorView, JXCSkinCache<AbstractGUIElement>) - Constructor for class com.realtime.crossfire.jxclient.skin.io.CommandParser
Creates a new instance.
commandParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The CommandParser for parsing commands.
commandQueryReceived(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
A query message has been received.
commandQueue - Variable in class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The command queue to use.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The command queue instance for this window.
commandQueue - Variable in class com.realtime.crossfire.jxclient.main.OutputCountTracker
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CommandQueue instance.
CommandQueue - Class in com.realtime.crossfire.jxclient.queue
Maintains the pending (ncom) commands sent to the server.
CommandQueue(CrossfireServerConnection, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.queue.CommandQueue
Creates a new instance.
commandQueue - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
The command queue for sending pickup commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The command queue for executing commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
The command queue for executing commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The CommandQueue to use.
commands - Variable in class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
The Commands to consider.
Commands - Class in com.realtime.crossfire.jxclient.commands
Parses and executes client-side commands.
Commands() - Constructor for class com.realtime.crossfire.jxclient.commands.Commands
 
commands - Variable in class com.realtime.crossfire.jxclient.commands.Commands
Maps command name to Command instance.
commands - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
The associated CommandList.
commands - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The commands to bind, or null to unbind.
commands - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
The commands to watch for.
commands - Variable in class com.realtime.crossfire.jxclient.settings.CommandHistory
The commands.
commandSent(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Sends a message to the script process.
commandSent(String) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Sends a message to the script process.
commandSentItem(String, CfItem) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Sends an item info message to the script process.
commandSentMap(CfMap, int, int) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Sends info about one map cell to the script process.
commandSound2Received(int, int, int, int, int, String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
A sound2 command has been received.
commandSoundReceived(int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
A sound command has been received.
commandText - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
The command text to set.
CommandType - Enum in com.realtime.crossfire.jxclient.gui.commands
The executable commands.
CommandType() - Constructor for enum com.realtime.crossfire.jxclient.gui.commands.CommandType
 
comment - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The comment field to update; may be null.
comment - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server comment.
comment - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "comment" value for the current server entry.
comment - Variable in class com.realtime.crossfire.jxclient.settings.SettingsEntry
The comment to add to the settings file.
commit() - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Finishes an update transaction.
commit() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Finishes an update transaction.
comparator - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The Comparator for sorting.
compare(CfItem, CfItem) - Method in class com.realtime.crossfire.jxclient.items.InventoryComparator
compare(Quest, Quest) - Method in class com.realtime.crossfire.jxclient.quests.QuestComparator
compare(Spell, Spell) - Method in class com.realtime.crossfire.jxclient.spells.SpellComparator
compareTo(CharacterInformation) - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
compareTo(MetaserverEntry) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
compareTo(ScriptProcess) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
componentListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The ComponentListener attached to JXCWindowRenderer.frame.
CONCURRENT_ASKFACE_COMMANDS - Static variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
The maximum number of concurrently sent "askface" commands.
connect(String) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Connects to a Crossfire server.
connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Attempts to connect the client to a server.
connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Attempts to connect the client to a server.
connect(String, int) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Attempts to connect the client to a server.
connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Connects to a server.
connect() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Connects to the Crossfire server.
ConnectCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which connects to a Crossfire server.
ConnectCommand(GuiStateManager, GUIText) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
Creates a new instance.
connected() - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
The connection has been established.
connected - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
Whether a server connection is active.
connected() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Called after the server connection has been established.
connected - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Whether the current client socket state is ClientSocketState.CONNECTED.
connected() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Called after the server connection has been established.
connected() - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called after a connection to a Crossfire server has been established.
connectFailed(String) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
An connection attempt failed.
connecting(String) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
Connection establishment is in progress.
connecting(ClientSocketState) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
Connection establishment is in progress.
connecting() - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called when connecting to a Crossfire server.
connection - Variable in class com.realtime.crossfire.jxclient.main.PlayerNameTracker
The JXCConnection to track.
connection - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The JXCConnection to use.
ConnectionStateSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList at connection setup.
ConnectionStateSkinEvent(CommandList, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
Creates a new instance.
constant - Variable in class com.realtime.crossfire.jxclient.gui.gui.Expression
The constant term.
container - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: container.
context - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The FontRenderContext to use.
convertSample(byte[], int) - Method in class com.realtime.crossfire.jxclient.sound.Processor
Converts one audio sample according to the current Processor.volume.
COORD_CLEAR_SPACE - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Clear a square.
COORD_DARKNESS - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Darkness information.
COORD_LAYER0 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 0.
COORD_LAYER1 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 1.
COORD_LAYER2 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 2.
COORD_LAYER3 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 3.
COORD_LAYER4 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 4.
COORD_LAYER5 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 5.
COORD_LAYER6 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 6.
COORD_LAYER7 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 7.
COORD_LAYER8 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 8.
COORD_LAYER9 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 9.
COORD_OFFSET - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Offset for coordinate values in map2 command.
copyPatches(int, int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns a copy of a rectangular area of CfMap.patch.
CORNER_NORTHEAST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for northeast.
CORNER_NORTHWEST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for northwest.
CORNER_SOUTHEAST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for southeast.
CORNER_SOUTHWEST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for southwest.
CORNER_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Weight (x coordinate) in smoothing face of a corner.
counter - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Counter used by the query MetaserverProcessor.runnable.
CREATE_PLAYER_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "createplayer" command.
createBufferGraphics(CfMap) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns a Graphics instance for painting into AbstractGUIMap.bufferedImage.
createCommand(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Creates a new GUICommand instance from string representation.
createCommand(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Creates a new GUICommand instance from string representation.
createCommandDecode(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Creates a new GUICommand instance from string representation.
createCommandDecode(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Creates a new GUICommand instance from string representation.
createKeyBinding(boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Starts creating a new key binding.
createKeyBinding(boolean, CommandList) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Adds a key binding.
createKeyBinding(boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Adds a key binding.
createKeyBinding(boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Adds a key binding.
CrossfireAccountListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in account information related messages received from the Crossfire server.
crossfireAccountListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireAccountListeners to be notified.
crossfireComcListener - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
The listener to track comc commands.
CrossfireComcListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in comc commands received from the server.
crossfireComcListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireComcListeners to be notified.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The CrossfireDrawextinfoListener registered to receive drawextinfo commands.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The CrossfireDrawextinfoListener registered to receive drawextinfo messages.
CrossfireDrawextinfoListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in drawextinfo messages received from the Crossfire server.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.settings.Macros
The CrossfireDrawextinfoListener for tracking tells.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.window.Logger
The CrossfireDrawextinfoListener registered to receive drawextinfo commands.
crossfireDrawinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The CrossfireDrawinfoListener registered to receive drawinfo commands.
crossfireDrawinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The CrossfireDrawinfoListener registered to receive drawinfo messages.
CrossfireDrawinfoListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in drawinfo messages received from the Crossfire server.
crossfireDrawinfoListener - Variable in class com.realtime.crossfire.jxclient.window.Logger
The CrossfireDrawinfoListener registered to receive drawinfo commands.
crossfireFailureListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
The CrossfireFailureListener registered to receive failure messages.
CrossfireFailureListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in the "failure" messages received from the Crossfire server.
crossfireFailureListener - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The CrossfireFailureListener registered to receive failure messages.
crossfireFailureListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireFailureListeners to be notified.
CrossfireMagicmapListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in magicmap messages received from the Crossfire server.
crossfireMagicmapListener - Variable in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
CrossfireMagicmapSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList whenever a magicmap protocol command is received.
CrossfireMagicmapSkinEvent(CommandList, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
Creates a new instance.
CrossfireMusicListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "music" commands.
crossfireMusicListener - Variable in class com.realtime.crossfire.jxclient.sound.MusicWatcher
The crossfire stats listener.
crossfireMusicListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireMusicListeners to be notified.
CrossfirePickupListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "pickup" messages.
crossfirePickupListener - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The CrossfirePickupListener for tracking pickup mode changes.
crossfirePickupListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfirePickupListeners to be notified.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
The CrossfireQueryListener registered to receive query commands.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The CrossfireQueryListener registered to receive query commands.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
CrossfireQueryListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in query messages received from the Crossfire server.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.window.Logger
The CrossfireQueryListener registered to receive query commands.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.commands.AbstractCommand
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The connection to execute commands on.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The server instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMap
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
The server connection for sending ncom commands.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
CrossfireServerConnection - Interface in com.realtime.crossfire.jxclient.server.crossfire
Adds encoding/decoding of crossfire protocol packets to a ServerConnection.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The CrossfireServerConnection for sending "setup" commands.
CrossfireSoundListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "sound" commands.
crossfireSoundListener - Variable in class com.realtime.crossfire.jxclient.sound.SoundWatcher
The crossfire sound listener.
crossfireSoundListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireSoundListeners to be notified.
CrossfireTickListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "tick" commands.
crossfireTickListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireTickListeners to be notified.
crossfireUpdateItemListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The CrossfireUpdateItemListener to receive item updates.
crossfireUpdateItemListener - Variable in class com.realtime.crossfire.jxclient.main.OutputCountTracker
The CrossfireUpdateItemListener to receive item updates.
CrossfireUpdateItemListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in item related commands.
crossfireUpdateItemListener - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The CrossfireUpdateItemListener to receive item updates.
crossfireUpdateItemListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireUpdateItemListeners to be notified.
CrossfireUpdateMapListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in map related commands.
crossfireUpdateMapListener - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The CrossfireUpdateMapListener to be notified.
CS_NUM_SKILLS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
CS_NUM_SKILLS does not match how many skills there really are - instead, it is used as a range of values so that the client can have some idea how many skill categories there may be.
CS_STAT_AC - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Armor Class stat.
CS_STAT_APPLIED_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The charisma primary stat changes due to gear or skills.
CS_STAT_APPLIED_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The constitution primary stat changes due to gear or skills.
CS_STAT_APPLIED_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The dexterity primary stat changes due to gear or skills.
CS_STAT_APPLIED_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The integer primary stat changes due to gear or skills.
CS_STAT_APPLIED_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The power primary stat changes due to gear or skills.
CS_STAT_APPLIED_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The strength primary stat changes due to gear or skills.
CS_STAT_APPLIED_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The wisdom primary stat changes due to gear or skills.
CS_STAT_ARMOUR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Armour stat.
CS_STAT_BASE_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The charisma primary stat without boosts or depletions.
CS_STAT_BASE_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The constitution primary stat without boosts or depletions.
CS_STAT_BASE_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The dexterity primary stat without boosts or depletions.
CS_STAT_BASE_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The integer primary stat without boosts or depletions.
CS_STAT_BASE_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The power primary stat without boosts or depletions.
CS_STAT_BASE_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The strength primary stat without boosts or depletions.
CS_STAT_BASE_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The wisdom primary stat without boosts or depletions.
CS_STAT_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Charisma Primary stat.
CS_STAT_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Constitution Primary stat.
CS_STAT_DAM - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Damage stat.
CS_STAT_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Dexterity Primary stat.
CS_STAT_EXP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Global Experience (32bit encoding) stat.
CS_STAT_EXP64 - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Global Experience (64bit encoding) stat.
CS_STAT_FLAGS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The various flags used in stats.
CS_STAT_FOOD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Food stat.
CS_STAT_GOLEM_HP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The golem's hitpoints, 0 if no golem.
CS_STAT_GOLEM_MAXHP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The golem's maximum hitpoints, 0 if no golem.
CS_STAT_GRACE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Grace stat.
CS_STAT_HP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Hit Points stat.
CS_STAT_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Intelligence Primary stat.
CS_STAT_LEVEL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Global Level stat.
CS_STAT_MAXGRACE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Maximum Grace stat.
CS_STAT_MAXHP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Maximum Hit Points stat.
CS_STAT_MAXSP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Maximum Spell Points stat.
CS_STAT_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Power Primary stat.
CS_STAT_RACE_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum charisma primary stat.
CS_STAT_RACE_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum constitution primary stat.
CS_STAT_RACE_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum dexterity primary stat.
CS_STAT_RACE_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum intelligence primary stat.
CS_STAT_RACE_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum power primary stat.
CS_STAT_RACE_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum strength primary stat.
CS_STAT_RACE_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum wisdom primary stat.
CS_STAT_RANGE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Range stat - this is what is currently readied by the player to fire.
CS_STAT_RES_ACID - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to acid.
CS_STAT_RES_BLIND - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to blindness.
CS_STAT_RES_COLD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to cold.
CS_STAT_RES_CONF - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to confusion.
CS_STAT_RES_DEATH - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to death.
CS_STAT_RES_DEPLETE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to depletion.
CS_STAT_RES_DRAIN - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to drain life.
CS_STAT_RES_ELEC - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to electricity.
CS_STAT_RES_FEAR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to fear.
CS_STAT_RES_FIRE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to fire.
CS_STAT_RES_GHOSTHIT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to ghost hit.
CS_STAT_RES_HOLYWORD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to holy word.
CS_STAT_RES_MAG - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to magical attacks.
CS_STAT_RES_PARA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to paralysis.
CS_STAT_RES_PHYS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to physical attacks.
CS_STAT_RES_POISON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to poison.
CS_STAT_RES_SLOW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to slowness.
CS_STAT_RES_TURN_UNDEAD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to turn undead.
CS_STAT_RESIST_END - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
End index of the resistances.
CS_STAT_RESIST_START - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Beginning index of the resistances.
CS_STAT_SKILLINFO - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
CS_STAT_SKILLINFO is used as the starting index point.
CS_STAT_SP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Spell Points stat.
CS_STAT_SPEED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Speed stat.
CS_STAT_SPELL_ATTUNE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Attuned spell paths of a spell.
CS_STAT_SPELL_DENY - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Denied spell paths of a spell.
CS_STAT_SPELL_REPEL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Repelled spell paths of a spell.
CS_STAT_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Strength Primary stat.
CS_STAT_TITLE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Title stat.
CS_STAT_WC - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Weapon Class stat.
CS_STAT_WEAP_SP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Weapon Speed stat.
CS_STAT_WEIGHT_LIM - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Weight Limit stat.
CS_STAT_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Wisdom Primary stat.
CTRL - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "ctrl".
CTRL - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for "ctrl".
cur - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The current value.
CURE_MESSAGE - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The text message the server sends when the poison is cured via a spell.
currentFace - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
 
currentFloor - Variable in class com.realtime.crossfire.jxclient.items.FloorView
The tag of the currently shown container or 0 if no container is open.
currentGui - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The currently displayed Gui.
currentItem - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
The label to update with information about the selected item.
currentMapHeight - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The currently active map height.
currentMapWidth - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The currently active map width.
currentNumLookObjects - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The currently active number of ground view objects.
currentPlayerTag - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The tag of the current player object or -1.
currentQueryDialogIsNamePrompt - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
Whether the currently shown query dialog is the character name prompt.
currentScreenHeight - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The current screen height.
currentScreenWidth - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The current screen width.
currentSpell - Variable in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
The currently selected spell, or null.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The CurrentSpellManager for tracking the active spell.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The CurrentSpellManager to update when a spell is selected.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The CurrentSpellManager to monitor.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The CurrentSpellManager to update when a spell is selected.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CurrentSpellManager instance for this window.
CurrentSpellManager - Class in com.realtime.crossfire.jxclient.spells
Manages the currently selected spell.
CurrentSpellManager() - Constructor for class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
 
currentSpellManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The CurrentSpellManagerListener registered to be notified about changed spell parameters.
CurrentSpellManagerListener - Interface in com.realtime.crossfire.jxclient.spells
Interface for listeners interested in CurrentSpellManager related events.
cursedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for cursed objects.
cursedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for cursed objects.
cursor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The cursor location.

D

damage - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The damage done by the spell.
damnedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for damned objects.
damnedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for damned objects.
darkness - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The darkness value of the square in the range [0..255].
DARKNESS_FULL_BRIGHT - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The darkness value for a full bright square.
darknessColors - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The DarknessColors instance for converting darkness values into colors.
DarknessColors - Class in com.realtime.crossfire.jxclient.gui.map
Utility class for converting darkness values into colors.
DarknessColors() - Constructor for class com.realtime.crossfire.jxclient.gui.map.DarknessColors
 
darknessColors - Variable in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
Cache to lookup darkness overlay colors.
darknessColors - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The DarknessColors instance for converting darkness values into colors.
DE_ASSERT_MESSAGE - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The text message the server sends when the poison wears off.
deactivateCommandInput() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Deactivates the command text input field of this dialog.
deactivateCommandInput() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Deactivates the command input text field.
debugGui - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Whether GUI elements should be highlighted.
debugGui - Variable in class com.realtime.crossfire.jxclient.main.Options
Enable debugging of GUI elements.
debugKeyboard - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The Writer for logging keyboard debug output.
debugKeyboardFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for keyboard debug logs or null to not log keyboard input.
debugKeyboardWrite(String, KeyEvent, KeyEvent2) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Writes a KeyEvent to the keyboard debug.
debugKeyboardWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Writes a message to the keyboard debug.
DebugMessagesCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "debug_messages" command.
DebugMessagesCommand(CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
Creates a new instance.
debugMouse - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The Writer to write mouse debug to or null.
debugMouseFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for mouse debug logs or null to not log mouse input.
debugMouseWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Writes a message to the mouse debug.
debugProtocol - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The appender to write protocol commands to.
debugProtocol - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The appender to write protocol commands to.
debugProtocol - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The appender to write state changes to.
debugProtocolFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for Crossfire protocol message logs or null to not log protocol messages.
debugProtocolWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.util.DebugWriter
Writes a message to the debug protocol.
debugProtocolWrite(CharSequence, Throwable) - Method in class com.realtime.crossfire.jxclient.util.DebugWriter
Writes a message to the debug protocol including a throwable.
debugScreen - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The Writer to write screen debug to or null.
debugScreenFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for screen debug logs or null to not log screen logs.
debugScreenWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Writes a message to the screen debug.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.AudioFileLoader
The writer for logging sound related information or null to not log.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.ClipCache
The writer for logging sound related information or null to not log.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The writer for logging sound related information or null to not log.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The writer for logging sound related information or null to not log.
debugSoundFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for sound debug logs or null to not log sound logs.
DebugWriter - Class in com.realtime.crossfire.jxclient.util
Writer debug information to a log file.
DebugWriter(Writer) - Constructor for class com.realtime.crossfire.jxclient.util.DebugWriter
Creates a new instance.
decode(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Decodes a key binding if necessary.
decode(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Decodes a key binding if necessary.
decode(String) - Static method in class com.realtime.crossfire.jxclient.util.Codec
Decodes a string which was encoded by Codec.encode(String).
DEFAULT_BASE - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The default for arch base, map base, and code base if none specified.
DEFAULT_COLOR - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default magic map color for newly created squares.
DEFAULT_CROSSFIRE_PORT - Static variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The default port number for Crossfire servers.
DEFAULT_DARKNESS - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default darkness value for newly created squares.
DEFAULT_ENTRY_LOCALHOST - Static variable in class com.realtime.crossfire.jxclient.metaserver.ServerCache
The default entry for the "localhost" server.
DEFAULT_FACE - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default face value for newly creates squares.
DEFAULT_MAP_HEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default map height to request from the server.
DEFAULT_MAP_HEIGHT - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The default map height when no "setup mapsize" command has been sent.
DEFAULT_MAP_WIDTH - Static variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default map width to request from the server.
DEFAULT_MAP_WIDTH - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The default map width when no "setup mapsize" command has been sent.
DEFAULT_NUM_LOOK_OBJECTS - Static variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default number of ground view objects.
DEFAULT_NUM_LOOK_OBJECTS - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The default number of ground objects when no "setup num_look_objects" command has been sent.
DEFAULT_PICKUP_MODE - Static variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
The default pickup mode.
DEFAULT_SKIN - Static variable in class com.realtime.crossfire.jxclient.main.Options
The default skin name.
DEFAULT_SMOOTH - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default smooth value for newly created squares.
DEFAULT_TILE_SIZE - Static variable in class com.realtime.crossfire.jxclient.main.Options
The default size of tiles in the map view in pixels.
DEFAULT_TOOLTIP_TEXT - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The default tooltip text for empty slots.
defaultColor - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
The default color to use for text message not specifying a color.
defaultColor - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The color to use for invalid colors indices.
DefaultCrossfireServerConnection - Class in com.realtime.crossfire.jxclient.server.crossfire
Default implementation of CrossfireServerConnection.
DefaultCrossfireServerConnection(Model, DebugWriter, String) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Creates a new instance.
defaultDisplayMode - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default screen mode that was active when the client did start.
DefaultFacesManager - Class in com.realtime.crossfire.jxclient.faces
Retrieves Face information by face ID.
DefaultFacesManager(FaceCache, FaceQueue) - Constructor for class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
Creates a new instance.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The default scroll index.
defaultItemPainter - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The ItemPainter for default item parameters.
DefaultJXCSkin - Class in com.realtime.crossfire.jxclient.skin.skin
Default JXCSkin implementation.
DefaultJXCSkin(KeyBindings, OptionManager, Dialogs) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Creates a new instance.
defaultKeyBindings - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The default key bindings.
defaultKeyBindings - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The default key bindings.
DefaultKeyHandler - Class in com.realtime.crossfire.jxclient.main
A KeyHandlerListener which updates the state of a GuiManager.
DefaultKeyHandler(Exiter, GuiManager, ServerConnection, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
Creates a new instance.
DefaultScriptProcess - Class in com.realtime.crossfire.jxclient.scripts
Default implementation for ScriptProcesses.
DefaultScriptProcess(int, String, CommandQueue, CrossfireServerConnection, Stats, FloorView, ItemSet, Iterable<Spell>, MapUpdaterState, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Creates a new instance.
defaultServerConnection - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The physical server connection.
DefaultServerConnection - Class in com.realtime.crossfire.jxclient.server.server
One of the two most important classes, ServerConnection performs most of the network-related work.
DefaultServerConnection(Model, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Creates a new instance.
defaultSkillIcon - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
 
defaultSkillIcon - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The default FaceImages to use for the skills if not defined.
defaultTileSize - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The default tile size for the map view.
defaultValue - Variable in class com.realtime.crossfire.jxclient.settings.SettingsEntry
The default value if the key is missing from the settings file.
defaultX - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The default x-coordinate for this dialog.
defaultY - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The default y-coordinate for this dialog.
definedCommandLists - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All defined command lists.
definedFonts - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
All defined fonts.
definedGUIElements - Variable in class com.realtime.crossfire.jxclient.skin.io.CommandParser
The defined GUI elements.
definedGUIElements - Variable in class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
The defined GUIElements.
definedGUIElements - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The defined GUIElements.
definedImages - Variable in class com.realtime.crossfire.jxclient.skin.io.ImageParser
All defined images.
delay - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The delay between a call to EventScheduler.trigger() until the EventScheduler.eventSchedulerCallback is notified.
DELAY - Static variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Duration for which to ignore level changes after login.
deleteKeyBinding(KeyBinding) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Removes a key binding.
deleteKeyBindingAsKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Removes a key binding for a key code/modifiers pair.
deleteSpell(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Deletes a spell.
deleteSpellByIndex(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Deletes a spell by index into SpellsManager.spells.
delinvReceived(int) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
A "delinv" command has been received.
delinvReceived(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
A "delinv" command has been received.
delitemReceived(int[]) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
A "delitem" command has been received.
delitemReceived(int[]) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
A "delitem" command has been received.
deliverEvents() - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Delivers all pending events.
description - Variable in class com.realtime.crossfire.jxclient.character.StartingMap
The description.
description - Variable in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
The description of this entry.
destroy() - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Releases allocated resources.
detach() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Frees all allocated resources.
detach() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Frees all allocated resources.
dialog - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
The dialog to close.
dialog - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
The dialog to open.
dialog - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
The dialog to toggle.
DIALOG_BORDER_WIDTH - Static variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The border width of dialogs.
DialogCloseCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which closes a Gui.
DialogCloseCommand(CommandCallback, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
Creates a new instance.
dialogConnect - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "connect in progress" dialog.
dialogConnectLabel - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "message" field within GuiManager.dialogConnect.
dialogDisconnect - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "really disconnect?" dialog.
DialogFactory - Class in com.realtime.crossfire.jxclient.skin.factory
A factory class to create "textbutton" instances.
DialogFactory(Image, Image, Image, Image, Image, Image, Image, Image, Image, Font, Color, Color, float) - Constructor for class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
Creates a new instance.
dialogFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The dialog factory.
DialogOpenCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which opens a Gui dialog.
DialogOpenCommand(CommandCallback, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
Creates a new instance.
dialogQuit - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "really quit?" dialog.
dialogs - Variable in class com.realtime.crossfire.jxclient.skin.io.CommandParser
The Dialogs instance to use.
dialogs - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All defined dialogs.
Dialogs - Class in com.realtime.crossfire.jxclient.skin.skin
Maintains a set of Gui instances representing dialog windows.
Dialogs(GuiFactory, GuiManager) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Creates a new instance.
dialogs - Variable in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
The existing dialogs.
dialogs - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
Maps dialog name to dialog instance.
DialogStateParser - Class in com.realtime.crossfire.jxclient.window
Utility class to store or restore the dialog states to/from a file.
DialogStateParser() - Constructor for class com.realtime.crossfire.jxclient.window.DialogStateParser
Private constructor to prevent instantiation.
dialogsToLoad - Variable in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Names of pending skin files.
DialogToggleCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which toggles the visibility of a dialog.
DialogToggleCommand(CommandCallback, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
Creates a new instance.
diffElements - Variable in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
The distance in elements to scroll.
different(int, int) - Static method in class com.realtime.crossfire.jxclient.faces.RawScale2x
Checks if two pixels are different.
diffLines - Variable in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
The distance in lines to scroll.
dir - Variable in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
The base directory.
dirty(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Marks a single square as dirty.
dirty(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Marks a square as dirty.
dirty() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Marks this square as dirty, i.e., needing redraw.
dirtyFace(int, int, int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Marks one face as "dirty".
dirtyMapSquares - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The "dirty" map squares that have been modified.
disable() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Disables periodic re-queries.
DISABLE_START_GUI - Static variable in class com.realtime.crossfire.jxclient.main.JXCWindow
TODO: Remove when more options are implemented in the start screen gui.
disconnect() - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Disconnects from the Crossfire server.
disconnect(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Disconnects from the server.
disconnect(String) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Disconnects from the server.
disconnect(String) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Disconnects from the server.
disconnect(String, boolean) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Terminates the connection.
disconnect(String) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Disconnects from the Crossfire server.
DisconnectCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which disconnects from the Crossfire server.
DisconnectCommand(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
Creates a new instance.
disconnected() - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Called after the connection has been closed.
disconnected(String) - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called after the connection has been closed.
disconnecting(String, boolean) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Called when the connection is being teared down.
disconnecting(String, boolean) - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called when the connection is being teared down.
disconnectPending - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
If set, notify listeners.
displayMaxOffsetX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The number of pixels that are visible in the rightmost visible tile.
displayMaxOffsetY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The number of pixels that are visible in the bottommost visible tile.
displayMaxX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile x coordinate where map drawing ends.
displayMaxY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile y coordinate where map drawing ends.
displayMinOffsetX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The distance the leftmost visible tile reaches outside the map window.
displayMinOffsetY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The distance the topmost visible tile reaches outside the map window.
displayMinX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile x coordinate where map drawing starts.
displayMinY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile y coordinate where map drawing starts.
displaysFace(int) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns whether any character has the given face.
displaysFace(int) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Returns whether any quest has the given face.
displaysFace(Face) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Returns whether this shortcut displays the given face.
displaysFace(Face) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Returns whether this shortcut displays the given face.
displaysFace(Face) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Returns whether this shortcut displays the given face.
displaysFace(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns whether any spell has the given face.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Releases all allocated resources.
dispose() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Releases resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Destroys this instance.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
Will be called when the skin is disposed.
dispose() - Method in interface com.realtime.crossfire.jxclient.skin.events.SkinEvent
Will be called when the skin is disposed.
distance - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
The distance to scroll.
distance - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
The distance to scroll.
distance - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
The distance to scroll.
div(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Calculates \floor(a/b).
divRound(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Returns the quotient of two values, rounded to the nearest integer.
divRoundUp(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Returns the quotient of two values, rounded up to the nearest integer.
doConnect() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Processes pending connect requests.
documentation - Variable in class com.realtime.crossfire.jxclient.settings.Entry
The documentation string or null if unknown.
documentation - Variable in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
The corresponding documentation string.
doExecute(CfItem, CrossfireServerConnection, int, CommandQueue) - Method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Executes the action.
done - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Marks the indexes that have been painted.
doReconnect() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Processes pending re- or disconnect requests.
doSelect(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Selects the list entry corresponding to a MouseEvent instance.
doTooltip(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Updates the tooltip text corresponding to a MouseEvent instance.
doTransceive() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Processes pending data to receive of transmit.
doubleClickCommandList - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The CommandList to execute on double-clicks or null to ignore double-clicks.
DoubleMapping - Class in com.realtime.crossfire.jxclient.util
Maintains a bidirectional mapping from a set of integers to the same range of integers.
DoubleMapping() - Constructor for class com.realtime.crossfire.jxclient.util.DoubleMapping
 
down - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The images comprising the "down" button state.
down() - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Returns the next command.
down - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The images comprising the "down" button state.
draw(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Draws the gauge image into the given graphics context.
draw(Graphics, int, Fonts) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Draws this segment to a Graphics instance.
draw(Graphics, int, Fonts) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Draws this segment to a Graphics instance.
drawextinfo(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Pretends that a drawextinfo message has been received.
drawextinfo(int, int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Pretends that a drawextinfo message has been received.
drawextinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The drawextinfo listener to receive drawextinfo messages.
drawextinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The drawextinfo listener to receive drawextinfo messages.
drawextinfoListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireDrawextinfoListeners to be notified.
drawImage(Graphics, int, int, int, int, ImageIcon, int) - Static method in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Draws a tileSize x tileSize part of an ImageIcon.
drawInfo(String) - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Displays a regular output message.
drawInfo(String, int) - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Displays a message.
drawInfo(String, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Pretends that a drawinfo message has been received.
drawInfo(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Pretends that a drawinfo message has been received.
drawInfoError(String) - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Displays an error message.
drawinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The drawinfo listener to receive drawinfo messages.
drawinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The drawinfo listener to receive drawinfo messages.
drawinfoListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireDrawinfoListeners to be notified.
drawInfoSetDebugMode(boolean) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Enables or disables printing of message types.
drawInfoSetDebugMode(boolean) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Enables or disables printing of message types.
drawLine(Graphics2D, int, int, String) - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabel
Draws one line of text.
drawLine(Graphics, int, Iterable<Segment>) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Draws one Line to a Graphics2D instance.
drink - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: drinks.
dstImage - Variable in class com.realtime.crossfire.jxclient.faces.RawScale2x
The destination image data.
dstImage - Variable in class com.realtime.crossfire.jxclient.faces.RawScale8d
The destination image data.
dx - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The x-offset for drawing.
DX - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
X offset for map coordinate calculation.
dy - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The y-offset for drawing.
DY - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Y offset for map coordinate calculation.

E

element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
The Component to find the Gui containing the fields.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
The Component to find the Gui containing the fields.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
The GUISelectable to affect.
ELEMENT_COMPARATOR - Static variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
A Comparator that compares GUIElement instances by element name.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The GUIElementListener to use.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The GUIElementListener to use.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The GUIElementListener to notify.
emptyFaceImages - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
The empty face; returned for face ID 0.
emptyImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The image representing an empty gauge.
emptyImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The image representing an empty gauge.
enabled - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
Whether background music is enabled.
enabled - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
Whether sound is enabled.
enabled - Variable in class com.realtime.crossfire.jxclient.window.Logger
Whether the message logger is enabled.
encode(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Encodes a key binding if necessary.
encode(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Encodes a key binding if necessary.
encode(CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Encodes a string to make it safe as a file name.
encode(String) - Static method in class com.realtime.crossfire.jxclient.util.Codec
Encodes a string to make it fit into one line.
end - Variable in class com.realtime.crossfire.jxclient.quests.Quest
If true, the quest is completed.
END_OF_LINE_PATTERN - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Pattern to match line breaks.
endAccountList(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
End of character information for an account.
endRendering() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Ends rendering and reverts the display settings.
enterElement(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Sets a new MouseTracker.mouseElement and generate entered/exited events.
entries - Variable in class com.realtime.crossfire.jxclient.metaserver.ServerCache
The cached entries.
Entry - Class in com.realtime.crossfire.jxclient.settings
The value part of an entry of a settings file.
Entry(String, String) - Constructor for class com.realtime.crossfire.jxclient.settings.Entry
Creates a new instance.
Entry(Option, String) - Constructor for class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Creates a new instance.
entryChanged() - Method in interface com.realtime.crossfire.jxclient.metaserver.MetaserverEntryListener
The contents of the entry have changed, added, or removed.
equals(Object) - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
equals(Object) - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
equals(Object) - Method in class com.realtime.crossfire.jxclient.faces.Face
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
equals(Object) - Method in class com.realtime.crossfire.jxclient.map.Location
equals(Object) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
equals(Object) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
equals(Object) - Method in class com.realtime.crossfire.jxclient.util.Resolution
equalsDisplayMode(DisplayMode) - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns whether this resolution matches a DisplayMode's resolution.
equalsKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns whether this key event matches the same key code as another key event.
EscAction() - Constructor for enum com.realtime.crossfire.jxclient.window.GuiManager.EscAction
 
escPressed() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Processes a pressed ESC key.
escPressed() - Method in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The ESC key has been pressed.
escPressed(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
The ESC key has been pressed.
escPressed() - Method in interface com.realtime.crossfire.jxclient.window.KeyHandlerListener
The ESC key has been pressed.
evaluate(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Expression
Evaluates the expression into a constant.
evaluateConstant() - Method in class com.realtime.crossfire.jxclient.gui.gui.Expression
Evaluates the expression into a constant.
eventListenerList - Variable in class com.realtime.crossfire.jxclient.util.EventListenerList2
The CopyOnWriteArrayList holding all listener.
EventListenerList2<T extends java.util.EventListener> - Class in com.realtime.crossfire.jxclient.util
A list of event listeners.
EventListenerList2() - Constructor for class com.realtime.crossfire.jxclient.util.EventListenerList2
 
EventScheduler - Class in com.realtime.crossfire.jxclient.items
A scheduler for synchronous event notifications.
EventScheduler(int, int, Runnable) - Constructor for class com.realtime.crossfire.jxclient.items.EventScheduler
Creates a new instance.
eventSchedulerCallback - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The Runnable to notify.
EXAMINE_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "examine" command.
ExecCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "exec" command.
ExecCommand(CommandCallback, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ExecCommand
Creates a new instance.
ExecSelectionCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand that executes a command on the selected item of a GUIItemList.
ExecSelectionCommand(GUIItemList<?>, CommandType, CrossfireServerConnection, FloorView, CommandQueue) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
Creates a new instance.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.AgainCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.BindCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.BindingsCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ClearCommand
Executes the command with the given arguments.
execute(String) - Method in interface com.realtime.crossfire.jxclient.commands.Command
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ExecCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.SetCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.UnbindCommand
Executes the command with the given arguments.
execute() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Execute the command list by calling GUICommand.execute() for each command in order.
execute() - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
Executes the command.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
Executes the action associated with this check box option.
execute(GUIItemItem, CrossfireServerConnection, int, CommandQueue) - Method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Executes the action.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.PrintCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.StartCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Executes the command.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
Will be called to execute the entered command.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
Will be called to execute the entered command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Executes the actions associated with this GUI element.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Will be called to execute the entered command.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
Will be called to execute the entered command.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Executes the action associated with this check box option.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOption
Executes the action associated with this check box option.
execute() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Executes the shortcut.
execute() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Executes the shortcut.
execute() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Executes the shortcut.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundCheckBoxOption
Executes the action associated with this check box option.
executeCommand(CharSequence) - Method in class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
Executes a command or a list of commands.
executeCommand(CharSequence) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandExecutor
Executes a command or a list of commands.
ExecuteCommandCommand - Class in com.realtime.crossfire.jxclient.gui.textinput
A GUICommand which executes a Crossfire command.
ExecuteCommandCommand(CommandExecutor, String, Macros) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Creates a new instance.
ExecuteElementCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which executes (i.e., simulates a left-button mouse click on) an GUIItem.
ExecuteElementCommand(GUIItem) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
Creates a new instance.
executeKeyBinding(KeyBinding) - Static method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Executes a KeyBinding instance.
executeRunnable - Variable in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
The Runnable that implements the functionality of HideCommand.execute().
executeRunnable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
The Runnable that implements the functionality of ShowCommand.execute().
executeRunnable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
The Runnable that implements the functionality of ToggleCommand.execute().
executeShortcut(int) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Executes a shortcut.
executorService - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The ExecutorService used to execute face loading.
executorService - Variable in class com.realtime.crossfire.jxclient.sound.ClipManager
The executor service used to play sound clips.
exiter - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The Exiter instance.
Exiter - Class in com.realtime.crossfire.jxclient.main
Allows to exit the application.
Exiter() - Constructor for class com.realtime.crossfire.jxclient.main.Exiter
 
exiter - Variable in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
The Exiter instance.
exiter - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The Exiter to use.
exp - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The total experience.
expand(CharSequence, Commands) - Static method in class com.realtime.crossfire.jxclient.commands.CommandExpander
Expands a command list into a sequence of Commands to execute.
expandFace(int, int, int, Face, CfMapSquare, CfMapSquare) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Adds or removes "head" pointer to/from tail-parts of a face.
expandMacros(String) - Method in class com.realtime.crossfire.jxclient.settings.Macros
Expands all macro references.
expandTo(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
(Possibly) expands the defined area of the map to a given position.
expansions - Variable in class com.realtime.crossfire.jxclient.settings.Macros
The macro expansions.
experience - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The skill experience.
experienceChanged(long) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's experience has changed.
experienceNextLevelChanged(long) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's experience to reach the next level has changed.
experienceTable - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
The experience table to query.
experienceTable - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
ExperienceTable - Class in com.realtime.crossfire.jxclient.stats
Stores experience <-> level mappings.
ExperienceTable() - Constructor for class com.realtime.crossfire.jxclient.stats.ExperienceTable
 
experienceTable - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The ExperienceTable instance to use.
expire(long) - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Expires entries older than a given timestamp from the cache.
EXPIRE_INTERVAL - Static variable in class com.realtime.crossfire.jxclient.metaserver.Metaserver
The time (in seconds) to forget about old metaserver entries.
expNextLevel - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The experience needed to reach the next level.
Expression - Class in com.realtime.crossfire.jxclient.gui.gui
An expression yielding an integer value derived from a screen resolution.
Expression(int, int, int, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Expression
Creates a new instance.
Expression(Expression, boolean, Expression) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Expression
Creates a new instance as the sum or difference of two expressions.
ExpressionParser - Class in com.realtime.crossfire.jxclient.skin.io
Parser for integer expressions.
ExpressionParser() - Constructor for class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
Private constructor to prevent instantiation.
Extent - Class in com.realtime.crossfire.jxclient.gui.gui
Encapsulates the extent of a GUI element.
Extent(Expression, Expression, Expression, Expression) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Extent
Creates a new instance.
extractCommand(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Returns the command string for a received packet.

F

F_APPLIED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags mask for applied states.
F_BLESSED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for blessed items.
F_CURSED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for cursed items.
F_DAMNED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for damned items.
F_LOCKED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for locked items.
F_MAGIC - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for magical items.
F_NOPICK - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for non-pickable items.
F_OPEN - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for opened items.
F_UNIDENTIFIED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for unidentified items.
F_UNPAID - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for unpaid items.
face - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's face.
Face - Class in com.realtime.crossfire.jxclient.faces
A Face represents one image received from a Crossfire server.
Face(int, String, int) - Constructor for class com.realtime.crossfire.jxclient.faces.Face
Creates a new instance.
face - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask
The face to load.
face - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
The face to save.
face - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The face.
face - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Quest face.
face - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's face.
face - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The skill's face number.
FACE_ANIMATION - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Bit value whether this is a face or an animation.
FACE_COLOR_MASK - Static variable in interface com.realtime.crossfire.jxclient.protocol.MagicMap
Bitmask in magic map information to extract the color information of a tile.
FACE_FLOOR - Static variable in interface com.realtime.crossfire.jxclient.protocol.MagicMap
Bitmask in magic map information to denote a floor tile.
FACE_WALL - Static variable in interface com.realtime.crossfire.jxclient.protocol.MagicMap
Bitmask in magic map information to denote a wall tile.
faceCache - Variable in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
The FaceCache instance used to look up in-memory faces.
FaceCache - Class in com.realtime.crossfire.jxclient.faces
A cache for Face instances.
FaceCache() - Constructor for class com.realtime.crossfire.jxclient.faces.FaceCache
Creates a new instance.
faceCache - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
faceChecksum - Variable in class com.realtime.crossfire.jxclient.faces.Face
The image checksum as sent by the server.
faceFailed(Face) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueueListener
Called after a Face could not be loaded.
faceImages - Variable in class com.realtime.crossfire.jxclient.faces.Face
The images for this face.
FaceImages - Class in com.realtime.crossfire.jxclient.faces
Consists of three ImageIcons representing a Face.
FaceImages(ImageIcon, ImageIcon, ImageIcon) - Constructor for class com.realtime.crossfire.jxclient.faces.FaceImages
Creates a new instance.
faceImages - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
The images to save.
FaceImagesUtils - Class in com.realtime.crossfire.jxclient.faces
Utility class for creating FaceImages instances.
FaceImagesUtils() - Constructor for class com.realtime.crossfire.jxclient.faces.FaceImagesUtils
Private constructor to prevent instantiation.
faceLoaded(Face, FaceImages) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueueListener
Called after a Face has been loaded successfully.
faceName - Variable in class com.realtime.crossfire.jxclient.faces.Face
The face name as sent by the server.
faceNum - Variable in class com.realtime.crossfire.jxclient.faces.Face
The face id as sent by the server.
faceNum - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
The face number.
faceNum - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The face number.
faceNumber - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's face number.
faceNumber - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's face number.
faceQueue - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
The FaceQueue instance used to load faces not present in-memory.
FaceQueue - Interface in com.realtime.crossfire.jxclient.faces
Interface for classes implementing a means to load Faces.
faceQueue - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
The FaceQueue instance used to query faces from the Crossfire server.
faceQueueListener - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
FaceQueueListener - Interface in com.realtime.crossfire.jxclient.faces
Interface for listeners interested in FaceQueue events.
faceQueueListeners - Variable in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
The registered FaceQueueListeners.
faceReceived(int, int, ByteBuffer) - Method in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Notifies the askface manager that image information have been received from the server.
faces - Variable in class com.realtime.crossfire.jxclient.animations.Animation
The faces list of the animation.
faces - Variable in class com.realtime.crossfire.jxclient.faces.FaceCache
The cached faces.
faces - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
faces - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The faces (of head-parts) of all layers as sent by the server.
FacesManager - Interface in com.realtime.crossfire.jxclient.faces
Maintains a mapping of face numbers to face data.
facesManager - Variable in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
The FacesManager to query.
facesManager - Variable in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
The FacesManager to query.
facesManager - Variable in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
The FacesManager to query.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The FacesManager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The FacesManager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The FacesManager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The FacesManager instance for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The instance for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
The FacesManager to use to display faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The FacesManager to use to display faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The faces manager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.ItemsManager
The FacesManager instance for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
facesManager - Variable in class com.realtime.crossfire.jxclient.items.KnowledgeView
 
facesManager - Variable in class com.realtime.crossfire.jxclient.items.QuestsView
The FacesManager for retrieving face information.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.SpellSkillView
The FacesManager for retrieving face information.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.SpellsView
The FacesManager for retrieving face information.
facesManager - Variable in class com.realtime.crossfire.jxclient.main.FacesTracker
The FacesManager to update.
facesManager - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The FacesManager to track for updated faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FacesManager instance to use.
FacesManagerListener - Interface in com.realtime.crossfire.jxclient.faces
Interface for listeners interested in FacesManager events.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The FacesManagerListener registered to detect updated faces.
facesManagerListeners - Variable in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
The FacesManagerListeners to notify about changed faces.
FacesProvider - Interface in com.realtime.crossfire.jxclient.faces
Interface for face providers.
facesProvider - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The FacesProvider for looking up faces.
facesProvider - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
The FacesProvider for looking up faces.
FacesProviderFactory - Class in com.realtime.crossfire.jxclient.faces
A factory for creating FacesProvider instances.
FacesProviderFactory(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
Creates a new instance.
facesProviderFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FacesProviderFactory instance for creating faces provider instances.
facesProviders - Variable in class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
The defined FacesProviders.
FacesQueue - Class in com.realtime.crossfire.jxclient.faces
The main FaceQueue for loading faces.
FacesQueue(FaceQueue, ImageCache, ImageCache, ImageCache) - Constructor for class com.realtime.crossfire.jxclient.faces.FacesQueue
Creates a new instance.
FacesTracker - Class in com.realtime.crossfire.jxclient.main
Tracks a GuiStateManager and resets known faces whenever a new server connection has been established.
FacesTracker(GuiStateManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.main.FacesTracker
Creates a new instance.
faceUpdated(Face) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManagerListener
Called when a Face has been updated.
faceUpdated(Face) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Called when a Face has been updated.
failure(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener
Command failure received.
FIELD_SEPARATOR_PATTERN - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The pattern to split a metaserver response line into fields.
file - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
The file for saving the bindings; null to not save.
file - Variable in class com.realtime.crossfire.jxclient.metaserver.ServerCache
The backing file.
file - Variable in class com.realtime.crossfire.jxclient.settings.Settings
The file for loading/saving values.
file - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The backing file.
FileCache - Class in com.realtime.crossfire.jxclient.faces
A disk based cache for image files.
FileCache(File) - Constructor for class com.realtime.crossfire.jxclient.faces.FileCache
Creates a new instance.
fileCacheFaceQueue - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
The FileCacheFaceQueue instance used to load faces from the file cache.
FileCacheFaceQueue - Class in com.realtime.crossfire.jxclient.faces
A FaceQueue loading faces from ImageCache instances.
FileCacheFaceQueue(ImageCache, ImageCache, ImageCache) - Constructor for class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
Creates a new instance.
FileCacheFaceQueue.LoadTask - Class in com.realtime.crossfire.jxclient.faces
A thread which loads one face from the caches.
FileCacheFaceQueue.SaveTask - Class in com.realtime.crossfire.jxclient.faces
A thread which saves one face to the caches.
fileCacheFaceQueueListener - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
filename - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The script command including arguments.
Filenames - Class in com.realtime.crossfire.jxclient.settings
Utility class to return references to settings files.
Filenames() - Constructor for class com.realtime.crossfire.jxclient.settings.Filenames
Private constructor to prevent instantiation.
FilenameUtils - Class in com.realtime.crossfire.jxclient.util
Utility class for manipulating filenames.
FilenameUtils() - Constructor for class com.realtime.crossfire.jxclient.util.FilenameUtils
Private constructor to prevent instantiation.
filledH - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The height of the "filled" area.
filledPicture - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The image for painting the "filled" area.
filledW - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The width of the "filled" area.
filledX - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The x-coordinate of the "filled" area.
filledY - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The y-coordinate of the "filled" area.
filteredItems - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
filteredSpells - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Spells currently exposed, based on the filter.
filterKnowledge() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
filterSkill(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Filters spells to display by the specified skill index.
filterSpells() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Rebuilds the list of spells to display.
filterType(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
findColor(int) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Converts a Crossfire color index to a Color instance.
findCommand(String) - Method in class com.realtime.crossfire.jxclient.commands.Commands
Returns a Command by name.
findElement(Component, MouseEvent) - Static method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Finds the gui element a given Component is part of.
findElement(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Finds the gui element for a given MouseEvent.
findInsertionIndex(CfItem) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
Returns the insertion index of a CfItem.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Finishes parsing an entry an returns the CharacterInformation for the entry.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Finishes parsing an entry an returns the ClassRaceInfo for the entry.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Finished parsing and returns the NewCharInfo instance for the parsed entry.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Finishes parsing.
fireAddAccount(CharacterInformation) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireAddAnimation(int, int, int[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireAddItemReceived(int, int, int, int, int, String, String, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireAddSkill() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about a gained skill.
fireChanged() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Notifies all listeners.
fireChanged() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Notifies all listeners.
fireChanged() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Notifies all listeners.
fireChanges() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Notifies listeners of changes.
fireCommandComcReceived(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireCommandQueryReceived(String, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireCommandSound2Received(int, int, int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireCommandSoundReceived(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireDelinvReceived(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireDelitemReceived(int[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireDelSkill() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about a lost attribute.
fireEndAccountList(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireEventCallback - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The event scheduler callback for delaying event generation.
fireEvents() - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Delivers outstanding change events.
fireEvents(boolean) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about changes.
fireEventScheduler - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The EventScheduler for delaying event generation.
fireFaceFailed(Face) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
Notify all listener with FaceQueueListener.faceFailed(Face).
fireFaceLoaded(Face, FaceImages) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
fireFaceReceived(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireFaceUpdated(Face) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Notifies all FacesManagerListeners that a face has been updated.
fireFailure(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireMagicMap() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireMagicMap(int, int, byte[][]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireManageAccount() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireMapAnimation(Location, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapAnimationSpeed(Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapClear(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapFace(Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapSmooth(Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireModified() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Notify all listener.
fireModifiedEvent() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Notifies all listeners about a modification.
fireMusicReceived(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireNewMap() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Notifies all listeners that a "newmap" command has been received.
firePickupChanged(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
firePlayerReceived(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireReplySent() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireSelectCharacter(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireStartAccountList(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireStartPlaying() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireStateChangedEvent() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Notifies all listeners that the state has changed.
fireStateChangedEvent() - Method in class com.realtime.crossfire.jxclient.settings.options.Option
Notifies all listeners that the state has changed.
fireTick(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireUpditemReceived(int, int, int, int, int, int, String, String, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireUpdSkill() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about an updated attribute.
flags - Variable in class com.realtime.crossfire.jxclient.animations.Animation
Flags for the animation; currently unused by the server.
flags - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags.
flesh - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: flesh.
FLOAT_MULTI - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Factor used to convert float to int values.
floorLists - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The GUIItemList instances that JXCWindowRenderer.currentGui and JXCWindowRenderer.openDialogs contain and that display floor items.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The floor view to watch.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The floor view to use.
FloorView - Class in com.realtime.crossfire.jxclient.items
Provides a view to all items comprising the current floor view.
FloorView(ItemSet) - Constructor for class com.realtime.crossfire.jxclient.items.FloorView
Creates a new instance.
floorView - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.skin.io.CommandParser
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FloorView to use.
FOG_OF_WAR_COLOR - Static variable in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
The color to use for overlaying fog-of-war tiles.
fogOfWar - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
Flag used to defer clearing the values: when a CfMapSquare is cleared, the old values remain valid until at least one field is re-set.
font - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The Font for the overlay GUIButton.text or null to display only the image.
font - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
The text font.
font - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
The text font.
font - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The Font for displaying the key that activates the shortcut.
font - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The font for the "nrof" text.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The font for drawing list entries.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The font for drawing list entries.
font - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The font for rendering displayed text.
font - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The font to use.
fontArcane - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.ARCANE text.
fontFixed - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.FIXED text.
fontFixedBold - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.FIXED text which has bold enabled.
FontID - Enum in com.realtime.crossfire.jxclient.gui.log
Available font types.
FontID() - Constructor for enum com.realtime.crossfire.jxclient.gui.log.FontID
 
FontParser - Class in com.realtime.crossfire.jxclient.skin.io
Creates Font instances from string representations.
FontParser(JXCSkinSource) - Constructor for class com.realtime.crossfire.jxclient.skin.io.FontParser
Creates a new instance.
fontParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FontParser for parsing font specifications.
fontPrint - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.PRINT, FontID.HAND, and FontID.STRANGE text.
fonts - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
fonts - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The Fonts instance for looking up fonts.
Fonts - Class in com.realtime.crossfire.jxclient.gui.log
Manage a set of fonts.
Fonts(Font, Font, Font, Font) - Constructor for class com.realtime.crossfire.jxclient.gui.log.Fonts
Creates a new instance.
fonts - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The Fonts instance for looking up fonts.
FONTS - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Maps font tag name to font instance.
food - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: food.
forcedActive - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
If non-null, this element is always active.
format - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The format used for displaying Metaserver instances.
format - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The format for drawing list entries.
format(String) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns a formatted string using the given format.
format(MetaserverEntry) - Static method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Formats a metaserver entry that returns the metaserver entry when parse with MetaserverEntryParser.parseEntry(CharSequence).
format - Variable in class com.realtime.crossfire.jxclient.window.Logger
The format for writing timestamps.
formatFloat(double, int) - Static method in class com.realtime.crossfire.jxclient.util.Formatter
Formats a float value for display.
formatLong(long) - Static method in class com.realtime.crossfire.jxclient.util.Formatter
Returns a long value formatted as a human readable string.
Formatter - Class in com.realtime.crossfire.jxclient.util
Utility class for formatting values into strings.
Formatter() - Constructor for class com.realtime.crossfire.jxclient.util.Formatter
Private constructor to prevent instantiation.
formatTooltip() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Returns a formatted string using the given format.
forward - Variable in class com.realtime.crossfire.jxclient.util.DoubleMapping
The forward mappings.
frame - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The associated JFrame.
frame - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The main window.
frame - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The Frame for updating the title or null.
frameAlpha - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The alpha transparency for the dialog background, 1 is opaque and 0 is transparent.
frameC - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The center frame picture.
frameC - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The center frame picture.
frameE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The east frame picture.
frameE - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The east frame picture.
frameN - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The north frame picture.
frameN - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The north frame picture.
frameNE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The north-east frame picture.
frameNE - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The north-east frame picture.
frameNW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The north-west frame picture.
frameNW - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The north-west frame picture.
frameS - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The south frame picture.
frameS - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The south frame picture.
frameSE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The south-east frame picture.
frameSE - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The south-east frame picture.
frameSW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The south-west frame picture.
frameSW - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The south-west frame picture.
frameW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The west frame picture.
frameW - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The west frame picture.
free(Location) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Removes this animation state from a map Location.
freeAnimationState(AnimationState, Location) - Static method in class com.realtime.crossfire.jxclient.map.AnimationMap
freeClip(Line) - Method in class com.realtime.crossfire.jxclient.sound.ClipCache
Deallocates a clip.
fullImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The image representing a full gauge.
fullScreen - Variable in class com.realtime.crossfire.jxclient.main.Options
Whether full-screen mode should be enabled.

G

gainedSkill() - Method in interface com.realtime.crossfire.jxclient.skills.SkillListener
Notifies the listener that the skill has been gained.
gauge - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Set the gauge to update.
GaugeState - Class in com.realtime.crossfire.jxclient.gui.gauge
The state of a gauge.
GaugeState(Image, Image, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Creates a new instance.
gaugeState - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The gauge state.
gaugeStateDiv - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The gauge state.
gaugeStateMod - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The gauge state.
GaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
Updates the displayed values in a GUIGauge.
GaugeUpdater(ExperienceTable, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Creates a new instance.
GaugeUpdaterParser - Class in com.realtime.crossfire.jxclient.skin.io
Creates GaugeUpdater instances from string representations.
GaugeUpdaterParser(Stats, ItemSet, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
Creates a new instance.
gaugeUpdaterParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The GaugeUpdaterParser for parsing gauge specifications.
gc - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
get(int) - Method in class com.realtime.crossfire.jxclient.animations.Animations
Returns the animation for an animation id.
get() - Method in class com.realtime.crossfire.jxclient.skin.io.Args
Returns the next argument.
get(int) - Method in class com.realtime.crossfire.jxclient.util.Mapping
Returns a mapping.
getAccountName() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Returns the current account name.
getAccountName() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Returns the current account name.
getActiveMessageBuffer() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the active message buffer.
getActiveMessageBuffer(Gui) - Static method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the active message buffer for a Gui instance.
getActiveSkill() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the active skill name.
getAll() - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Returns all cached entries.
getAllTypes() - Static method in class com.realtime.crossfire.jxclient.protocol.MessageTypes
Returns all defined message types.
getAnimationId() - Method in class com.realtime.crossfire.jxclient.animations.Animation
Returns the animation ID.
getArchBase() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's arch base.
getArchName() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the archetype name.
getArchName() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
Returns the archetype name.
getArgs() - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
Returns the command arguments.
getAskfaceFaceQueue() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Return the binding as a human-readable text.
getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Return the binding as a human-readable text.
getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Return the binding as a human-readable text.
getBindings(Spell, String, String) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
Return a text with the keybindings for the spell.
getBindingsForPartialCommand(String, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Search bindings having a command text starting with the specified value.
getBindingsForPartialCommand(String, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Searches bindings having a command text starting with the specified value.
getBoolean(SettingsEntry<Boolean>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the boolean associated with the specified key at a node or defaultValue if there is no association for this key.
getBuffer() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Returns the Buffer instance containing the text messages.
getBuildNumber() - Static method in class com.realtime.crossfire.jxclient.main.JXClient
Returns the build number as a string.
getBytesIn() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the number of bytes received.
getBytesOut() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the number of bytes sent.
getCastingTime() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the casting time.
getCenterPoint() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the Point where windows should be centered.
getCharacterClass() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's class.
getCharacterIndex(String) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns the index of an entry by character name.
getCharacterInformationListeners(int) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns the character entry listeners for one entry index.
getCheckBoxOption(String) - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Returns a check box option.
getChoiceDescription() - Method in class com.realtime.crossfire.jxclient.character.Choice
Returns the human readable choice name.
getChoiceName() - Method in class com.realtime.crossfire.jxclient.character.Choice
Returns the choice identification.
getChoices() - Method in class com.realtime.crossfire.jxclient.character.Choice
Returns the choices.
getChoices() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the available choices.
getClassesList() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns all defined classes available for character creation.
getClassInfo(String) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns a class info by class name.
getClassLoader() - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
Returns the ClassLoader to use.
getCode() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Get the quest's code.
getCodeBase() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's code base.
getColor(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the magic map color value of one square.
getColor(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the magic map color value of one square.
getColor() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the magic map color of this square.
getColorName(int) - Static method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Returns the name of a color index.
getCommand() - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
Returns the command to execute or null to execute as "ncom".
getCommand() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Returns the command to execute.
getCommandHistory(String) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
Returns a CommandHistory instance by name.
getCommandList(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Returns a command list.
getCommandList(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Returns a command list.
getCommandList(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns a named command list.
getCommandList(String) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns a named command list.
getCommandList(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Returns a named command list.
getCommandName() - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Returns the name of the command.
getCommandName() - Method in interface com.realtime.crossfire.jxclient.commands.Command
Returns the name of the command.
getCommands() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Returns the associated CommandList.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Returns the commands as a string.
getCommandString() - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand2
Returns the command as a string.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Returns the commands as a string.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Returns the command as a string.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Returns the command as a string.
getComment() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server comment.
getComment() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
Returns the command to add to the settings file.
getCrossfireFile() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the crossfire settings directory.
getCur() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the current value.
getCurrentCharacter() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Returns the currently selected character in the list.
getCurrentFloor() - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the current floor location.
getCurrentNumLookObjects() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Returns the currently negotiated setup value of "num_look_objects".
getCurrentNumLookObjects() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Returns the current number of ground items.
getCurrentSpell() - Method in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
Returns the currently selected spell object.
getDamage() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the damage done by the spell.
getDarkness(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the darkness value of one square.
getDarkness(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the darkness value of one square.
getDarkness() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the darkness value of this square.
getDarknessColor(int) - Method in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
Returns an overlay color for a darkness value.
getDebugKeyboardFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for keyboard debug logs.
getDebugMouseFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for mouse debug logs.
getDebugProtocolFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for Crossfire protocol debug logs.
getDebugScreenFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for screen debug logs.
getDebugSoundFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for sound debug logs.
getDefaultElement() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first default gui element of this gui.
getDefaultKeyBindings() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the default key bindings for this skin.
getDefaultKeyBindings() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the default key bindings for this skin.
getDefaultValue() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
Returns the default value if the key is missing from the settings file.
getDescription() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
Returns the description.
getDescription(String) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Returns the description for an item.
getDescription(T) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Returns the description for an item.
getDescription(String) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Returns the description for an item.
getDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns a dialog by name.
getDialog(String) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns a dialog by name.
getDialogBook(int) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the popup dialog for readables.
getDialogBook(int) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the popup dialog for readables.
getDialogConnect() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the "connection in progress" dialog.
getDialogConnect() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the "connection in progress" dialog.
getDialogDisconnect() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the "disconnect from server?" dialog.
getDialogDisconnect() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the "disconnect from server?" dialog.
getDialogKeyBind() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the key bindings dialog.
getDialogKeyBind() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the key bindings dialog.
getDialogQuery() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the dialog for query text input.
getDialogQuery() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the dialog for query text input.
getDialogQuit() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the "really quit?" dialog.
getDialogQuit() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the "really quit?" dialog.
getDialogsFile(String) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the file for storing dialog related information for a skin.
getDialogToLoad() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns one dialog pending loading.
getDialogToLoad() - Method in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Returns one dialog pending loading.
getDirtyMapSquares() - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the dirty map squares.
getDisplayMode() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the current display mode of the JXCWindowRenderer.graphicsDevice.
getDisplayText() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Returns the displayed text.
getDocumentation() - Method in class com.realtime.crossfire.jxclient.settings.Entry
Returns the documentation string.
getDocumentation() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Returns the corresponding documentation string.
getDst(int) - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Returns a mapping.
getElement(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns the GUIElement for a given index.
getElementFromPoint(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Determines the GUIElement for a given coordinate.
getElementFromPoint(Gui, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Determines the GUIElement for a given coordinate with a given Gui instance.
getElementX(Component) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns an element's absolute screen coordinate.
getElementY(Component) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns an element's absolute screen coordinate.
getEntry(int) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns a character entry by index.
getEntry(int) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Returns a metaserver entry by index.
getExperience() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns the skill experience.
getExperience(int) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Returns the experience needed for a given level.
getExperience() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the amount of global experience.
getExperienceNextLevel() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the experience needed to reach the next level.
getExperienceTable() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getExperienceToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Returns the experience needed to reach next level.
getExperienceToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Returns the experience needed to reach the next level.
getFace() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's face.
getFace(int) - Method in class com.realtime.crossfire.jxclient.animations.Animation
Returns one face of this animation.
getFace(int) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the Face instance for a given face ID.
getFace(int) - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Returns a face by face id.
getFace(int) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the Face instance for a given face ID.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns the face for a CfItem instance.
getFace() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the face.
getFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Determines the face of one square.
getFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the face of one square.
getFace(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the face of a layer.
getFace() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Get the quest's face.
getFace() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns the skill's face.
getFace2(int) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the Face instance for a given face ID.
getFace2(int) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the Face instance for a given face ID.
getFaceCache() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getFaceChecksum() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the face checksum.
getFaceImages(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the FaceImages information for a face ID.
getFaceImages(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
Returns the FaceImages information for a face ID.
getFaceImages() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the images.
getFaceName() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the face name.
getFaceNum() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the unique face id.
getFaceNum() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the face number.
getFaceNum() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the face number.
getFaceNumber() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's face number.
getFaces() - Method in class com.realtime.crossfire.jxclient.animations.Animation
Returns the number of faces of this animation.
getFacesProvider(int) - Method in class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
Returns the FacesProvider for a given face size.
getFile() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
Returns a File for the next screenshot file.
getFile() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Returns the file for saving the bindings; null to not save.
getFile() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Returns the backing file.
getFilename() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Returns the script's filename.
getFilename() - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Returns the script's filename.
getFirstElement(Class<T>) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui belonging to the given class.
getFirstElement(Class<T>, String) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui belonging to the given class and having the given name.
getFirstElementEndingWith(Class<T>, String) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui which belongs to the given class and that's name ends with the given ending.
getFirstElementNotEndingWith(Class<T>, String) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui which belongs to the given class and that's name does not end with the given ending.
getFloatStat(int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the numerical value of the given statistic.
getFont(Fonts) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Returns the Font to use for a given Segment.
getFont(String) - Method in class com.realtime.crossfire.jxclient.skin.io.FontParser
Returns a font by font file base name.
getFontArcane() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.ARCANE text.
getFontFixed() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.FIXED text.
getFontFixedBold() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.FIXED text which has bold enabled.
getFontPrint() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.PRINT, FontID.HAND, and FontID.STRANGE text.
getFrameAlpha() - Method in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
Returns the alpha value for the frame background.
getGaugeStateSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Returns the maximum size of GUIDupGauge.gaugeStateDiv and GUIDupGauge.gaugeStateMod.
getGrace() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the grace needed to cast the spell.
getGui(Component) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns the Gui an element is part of.
getGuiState() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the current gui state.
getGuiState() - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Returns the current GuiState.
getGuiStateManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getH() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the height of the highlighted part of the image.
getH() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns the height of the highlighted part of the image.
getH(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
Returns the height.
getH() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Returns the height of the associated gui element.
getHeadMapSquare(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the map square of the head of a multi-square object.
getHeadMapSquare(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Returns the map square of the head of a multi-square object.
getHeadMapSquare(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the map square of the head of a multi-square object.
getHeight() - Method in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
Returns the button's height.
getHeight() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the total height of the image.
getHeight() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Returns the height of this line.
getHeight() - Method in interface com.realtime.crossfire.jxclient.gui.log.RenderStateListener
Returns the height of the rendered gui element in pixels.
getHeight() - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns the height in pixels.
getHostname() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the hostname.
getHostname() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Returns the currently connected server.
getImage(Color, String) - Method in class com.realtime.crossfire.jxclient.skin.io.ImageParser
Optionally loads an image by base file name.
getImage(String) - Method in class com.realtime.crossfire.jxclient.skin.io.ImageParser
Loads an image by base file name.
getImageFileName(String, int) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
Calculates a hashed image name to be used as a file name.
getImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesProvider
Returns the face for a face ID.
getImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
Returns the face for a face ID.
getImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
Returns the face for a face ID.
getImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
Returns the face for a face ID.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Returns the index of this element.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Returns the index of this element.
getInputStream(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
Returns an InputStream for a resource name.
getInputStream(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
Returns an InputStream for a resource name.
getInputStream(String) - Method in interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
Returns an InputStream for a resource name.
getInputStream(String, String) - Method in class com.realtime.crossfire.jxclient.sound.AudioFileLoader
Returns an input stream for an audio file.
getInt(SettingsEntry<Integer>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the integer associated with the specified key at a node or defaultValue if there is no association for this key.
getInt1(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a 1 byte integer from a ByteBuffer at it's current position.
getInt2(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a 2 byte integer from a ByteBuffer at it's current position.
getInt4(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a 4 byte integer from a ByteBuffer at it's current position.
getInt8(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes an 8 byte integer from a ByteBuffer at it's current position.
getInventoryByTag(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the inventory of an item.
getInventoryItem(int, int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns a CfItem from the inventory of an item.
getItem() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns the current item instance.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
Returns the CfItem in a given slot.
getItem(int) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.KnowledgeView
 
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.QuestsView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.SpellSkillView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.SpellsView
Returns the CfItem in a given slot.
getItemByTag(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns an item by tag.
getItemOrPlayer(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns an item by tag.
getItemsByLocation(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns a list of items in a given location.
getItemSet() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getItemsManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getKey() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
Returns the key in the settings file.
getKeyBindingAsKeyChar(char) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Finds a key binding associated to a key character.
getKeyBindingAsKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Finds a key binding associated to a key code/modifiers pair.
getKeyBindings() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the key bindings instance for this gui.
getKeyBindings(boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Returns the active key bindings.
getKeybindingsFile(CharSequence, CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the keybindings file.
getKeyChar() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Returns the key character to match.
getKeyChar() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns the key as a char.
getKeyCode(String) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Returns the key code for a key name.
getKeyCode() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns the key code.
getKeyEvent2() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Returns the key to match.
getKeyName(int) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Returns the key name for a key code.
getKnowledge(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
Returns a KnowledgeItem instance by index.
getKnowledgeCount() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
getKnowledgeIndex() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the tag ID.
getKnowledgeManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getKnowledgeTitle() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the description.
getLastCount() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns the number of merged lines.
getLastSegment() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Returns the last segment.
getLayer() - Method in class com.realtime.crossfire.jxclient.map.Location
Returns the layer.
getLevel() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's level.
getLevel() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns the skill level.
getLevel() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell level.
getLine(int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns one Line by line index.
getListCellRendererComponent(JList<? extends String>, String, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Returns a Component that displays the value.
getListCellRendererComponent(JList<? extends T>, T, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Returns a Component that displays the value.
getListCellRendererComponent(JList<? extends String>, String, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Returns a Component that displays the value.
getListCellRendererComponent(JList<? extends GUICharacter>, GUICharacter, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
getListCellRendererComponent(JList<? extends T>, T, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.ItemItemCellRenderer
getListCellRendererComponent(JList<? extends GUIMetaElement>, GUIMetaElement, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.MetaElementCellRenderer
getListeners(int) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
Returns an array of all the listeners.
getListeners(int) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
Returns all the listeners by index.
getLocation() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the location.
getLocationListeners(int) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
 
getLocationListeners(int) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
 
getLoginAccountSettingsEntry(String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default account name on a server.
getLoginAccountSettingsEntry(String, String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default character name on an account.
getLong(SettingsEntry<Long>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the long associated with the specified key at a node or defaultValue if there is no association for this key.
getMagicMapImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the image cache directory for magic map sized images.
getMagicMapImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the "magic map" face for a face ID.
getMagicMapImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
Returns the ImageIcon scaled for the magic map view.
getMagicMapImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the "magic map" face for a face ID.
getMainInterface() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the main window.
getMainInterface() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the main window.
getMana() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the mana needed to cast the spell.
getMap() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's map.
getMap() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Returns the current map instance.
getMapBase() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's map base.
getMapHeight() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the map height in squares.
getMapHeight() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Returns the height of the visible map area.
getMapPatch(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Checks if a given position is within the defined map area.
getMapSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the map size in squares.
getMapSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns a map square.
getMapSquareUnlessDirty(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns a map square.
getMapWidth() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the map width in squares.
getMapWidth() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Returns the width of the visible map area.
getMax() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the maximum value.
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
getMaxResolution() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the maximal resolution of this skin.
getMaxResolution() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the maximal resolution of this skin.
getMaxValue() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the maximum stat value.
getMaxWindowDimension(Insets) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the maximum dimension of a frame to fit on the screen.
getMessage() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the description.
getMessageLogFile(String) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the log file for text message logging.
getMetaInterface() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the server selection window.
getMetaInterface() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the server selection window.
getMetaserverCacheFile() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the metaserver cache file.
getMetaserverEntry() - Method in class com.realtime.crossfire.jxclient.metaserver.Info
Returns the metaserver entry.
getMetaserverEntryListeners(int) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Returns the metaserver entry listeners for one entry index.
getMin() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the minimum value.
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Returns the minimal size needed to display this item.
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns the minimal size to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Returns the minimal size needed to display both icon and text.
getMinResolution() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the minimal resolution of this skin.
getMinResolution() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the minimal resolution of this skin.
getMinValue() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the minimum stat value.
getModifiers() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns the modifiers.
getMsg() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the long description.
getName() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's name.
getName() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the human readable race name.
getName() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
Returns the proper name.
getName() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Returns the internal name of this gui element.
getName() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Returns the internal name of this gui element.
getName() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the name.
getName() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell name.
getNamedSkill(String, int) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Returns the skill instance for a given skill name.
getNewCharacterInformation() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
Returns the NewCharacterInformation for creating new characters.
getNewCharInfo() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns the NewCharInfo instance for character creation.
getNrOf() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the number of objects in this item stack.
getNumberOfItemsByLocation(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the number of items in a given location.
getNumLookObjects() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
Returns the preferred number of objects to display.
getNumLookObjects() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the number of ground view objects to request from the server.
getOffset() - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the number of non-inventory items to be displayed on the floor.
getOffsetX() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the x offset for drawing the square at coordinate 0 of the map.
getOffsetX() - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the offset to convert an absolute x-coordinate of a map square (CfMapSquare.getX() to a relative x-coordinate.
getOffsetY() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the y offset for drawing the square at coordinate 0 of the map.
getOffsetY() - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the offset to convert an absolute y-coordinate of a map square (CfMapSquare.getY() to a relative y-coordinate.
getOpenContainer() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the currently opened container.
getOpenDialogs() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns all open dialogs in reverse painting order; the first element is the top-most dialog.
getOption() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Returns the Option instance.
getOriginalImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the image cache directory.
getOriginalImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the "original" face for a face ID.
getOriginalImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
Returns the ImageIcon as sent by the Crossfire server.
getOriginalImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the "original" face for a face ID.
getParty() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's party.
getPath() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell path.
getPercentsToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Returns the experience fraction of the current level.
getPercentsToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Returns the experience fraction of the current level in percents.
getPickupMode() - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
Returns the pickup mode.
getPickupSettingsEntry(String, String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default pickup mode of a character.
getPlayer() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the player object this client controls.
getPlayerInventory() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the player's inventory.
getPlayers() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the number of players.
getPlayerSettingsEntry(String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default character name on a server.
getPlayerX() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the x offset of the tile representing the player.
getPlayerY() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the y offset of the tile representing the player.
getPoints() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the number of points the character has to spend.
getPort() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Returns the currently connected port.
getPreferredMapHeight() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Returns the minimal map height in squares needed to fill the map area.
getPreferredMapWidth() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Returns the minimal map width in squares needed to fill the map area.
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Returns the preferred size.
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
getPrev() - Method in class com.realtime.crossfire.jxclient.skin.io.Args
Returns the current argument.
getQuest(int) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Returns a Quest instance by index.
getQuests() - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Returns the number of current quests.
getQuestsManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getRace() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's race.
getRaceInfo(String) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns a ClassRaceInfo by race name.
getRaceList() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns all defined races available for character creation.
getRange() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the current content of the range stat.
getRepeatCount() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Returns the current repeat count and reset it to zero.
getResolution() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the resolution.
getResource(String) - Method in class com.realtime.crossfire.jxclient.sound.AudioFileLoader
Returns an input stream for an audio file.
getScaledData() - Method in class com.realtime.crossfire.jxclient.faces.RawScale2x
Gets the scale image data.
getScaledData() - Method in class com.realtime.crossfire.jxclient.faces.RawScale8d
Returns the scale image data.
getScaledImage() - Method in class com.realtime.crossfire.jxclient.faces.ImageScale2x
Retrieves the scaled image.
getScaledImage() - Method in class com.realtime.crossfire.jxclient.faces.ImageScale8d
Returns the scaled image.
getScaledImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the image cache directory for double size images.
getScaledImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the "scaled" face for a face ID.
getScaledImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
Returns the ImageIcon scaled for the map view.
getScaledImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the "scaled" face for a face ID.
getScriptByScriptId(int) - Method in class com.realtime.crossfire.jxclient.scripts.ScriptManager
Returns all running scripts matching a given script ID.
getScriptId() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Returns the script ID identifying this script instance.
getScriptId() - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Returns the script ID identifying this script instance.
getScripts(String) - Method in class com.realtime.crossfire.jxclient.scripts.ScriptManager
Returns all running scripts matching a given (partial) name or a script ID.
getScriptsByName(CharSequence) - Method in class com.realtime.crossfire.jxclient.scripts.ScriptManager
Returns all running scripts matching a given (partial) name.
getScrollPos() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns the location of the view area in pixels.
getScrollPos() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns the location of the view area in pixels.
getSelectedItem() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Returns the selected GUIItemItem instance.
getSelectedObject() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns the selected list object.
getServer() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the Crossfire server to connect to.
getServerIndex(String) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Returns the index of an entry by server name.
getSettingsFile() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the main settings file.
getSettingsFile(String) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns a file within the settings directory.
getShortcut(int) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Returns a shortcut.
getShortcutsFile(CharSequence, CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the shortcuts file.
getSize() - Method in interface com.realtime.crossfire.jxclient.faces.FacesProvider
Returns the size of faces in pixels.
getSize() - Method in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
Returns the size of faces in pixels.
getSize() - Method in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
Returns the size of faces in pixels.
getSize() - Method in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
Returns the size of faces in pixels.
getSize(Fonts, FontRenderContext) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Returns the size of this segment in pixels.
getSize(Fonts, FontRenderContext) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Returns the size of this segment in pixels.
getSize() - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the number of items.
getSize() - Method in class com.realtime.crossfire.jxclient.items.InventoryView
Returns the number of items.
getSize() - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Returns the number of items.
getSize() - Method in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
getSize() - Method in class com.realtime.crossfire.jxclient.items.KnowledgeView
 
getSize() - Method in class com.realtime.crossfire.jxclient.items.QuestsView
Returns the number of items.
getSize() - Method in class com.realtime.crossfire.jxclient.items.SpellSkillView
Returns the number of items.
getSize() - Method in class com.realtime.crossfire.jxclient.items.SpellsView
Returns the number of items.
getSkill(int) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Returns the given skill as a Skill object.
getSkill() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell's skill.
getSkillId(String) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Get a skill identifier from the skill name.
getSkillSet() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getSkin() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the skin name.
getSkinName() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns a short name for the skin.
getSkinName() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns a short name for the skin.
getSliderHeightPixels() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Returns the height of the slider in pixels.
getSliderPos(int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Returns the current slider position in slider-coordinates.
getSliderPosPixels(int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Returns the y-coordinate of the slider.
getSmooth(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the smooth value of one square.
getSmooth(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the smooth value of one square.
getSmooth(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the smooth value of this square.
getSmoothFace(int) - Method in class com.realtime.crossfire.jxclient.faces.SmoothFaces
Returns the smoothing face associated with a given face.
getSmoothFaces() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getSourcePixel(int, int) - Method in class com.realtime.crossfire.jxclient.faces.RawScale2x
Gets a pixel from the source image.
getSourcePixel(int, int) - Method in class com.realtime.crossfire.jxclient.faces.RawScale8d
Gets a pixel from the source image.
getSpell() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Returns the spell to cast.
getSpell(String) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns a Spell instance by spell name.
getSpell(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns a Spell instance by index.
getSpells() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns the number of known spells.
getSpellSkill(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns the specified spell skill.
getSpellSkills() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns the number of spell skills.
getSpellsManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Returns one map square.
getSrc(int) - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Returns a mapping.
getStartingMaps() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns all defined StartingMap entries available for character creation.
getStartInterface() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the start window.
getStartInterface() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the start window.
getStat(int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the numerical value of the given statistic.
getStatAdjustment(int) - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns a stat adjustment.
getStatNames() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the stat names to spend on.
getStatNames(int) - Static method in class com.realtime.crossfire.jxclient.scripts.StatUtils
Returns the stat name for a stat value.
getStats() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getString(ByteBuffer, int) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a string from a ByteBuffer at it's current position.
getString(SettingsEntry<?>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the string associated with the specified key at a node, or defaultValue if there is no association for this key.
getStringDelimiter(ByteBuffer, char) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a string from a ByteBuffer at it's current position.
getSyncObject() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns the object to synchronize on when calling Buffer.iterator() or Buffer.listIterator(int).
getTag() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the tag.
getTag() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the tag ID.
getText() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Returns the text.
getText() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Returns the label text.
getText() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Returns the text to display.
getText() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Returns the entered text.
getTextColor() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Returns the text color.
getTextColor() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
Returns the text color.
getTextDimension(String, FontMetrics) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns the extents of a string when rendered in a given Font on this component.
getTextFont() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Returns the font.
getTextSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
Returns the minimal size of this component to display all of GUIMultiLineLabel.lines.
getTileHeight() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the face height in tiles.
getTileSize() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the size of a tile in the map view.
getTileWidth() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the face width in tiles.
getTimestamp() - Method in class com.realtime.crossfire.jxclient.metaserver.Info
Returns the timestamp.
getTitle() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Get the quest's title.
getTitle() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the current title.
getTooltipLabel() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the AbstractLabel that is used to display tooltips.
getTooltipLabel() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the AbstractLabel that is used to display tooltips.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns a description suitable for a tooltip text.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns a description for this spell to be used in tooltips.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Returns a description for this spell to be used in tooltips.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Returns the tooltip text to explain this option.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Returns the current tooltip text.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Returns the current tooltip text.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Returns the current tooltip text.
getTooltipText() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns a description for this spell to be used in tooltips.
getTooltipText1() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the first line of the tooltip text.
getTooltipText2() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the second line of the tooltip text.
getTooltipText3() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the third line of the tooltip text.
getTopIndex() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns the index of the first line to display.
getTopIndex() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns the first line to render.
getTopOffset() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns the number of pixels to shift the first displayed line.
getTopOffset() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns the number of pixels to shift the first displayed line.
getTotalHeight() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns the total height of all lines.
getType() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the type.
getType() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the knowledge's type.
getTypeFace(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
getTypeName(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
getTypes() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
getUnreferencedElement(String, Collection<GUIElement>) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Returns an unreferenced GUI element by name.
getUpdateSeconds() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the time since last update in seconds.
getUptimeSeconds() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's uptime in seconds.
getURI(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
Returns a description of the location of a resource name.
getURI(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
Returns a description of the location of a resource name.
getURI(String) - Method in interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
Returns a description of the location of a resource name.
getValue() - Method in class com.realtime.crossfire.jxclient.settings.Entry
Returns the value.
getVersion() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server version.
getW() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the width of the highlighted part of the image.
getW() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns the width of the highlighted part of the image.
getW(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
Returns the width.
getW() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Returns the width of the associated gui element.
getWeaponSpeed() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the weapon speed stat.
getWeight() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the weight.
getWidth() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the total width of the image.
getWidth() - Method in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
Returns the width to display the segment.
getWidth() - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns the width in pixels.
getWindowHeight() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the height of the client area.
getWindowWidth() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the width of the client area.
getX() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the x-coordinate of the highlighted part of the image.
getX() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns the x-coordinate of the highlighted part of the image.
getX(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
Returns the x coordinate.
getX() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Returns the x coordinate of the associated gui element.
getX() - Method in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
Returns the x-coordinate to display the segment.
getX() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the absolute map x-coordinate of this square.
getX() - Method in class com.realtime.crossfire.jxclient.map.Location
Returns the x-coordinate.
getY() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the y-coordinate of the highlighted part of the image.
getY() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns the y-coordinate of the highlighted part of the image.
getY(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
Returns the y coordinate.
getY() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Returns the y coordinate of the associated gui element.
getY() - Method in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
Returns the y-coordinate to display the segment.
getY() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the absolute map y-coordinate of this square.
getY() - Method in class com.realtime.crossfire.jxclient.map.Location
Returns the y-coordinate.
glove - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: gloves.
grace - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The grace needed to cast the spell.
graphicsDevice - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The used GraphicsDevice.
graphicsEnvironment - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The used GraphicsEnvironment.
Gui - Class in com.realtime.crossfire.jxclient.gui.gui
Combines a list of GUIElements to for a gui.
Gui(KeyBindings) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Gui
Creates a new instance.
guiAutoCloseListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
If set, the auto-close listener to notify if this dialog looses the active gui element.
GuiAutoCloseListener - Interface in com.realtime.crossfire.jxclient.gui.gui
Interface for clients interested in auto-close events of Gui instances.
GUIButton - Class in com.realtime.crossfire.jxclient.gui.button
A GUIElement that implements a button.
GUIButton(TooltipManager, GUIElementListener, String, BufferedImage, BufferedImage, String, Font, Color, int, int, boolean, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.button.GUIButton
Creates a new instance.
GUICharacter - Class in com.realtime.crossfire.jxclient.gui.list
A character displaying GUI element.
GUICharacter(TooltipManager, FacesManager, GUIElementListener, String, int, int, Font, int, CharacterModel) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Creates a new instance.
GUICharacterList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList display characters of an account.
GUICharacterList(TooltipManager, FacesManager, GUIElementListener, String, int, int, Font, CharacterModel) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Creates a new instance.
GUICheckBox - Class in com.realtime.crossfire.jxclient.gui.misc
A check box gui element.
GUICheckBox(TooltipManager, GUIElementListener, String, BufferedImage, BufferedImage, Font, Color, CheckBoxOption, String) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Creates a new instance.
GUIClassesComboBox - Class in com.realtime.crossfire.jxclient.gui.combobox
A GUIComboBox that shows available classes for character creation.
GUIClassesComboBox(TooltipManager, GUIElementListener, String, Model, GUILabelLog) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Creates a new instance.
GUIComboBox<T> - Class in com.realtime.crossfire.jxclient.gui.combobox
A GUIElement that displays a combo box.
GUIComboBox(TooltipManager, GUIElementListener, String, GUILabelLog) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Creates a new instance.
GUICommand - Interface in com.realtime.crossfire.jxclient.gui.commandlist
An executable command.
GUICommand2 - Interface in com.realtime.crossfire.jxclient.gui.commandlist
A GUICommand that has a string representation.
guiCommandFactory - Variable in class com.realtime.crossfire.jxclient.commands.BindCommand
The GUICommandFactory for creating commands.
GUICommandFactory - Interface in com.realtime.crossfire.jxclient.gui.commandlist
Factory for creating GUICommand instances from string representation.
guiCommandFactory - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
The GUICommandFactory for creating commands.
guiCommandFactory - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
The GUICommandFactory for creating commands.
guiCommandFactory - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The GUICommandFactory for creating commands.
guiCommandFactory - Variable in class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
The GUICommandFactory for creating commands.
GUICommandFactoryImpl - Class in com.realtime.crossfire.jxclient.gui.textinput
Factory for creating GUICommand instances from string representation.
GUICommandFactoryImpl(CommandCallback, CommandExecutor, Macros) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Creates a new instance.
GUICommandText - Class in com.realtime.crossfire.jxclient.gui.textinput
A GUIText element that executes the entered text as a command.
GUICommandText(CommandCallback, CommandHistory, TooltipManager, GUIElementListener, String, Image, Image, Font, Color, Color, int, String, CommandExecutor) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
Creates a new instance.
GUIDialogBackground - Class in com.realtime.crossfire.jxclient.gui.misc
A background image for dialog windows.
GUIDialogBackground(TooltipManager, GUIElementListener, String, float, Image, Image, Image, Image, Image, Image, Image, Image, Image) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
Creates a new instance.
GUIDialogTitle - Class in com.realtime.crossfire.jxclient.gui.misc
A dialog title that allows to move the dialog.
GUIDialogTitle(TooltipManager, JXCWindowRenderer, GUIElementListener, String, Font, Color, Color, String) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
Creates a new instance.
GUIDupGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
Displays a value as a graphical gauge that's filling state depends on the value.
GUIDupGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Orientation, Orientation, String, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Creates a new instance.
GUIDupTextGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
A GUIDupGauge which displays the current value as a text string on top of the gauge.
GUIDupTextGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Orientation, Orientation, String, Color, Font, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
Creates a new instance.
GUIElement - Interface in com.realtime.crossfire.jxclient.gui.gui
Interface defining an abstract GUI element.
GUIElementChangedListener - Interface in com.realtime.crossfire.jxclient.gui.gui
Interface for listeners interested in the changed flag of GUIElement instances.
GUIElementListener - Interface in com.realtime.crossfire.jxclient.gui.gui
Listener for GUIElement related events.
GuiElementParser - Class in com.realtime.crossfire.jxclient.skin.io
Creates gui element instances from string representations.
GuiElementParser(JXCSkinCache<AbstractGUIElement>) - Constructor for class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
Creates a new instance.
guiElementParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The GuiElementParser for parsing gui element specifications.
guiElements - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All GUI elements.
guiFactory - Variable in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
The GuiFactory for creating new Gui instances.
GuiFactory - Class in com.realtime.crossfire.jxclient.skin.skin
Factory for creating Gui instances.
GuiFactory(GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
Creates a new instance.
guiFactory - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The GuiFactory for creating Gui instances.
GUIFill - Class in com.realtime.crossfire.jxclient.gui.misc
A GUIElement that fills an area with a given color.
GUIFill(TooltipManager, GUIElementListener, String, Color, float) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIFill
Creates a new instance.
GUIFloorList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIItemList for floor views.
GUIFloorList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, CommandQueue, ItemPainter, CrossfireServerConnection, FacesManager, ItemSet, Image, Image) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
Creates a new instance.
GUIGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
Displays a value as a graphical gauge that's filling state depends on the value.
GUIGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Orientation, String, float, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Creates a new instance.
GUIGaugeListener - Interface in com.realtime.crossfire.jxclient.gui.gauge
Interface which is implemented by all listener classes.
GUIHTMLLabel - Class in com.realtime.crossfire.jxclient.gui.label
Implements an AbstractLabel that displays HTML contents.
GUIHTMLLabel(TooltipManager, GUIElementListener, String, BufferedImage, Font, Color, Color, String) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
Creates a new instance.
GUIInventoryList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIItemList for inventory views.
GUIInventoryList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, CommandQueue, ItemPainter, CrossfireServerConnection, FacesManager, FloorView) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
Creates a new instance.
GUIItem - Class in com.realtime.crossfire.jxclient.gui.item
A GUIElement representing an in-game object.
GUIItem(TooltipManager, GUIElementListener, String) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItem
Creates a new instance.
GUIItemFloor - Class in com.realtime.crossfire.jxclient.gui.item
A GUIElement representing an in-game object in the ground view.
GUIItemFloor(TooltipManager, GUIElementListener, CommandQueue, String, ItemPainter, int, CrossfireServerConnection, ItemView, ItemSet, FacesManager, Image, Image, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Creates a new instance.
GUIItemInventory - Class in com.realtime.crossfire.jxclient.gui.item
A GUIItem for displaying inventory objects.
GUIItemInventory(TooltipManager, GUIElementListener, CommandQueue, String, ItemPainter, int, CrossfireServerConnection, FacesManager, FloorView, ItemView, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Creates a new instance.
GUIItemItem - Class in com.realtime.crossfire.jxclient.gui.item
A GUIElement instance representing an in-game item.
GUIItemItem(TooltipManager, GUIElementListener, String, ItemPainter, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Creates a new instance.
GUIItemKnowledge - Class in com.realtime.crossfire.jxclient.gui.item
 
GUIItemKnowledge(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, KnowledgeManager, ItemView, CommandQueue, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Creates a new instance.
GUIItemKnowledgeType - Class in com.realtime.crossfire.jxclient.gui.item
 
GUIItemKnowledgeType(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, KnowledgeManager, ItemView, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Creates a new instance.
GUIItemList<T extends GUIItemItem> - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList instance that displays GUIItemItem instances.
GUIItemList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, GUIItemItem) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Creates a new instance.
GUIItemQuest - Class in com.realtime.crossfire.jxclient.gui.item
A GUIItemItem that represents an entry in a GUIQuestList.
GUIItemQuest(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, QuestsManager, ItemView, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Creates a new instance.
GUIItemShortcut - Class in com.realtime.crossfire.jxclient.gui.item
Displays a shortcut command.
GUIItemShortcut(TooltipManager, GUIElementListener, String, Color, Image, Color, Image, int, FacesManager, Shortcuts, Font, CurrentSpellManager) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Creates a new instance.
GUIItemSpell - Class in com.realtime.crossfire.jxclient.gui.item
A GUIItemItem that represents an entry in a GUISpellList.
GUIItemSpell(TooltipManager, GUIElementListener, CommandQueue, String, ItemPainter, int, FacesManager, SpellsManager, CurrentSpellManager, ItemView, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Creates a new instance.
GUIItemSpellSkill - Class in com.realtime.crossfire.jxclient.gui.item
 
GUIItemSpellSkill(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, SpellsManager, ItemView, FaceImages, int) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Creates a new instance.
GUIKnowledgeList - Class in com.realtime.crossfire.jxclient.gui.list
 
GUIKnowledgeList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, ItemPainter, FacesManager, KnowledgeManager, CommandQueue) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
Creates a new instance.
GUIKnowledgeTypeList - Class in com.realtime.crossfire.jxclient.gui.list
 
GUIKnowledgeTypeList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, KnowledgeManager, ItemPainter, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
Creates a new instance.
GUILabel - Class in com.realtime.crossfire.jxclient.gui.label
Abstract base class for labels that render text.
GUILabel(TooltipManager, GUIElementListener, String, BufferedImage, String, Font, Color, Color, Alignment) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabel
Creates a new instance.
GUILabelFailure - Class in com.realtime.crossfire.jxclient.gui.label
A GUIHTMLLabel that displays the last received "failure" message.
GUILabelFailure(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Font, Color, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
Creates a new instance.
GUILabelLog - Class in com.realtime.crossfire.jxclient.gui.log
A gui element implementing a static text field which may contain media tags.
GUILabelLog(TooltipManager, GUIElementListener, String, Image, Fonts, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
Creates a new instance.
GUILabelMessage - Class in com.realtime.crossfire.jxclient.gui.misc
A GUIHTMLLabel that displays the last received "drawinfo" message.
GUILabelMessage(TooltipManager, GUIElementListener, String, CrossfireServerConnection, JXCWindowRenderer, Font, Color, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
Creates a new instance.
GUILabelQuery - Class in com.realtime.crossfire.jxclient.gui.label
A GUIHTMLLabel that displays the last received "query" command.
GUILabelQuery(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Font, Color, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
Creates a new instance.
GUILabelStats - Class in com.realtime.crossfire.jxclient.gui.label
A GUILabel that displays a value of the last received "stats" command.
GUILabelStats(TooltipManager, GUIElementListener, String, Font, Color, Color, int, Alignment, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
Creates a new instance.
GUILabelStats2 - Class in com.realtime.crossfire.jxclient.gui.label
A GUILabel that displays a value of the last received "stats" command.
GUILabelStats2(TooltipManager, GUIElementListener, String, Font, Color, Color, Color, Color, Color, Color, int, int, int, int, Alignment, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
Creates a new instance.
GUIList<T extends GUIElement> - Class in com.realtime.crossfire.jxclient.gui.list
A GUIElement that displays a list of entries.
GUIList(TooltipManager, GUIElementListener, String, int, int, GUIListCellRenderer<T>, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIList
Creates a new instance.
GUIListCellRenderer<T> - Interface in com.realtime.crossfire.jxclient.gui.list
A ListCellRenderer that implements resizing after screen resolution changes.
GUIListViewport - Class in com.realtime.crossfire.jxclient.gui.list
A JViewport that allows updating the viewport state.
GUIListViewport() - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIListViewport
 
GUILog - Class in com.realtime.crossfire.jxclient.gui.log
Abstract base class for gui elements implementing text fields.
GUILog(TooltipManager, GUIElementListener, String, Image, Fonts) - Constructor for class com.realtime.crossfire.jxclient.gui.log.GUILog
Creates a new instance.
guiManager - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The GuiManager instance.
guiManager - Variable in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
The GuiManager to forward to.
guiManager - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The GuiManager for controlling the main GUI state.
guiManager - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The GuiManager to use.
guiManager - Variable in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
The GuiManager to add dialogs to.
GuiManager - Class in com.realtime.crossfire.jxclient.window
Maintains the application's main GUI state.
GuiManager(GuiStateManager, TooltipManagerImpl, Settings, CrossfireServerConnection, JXCWindowRenderer, GuiFactory, KeybindingsManager, JXCConnection) - Constructor for class com.realtime.crossfire.jxclient.window.GuiManager
Creates a new instance.
GuiManager.EscAction - Enum in com.realtime.crossfire.jxclient.window
Action after ESC has been pressed.
GuiManagerCommandCallback - Class in com.realtime.crossfire.jxclient.main
A CommandCallback that delegates to a GuiManager.
GuiManagerCommandCallback(Exiter, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Creates a new instance.
GUIMap - Class in com.realtime.crossfire.jxclient.gui.map
Display the map view.
GUIMap(boolean, TooltipManager, GUIElementListener, String, MapUpdaterState, FacesProvider, CrossfireServerConnection, SmoothFaces, DarknessColors) - Constructor for class com.realtime.crossfire.jxclient.gui.map.GUIMap
Creates a new instance.
GUIMessageLog - Class in com.realtime.crossfire.jxclient.gui.log
A gui element implementing the message window.
GUIMessageLog(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Image, Fonts, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
Creates a new instance.
GUIMetaElement - Class in com.realtime.crossfire.jxclient.gui.list
Display a Crossfire server entry.
GUIMetaElement(TooltipManager, GUIElementListener, MetaserverModel, String, Image, Font, int, String, String) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Creates a new instance.
GUIMetaElementList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList that tracks a Metaserver instance.
GUIMetaElementList(TooltipManager, GUIElementListener, String, int, int, MetaserverModel, Image, Font, String, String, GUIText, AbstractLabel, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Creates a new instance.
GUIMiniMap - Class in com.realtime.crossfire.jxclient.gui.map
Displays a small map view.
GUIMiniMap(boolean, TooltipManager, GUIElementListener, String, MapUpdaterState, FacesProvider, DarknessColors, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
Creates a new instance.
GUIMultiLineLabel - Class in com.realtime.crossfire.jxclient.gui.label
A AbstractLabel that renders the text as a list of plain strings.
GUIMultiLineLabel(TooltipManager, GUIElementListener, String, BufferedImage, Font, Color, Color, Alignment, String) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
Creates a new instance.
GUIOneLineLabel - Class in com.realtime.crossfire.jxclient.gui.label
A AbstractLabel that renders the text as a plain string.
GUIOneLineLabel(TooltipManager, GUIElementListener, String, BufferedImage, Font, Color, Color, Alignment, String) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
Creates a new instance.
GUIPicture - Class in com.realtime.crossfire.jxclient.gui.misc
A AbstractGUIElement that displays a picture.
GUIPicture(TooltipManager, GUIElementListener, String, BufferedImage, float, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
Creates a new instance.
GUIQueryText - Class in com.realtime.crossfire.jxclient.gui.textinput
Input field for "query" dialogs.
GUIQueryText(CrossfireServerConnection, CommandHistory, CommandCallback, TooltipManager, GUIElementListener, String, Image, Image, Font, Color, Color, int, String) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
Creates a new instance.
GUIQuestList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList to display quests.
GUIQuestList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, QuestsManager, ItemPainter, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
Creates a new instance.
GUIRacesComboBox - Class in com.realtime.crossfire.jxclient.gui.combobox
A GUIComboBox that shows available races for character creation.
GUIRacesComboBox(TooltipManager, GUIElementListener, String, Model, GUILabelLog) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Creates a new instance.
GUIScrollable - Interface in com.realtime.crossfire.jxclient.gui.scrollable
Interface for GUIElements that support scrolling.
GUIScrollable2 - Interface in com.realtime.crossfire.jxclient.gui.scrollable
A GUIScrollable that can be attached to GUIScrollBars.
GUIScrollBar - Class in com.realtime.crossfire.jxclient.gui.misc
A scroll bar gui element.
GUIScrollBar(TooltipManager, GUIElementListener, String, boolean, GUIScrollable2, Color, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Creates a new instance.
GUISelectable - Interface in com.realtime.crossfire.jxclient.gui.button
A GUIElement that can be selected.
GUISpellLabel - Class in com.realtime.crossfire.jxclient.gui.label
A GUIHTMLLabel that displays the currently selected spell.
GUISpellLabel(TooltipManager, GUIElementListener, String, BufferedImage, FacesManager, Font, Type, CurrentSpellManager) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
Creates a new instance.
GUISpellList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList to display spells.
GUISpellList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, SpellsManager, KeybindingsManager, CommandQueue, ItemPainter, FacesManager, CurrentSpellManager) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUISpellList
Creates a new instance.
GUISpellSkillList - Class in com.realtime.crossfire.jxclient.gui.list
A GUIItemList displaying spell skills.
GUISpellSkillList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, SpellsManager, ItemPainter, FacesManager, FaceImages) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
Creates a new instance.
GuiState - Enum in com.realtime.crossfire.jxclient.guistate
Possible gui states.
GuiState() - Constructor for enum com.realtime.crossfire.jxclient.guistate.GuiState
 
guiState - Variable in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
The current GUI state.
guiStateChanged(RendererGuiState) - Method in interface com.realtime.crossfire.jxclient.gui.gui.RendererGuiStateListener
The gui state has changed.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.animations.Animations
The GuiStateListener for detecting established or dropped connections.
GuiStateListener - Interface in com.realtime.crossfire.jxclient.guistate
Interface for listeners interested gui state changes.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.items.ItemsManager
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.main.FacesTracker
The GuiStateListener to track connections to servers.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.main.OutputCountTracker
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.main.PlayerNameTracker
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.mapupdater.CfMapUpdater
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.quests.QuestsManager
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.skills.SkillSet
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
guiStateListener - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The GuiStateListener for detecting established or dropped connections.
guiStateListener - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The GuiStateListener for detecting established or dropped connections.
guiStateListeners - Variable in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
The connection state listeners to notify.
guiStateManager - Variable in class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
The GuiStateManager instance.
guiStateManager - Variable in class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
The GuiStateManager instance.
guiStateManager - Variable in class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
The GuiStateManager to affect.
guiStateManager - Variable in class com.realtime.crossfire.jxclient.gui.commands.StartCommand
The GuiStateManager to affect.
GuiStateManager - Class in com.realtime.crossfire.jxclient.guistate
Maintains the current GuiState.
GuiStateManager() - Constructor for class com.realtime.crossfire.jxclient.guistate.GuiStateManager
 
guiStateManager - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The GuiStateManager instance.
guiStateManager - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The GuiStateManager instance.
guiStateManager - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
guiStateManager - Variable in class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
The GuiStateManager to watch.
GUIText - Class in com.realtime.crossfire.jxclient.gui.textinput
Abstract base class for text input fields.
GUIText(CommandCallback, CommandHistory, TooltipManager, GUIElementListener, String, Image, Image, Font, Color, Color, int, String) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Creates a new instance.
GUITextButton - Class in com.realtime.crossfire.jxclient.gui.button
A GUIElement that implements a button.
GUITextButton(TooltipManager, GUIElementListener, String, ButtonImages, ButtonImages, String, Font, Color, Color, boolean, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Creates a new instance.
GUITextField - Class in com.realtime.crossfire.jxclient.gui.textinput
A text input field which executes a CommandList when ENTER is pressed.
GUITextField(CommandCallback, CommandHistory, TooltipManager, GUIElementListener, String, Image, Image, Font, Color, Color, int, String, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
Creates a new instance.
GUITextGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
A GUIGauge which displays the current value as a text string on top of the gauge.
GUITextGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Orientation, String, Color, Font, float, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
Creates a new instance.
GuiUtils - Class in com.realtime.crossfire.jxclient.gui.gui
Utility class for Gui related functions.
GuiUtils() - Constructor for class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Private constructor to prevent instantiation.

H

h - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The height of the highlighted part of the image.
h - Variable in class com.realtime.crossfire.jxclient.gui.gui.Extent
The height.
h - Variable in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
The height of the associated gui element.
handleEndTag(HTML.Tag, int) - Method in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
handleKeyPress(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Dispatches a key press KeyEvent.
handleKeyPress(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Executes a "key press" event.
handleKeyPress(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Processes a key pressed event.
handleKeyPress(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Dispatches a key press KeyEvent.
handleKeyPress(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Handles a "key pressed" event.
handleKeyRelease(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Handles a "key released" event.
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
handleText(char[], int) - Method in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
hashCode() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
hashCode() - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
hashCode() - Method in class com.realtime.crossfire.jxclient.faces.Face
hashCode() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
hashCode() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
hashCode() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
hashCode() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
hashCode() - Method in class com.realtime.crossfire.jxclient.map.Location
hashCode() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
hashCode() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
hashCode() - Method in class com.realtime.crossfire.jxclient.util.Resolution
HashedEventListenerList<T extends java.util.EventListener> - Class in com.realtime.crossfire.jxclient.util
 
HashedEventListenerList() - Constructor for class com.realtime.crossfire.jxclient.util.HashedEventListenerList
 
hasMore() - Method in class com.realtime.crossfire.jxclient.skin.io.Args
Returns whether more arguments exist.
hasNegativeImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Whether the gauge can display negative images.
hasNext() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.OpenDialogsIterator
 
hasScripts() - Method in class com.realtime.crossfire.jxclient.scripts.ScriptManager
Returns whether at least one script is running.
hasTooltipText() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Returns whether the tooltip is enabled.
hasTooltipText() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Returns whether the tooltip is enabled.
hasTooltipText(AbstractGUIElement) - Method in interface com.realtime.crossfire.jxclient.gui.gui.TooltipManager
Returns whether the tooltip is enabled.
hasTooltipText(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Returns whether the tooltip is enabled.
heads - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
If this square contains a non-head part of a multi-square object this points to the head square.
height - Variable in class com.realtime.crossfire.jxclient.faces.ImageScale2x
The height of the image.
height - Variable in class com.realtime.crossfire.jxclient.faces.ImageScale8d
The height of the image.
height - Variable in class com.realtime.crossfire.jxclient.faces.RawScale2x
The height of the source image.
height - Variable in class com.realtime.crossfire.jxclient.faces.RawScale8d
The height of the source image.
height - Variable in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
The button height.
height - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The total height of the image.
height - Variable in class com.realtime.crossfire.jxclient.gui.log.Line
The total height of this line.
height - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
The height of the viewable area.
height - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
The map height in squares.
height - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
The height of the visible map area.
HEIGHT - Static variable in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
The identifier evaluating to the height in pixels of the current resolution.
height - Variable in class com.realtime.crossfire.jxclient.util.Resolution
The height in pixel.
heightFactor - Variable in class com.realtime.crossfire.jxclient.gui.gui.Expression
The screen height dependent factor.
heightN - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The width of the north border in pixel.
heightS - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The width of the south border in pixel.
helmet - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: helmets.
HEX_CHARS - Static variable in class com.realtime.crossfire.jxclient.util.HexCodec
Hex characters for values 0-15.
HexCodec - Class in com.realtime.crossfire.jxclient.util
Utility class for en-/decoding hexadecimal strings.
HexCodec() - Constructor for class com.realtime.crossfire.jxclient.util.HexCodec
Private constructor to prevent instantiation.
hexDump(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Returns a hex-dump of a ByteBuffer.
hexDump(byte[], int, int) - Static method in class com.realtime.crossfire.jxclient.util.HexCodec
Returns a hex dump of a part of a byte array.
hexEncode2(StringBuilder, int) - Static method in class com.realtime.crossfire.jxclient.util.HexCodec
Append a given value as a two digits hexadecimal number.
hexEncode4(StringBuilder, int) - Static method in class com.realtime.crossfire.jxclient.util.HexCodec
Append a given value as a four digits hexadecimal number.
hidden - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
If true, the gauge will not paint itself, whatever its visibility.
HIDE_INPUT - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
Query type: hide input being entered.
hideAccountWindows() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Hides all account-related windows.
HideCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which hides a target GUIElement.
HideCommand(Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.HideCommand
Creates a new instance.
hideIfEmpty - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
If true then the gauge should be hidden if all values are 0.
hideInput - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
If set, hide input; else show input.
hideInState(RendererGuiState) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Hides the dialog in a state.
hideInStates - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The gui states that do not show this dialog.
HISTORY_SIZE - Static variable in class com.realtime.crossfire.jxclient.settings.CommandHistory
The maximum number of commands to store.
historyNext() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Activates the next command from the command history.
historyPrev() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Activates the previous command from the command history.
host - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The host to connect to.
hostname - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The hostname input field to update; may be null.
hostname - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The hostname.
hostname - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "hostname" value for the current server entry.
hostname - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The currently connected server.
hostname - Variable in class com.realtime.crossfire.jxclient.window.Logger
The hostname.
hostNameInputField - Variable in class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
The host name input field.
HTML_TAG_MATCHER - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Matches html tags.

I

id - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
Counts the number of calls to FileCacheFaceQueue.reset().
ident - Variable in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
The description of this cache used for creating error messages.
ignore - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Whether this gui element should be ignored for user interaction.
ignoreLevelChange - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Ignore level changes until this time has reached.
image - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
An image to draw before the server description.
image - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The image for drawing list entries.
image - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
The picture to paint.
ImageCache - Interface in com.realtime.crossfire.jxclient.faces
Interface for ImageIcon caching classes.
imageCacheMagicMap - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The image cache used for loading magic map images.
imageCacheOriginal - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The image cache used for loading original images.
imageCacheScaled - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The image cache used for loading scaled images.
imageDown - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The image in selected state.
imageLeft - Variable in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
The left border of the button.
imageMiddle - Variable in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
The background of the middle part of the button.
ImageParser - Class in com.realtime.crossfire.jxclient.skin.io
Creates BufferedImage instances from string representations.
ImageParser(JXCSkinSource) - Constructor for class com.realtime.crossfire.jxclient.skin.io.ImageParser
Creates a new instance.
imageParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The ImageParser for parsing image specifications.
imageRight - Variable in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
The right border of the button.
images - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Maps Color to an image filled with this color with a size of one square.
Images - Class in com.realtime.crossfire.jxclient.util
Utility class for manipulating images.
Images() - Constructor for class com.realtime.crossfire.jxclient.util.Images
Private constructor to prevent instantiation.
ImageScale2x - Class in com.realtime.crossfire.jxclient.faces
A utility to perform the scale2x algorithm on a Java Image.
ImageScale2x(Icon) - Constructor for class com.realtime.crossfire.jxclient.faces.ImageScale2x
Creates a new scaler that will scale the passed image.
ImageScale8d - Class in com.realtime.crossfire.jxclient.faces
A utility to scale down an image by 8 in both dimensions.
ImageScale8d(Icon) - Constructor for class com.realtime.crossfire.jxclient.faces.ImageScale8d
Creates a new instance.
imageUp - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The image in unselected state.
in - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The InputStream of DefaultScriptProcess.process.
inactiveColor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The color for rendering displayed text when the element is inactive.
inactiveImage - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The element's background image when it is inactive.
increase(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Increases the defined area of the map.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The currently shown index.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The inventory slot index.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The currently selected spell or -1 if none is selected.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The currently selected spell or -1 if none is selected.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The currently selected quest or -1 if none is selected.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The shortcut index.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The currently selected spell or -1 if none is selected.
index - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The currently selected spell or -1 if none is selected.
index - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Index of the item to display in GUICharacter.characterModel.
index - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The metaserver index.
index - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
The face index currently shown.
index - Variable in class com.realtime.crossfire.jxclient.skin.io.Args
The current index into Args.args.
IndexedEventListenerList<T extends java.util.EventListener> - Class in com.realtime.crossfire.jxclient.util
 
IndexedEventListenerList() - Constructor for class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
 
Info - Class in com.realtime.crossfire.jxclient.metaserver
An entry in the cache.
Info(MetaserverEntry) - Constructor for class com.realtime.crossfire.jxclient.metaserver.Info
Creates a new instance.
Info(MetaserverEntry, long) - Constructor for class com.realtime.crossfire.jxclient.metaserver.Info
Creates a new instance.
info - Variable in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Maps level to experience needed to reach the level.
INFO_MAP_ARCH_NAME - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Archetype name of a "replyinfo startingmap" entry.
INFO_MAP_DESCRIPTION - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Description of a "replyinfo startingmap" entry.
INFO_MAP_NAME - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Proper name of a "replyinfo startingmap" entry.
informationChanged() - Method in interface com.realtime.crossfire.jxclient.account.CharacterInformationListener
The item changed.
inhibit - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: disable pickup.
inhibitSave() - Method in class com.realtime.crossfire.jxclient.settings.options.Option
Returns whether the option should not be saved.
inhibitSave() - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOption
Returns whether the option should not be saved.
init(Resolution, String, boolean, SkinLoader) - Method in class com.realtime.crossfire.jxclient.main.JXCWindow
Initializes the instance: loads and displays the skin.
initEvents - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All "event init" commands in execution order.
initialPositionSet - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
Whether an initial position has been set.
inputBuf - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The receive buffer.
inputBuffer - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The receive buffer.
inputLen - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
If set to -1, a two-byte packet header is read next from ClientSocket.inputBuffer.
inSection - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Whether response parsing is withing a server entry.
insert(String, T) - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Adds a new element to the cache.
insert(int, int) - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Adds a mapping.
insert(int, int) - Method in class com.realtime.crossfire.jxclient.util.Mapping
Adds a mapping.
insertChar(char) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Inserts a character at the cursor position.
insertGuiElement(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Adds a new GUIElement to this skin.
insertGuiElement(GUIElement) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Adds a new GUIElement to this skin.
insertString(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Inserts a string at the cursor position.
interestOps - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The currently set interest ops for ClientSocket.selectionKey.
InternalHTMLRenderer - Class in com.realtime.crossfire.jxclient.gui.label
 
InternalHTMLRenderer(Font, Color, Graphics, int, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
InvalidKeyBindingException - Exception in com.realtime.crossfire.jxclient.gui.keybindings
Indicates that a key binding is invalid.
InvalidKeyBindingException(String) - Constructor for exception com.realtime.crossfire.jxclient.gui.keybindings.InvalidKeyBindingException
Creates a new instance.
inventoryAdded(int, int, CfItem) - Method in interface com.realtime.crossfire.jxclient.items.ItemListener
An inventory CfItem has been added to the watched item.
InventoryComparator - Class in com.realtime.crossfire.jxclient.items
A Comparator that compares CfItem instances in inventory view order.
InventoryComparator() - Constructor for class com.realtime.crossfire.jxclient.items.InventoryComparator
 
inventoryRemoved(int, int) - Method in interface com.realtime.crossfire.jxclient.items.ItemListener
An inventory item has been removed from the watched item.
inventoryView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The inventory view to watch.
InventoryView - Class in com.realtime.crossfire.jxclient.items
Provides a view of all items in the current player's inventory.
InventoryView(ItemSet, Comparator<CfItem>) - Constructor for class com.realtime.crossfire.jxclient.items.InventoryView
Creates a new instance.
inventoryView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The inventory ItemView to use.
INVOKE - Static variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Command prefix to "invoke" a spell.
invokeAndWait(Runnable) - Static method in class com.realtime.crossfire.jxclient.util.SwingUtilities2
Calls SwingUtilities.invokeAndWait(Runnable) if not on the EDT or calls the Runnable directly if on the EDT.
invokeColor - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The background color for shortcuts that /invoke a spell.
invokeImage - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The overlay image for shortcuts that /invoke a spell.
invokeLater(Runnable) - Static method in class com.realtime.crossfire.jxclient.util.SwingUtilities2
Calls SwingUtilities.invokeLater(Runnable) if not on the EDT or calls the Runnable directly if on the EDT.
isActive() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Returns whether a GUI element is active.
isActive(ActivatableGUIElement) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElementListener
Returns whether an ActivatableGUIElement is active.
isActiveElement(ActivatableGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns whether a given gui element is the active element of this dialog.
isApplied() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is applied.
isAutoSize() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns whether this dialog is an auto-size dialog.
isAvoidCopyArea() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns whether map scrolling is done by copying pixel areas.
isBlessed() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is blessed.
isCast() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Returns whether the spell should be "cast" or "invoked".
isChecked() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Returns the current state.
isClassChoice() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns whether a class should be selected.
isClicked - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Whether a button release event is considered a "click".
isConnected() - Method in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
Returns whether a server connection is active.
isConnected - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Whether ClientSocket.socketChannel is connected.
isCursed() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is cursed.
isDamned() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is damned.
isDebugGui() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns whether debugging of GUI elements is enabled.
isDefault - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Whether this element is the default element.
isDefault() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Returns whether this element is the default element.
isDefault() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Returns whether this element is the default element.
isDefault - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Whether the key binding is a "default" binding which should not be saved.
isDefault() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Returns whether the key binding is a "default" binding which should not be saved.
isDefaultChecked() - Method in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
Returns the default value of CheckBoxOption.isChecked().
isDefaultChecked() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Returns the default value of CheckBoxOption.isChecked().
isDefaultChecked() - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOption
Returns the default value of CheckBoxOption.isChecked().
isDefaultChecked() - Method in class com.realtime.crossfire.jxclient.sound.SoundCheckBoxOption
Returns the default value of CheckBoxOption.isChecked().
isDialogOpen(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns whether a given dialog is currently visible.
isDisplayChangeSupported() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the JXCWindowRenderer.graphicsDevice supports low-level display changes.
isDragging - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Whether a dragging operation is in progress.
isFogOfWar(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Determines if the tile is not up-to-date.
isFogOfWar(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines if a square is not up-to-date.
isFogOfWar() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Determines if the square is not up-to-date.
isFullScreen - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Records whether full-screen mode is active.
isFullScreen() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns whether full-screen mode should be enabled.
isFullScreenSupported() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns whether the JXCWindowRenderer.graphicsDevice supports full-screen exclusive mode.
isHidden(RendererGuiState) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns whether this gui is visible in a state.
isIgnore() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Returns whether this gui element is to be ignored for user interaction.
isIgnore() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Returns whether this gui element is to be ignored for user interaction.
isItemGroupButton() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this object is a fake object for selecting object groups in the ground view.
isKnown() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns whether the skill is known.
isLocked() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is locked.
isMagic() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is magical.
isModal() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the modal state.
isModified() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Returns whether the shortcuts have been modified since creation or last call to Shortcuts.resetModified().
isMonitoring - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Whether a "monitor" command is active.
isNegativeImage() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns whether the negative image should be shown.
isNegativeImage() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns whether the negative image should be shown.
isNoPick() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item cannot be picked up.
isOpen() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is an opened container.
isRaceChoice() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns whether a race should be selected.
isRunning - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
Whether a "run" command has been sent without a following "run_stop" command.
isSaveDialog() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns whether this dialog retains its position across restarts.
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns whether this element should drawn as "selected".
isSelected() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns whether this element should drawn as "selected".
isStartingMapChoice() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns whether a starting map should be selected.
isTypeShown(int) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Returns whether a message type should be shown.
isUnidentified() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is unidentified.
isUnknown() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns whether this spell is unknown to the character.
isUnknownImage - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Temporary variable.
isUnpaid() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns whether this item is unpaid.
isValid() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns whether the gauge's values are valid.
isValid() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns whether the gauge's values are valid.
isWithinDrawingArea(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns whether a given point is within this dialog's drawing area.
it - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.OpenDialogsIterator
The backing list iterator; it returns the elements in reversed order.
italic - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Whether italic face is enabled.
italic - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Whether italic face is enabled.
item - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
The item element to execute.
item - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The current item instance.
item - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
 
itemAdded(CfItem) - Method in interface com.realtime.crossfire.jxclient.items.ItemSetListener
A CfItem has been added.
itemChanged(int) - Method in interface com.realtime.crossfire.jxclient.items.ItemListener
The watched item has changed.
itemChanged(CfItem) - Method in interface com.realtime.crossfire.jxclient.items.ItemSetListener
A CfItem's attributes have been changed.
itemChangedListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
The GUIElementChangedListener attached to all GUIItemItem instances in the list.
ItemItemCellRenderer<T extends GUIItemItem> - Class in com.realtime.crossfire.jxclient.gui.list
A ListCellRenderer that renders GUIMetaElement instances.
ItemItemCellRenderer(GUIItemItem) - Constructor for class com.realtime.crossfire.jxclient.gui.list.ItemItemCellRenderer
Creates a new instance.
itemListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The CfItemListener used to detect attribute changes of the displayed item.
itemListener - Variable in class com.realtime.crossfire.jxclient.items.FloorView
The ItemListener attached to the current floor object.
ItemListener - Interface in com.realtime.crossfire.jxclient.items
Interface for listeners for changes of item locations.
itemListeners - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
The registered ItemListeners to be notified about changes.
itemModified() - Method in interface com.realtime.crossfire.jxclient.items.CfItemListener
Will be called when any attribute has been changed.
itemMoved(CfItem) - Method in interface com.realtime.crossfire.jxclient.items.ItemSetListener
A CfItem's location has been changed.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The ItemPainter for painting the icon.
ItemPainter - Class in com.realtime.crossfire.jxclient.gui.item
Paints Crossfire item images.
ItemPainter(Image, Image, Image, Image, Image, Image, Image, Image, Image, Color, Color, Color, Color, Color, Color, Color, Color, Color, Font, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Creates a new instance.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The ItemPainter to use.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The item painter for painting the icon.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The ItemPainter for painting the icon.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The ItemPainter for painting the icon.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The ItemPainter for painting the icon.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The ItemPainter for painting the icon.
itemPainter - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The ItemPainter for painting the icon.
itemRemoved(int) - Method in interface com.realtime.crossfire.jxclient.items.ItemListener
The watched item has been removed from the location.
itemRemoved(CfItem) - Method in interface com.realtime.crossfire.jxclient.items.ItemSetListener
A CfItem has been removed.
items - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The items in the inventory ordered by InventoryView.comparator.
items - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
Maps location (=tag) to list of items in that location.
items - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
itemSet - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
The ItemSet instance to watch.
itemSet - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The ItemSet to use.
itemSet - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The ItemSet to use.
itemSet - Variable in class com.realtime.crossfire.jxclient.items.FloorView
The ItemSet to monitor.
itemSet - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The ItemSet to monitor.
ItemSet - Class in com.realtime.crossfire.jxclient.items
Model class maintaining the CfItems known to the player.
ItemSet() - Constructor for class com.realtime.crossfire.jxclient.items.ItemSet
 
itemSet - Variable in class com.realtime.crossfire.jxclient.items.ItemsManager
The known CfItems.
itemSet - Variable in class com.realtime.crossfire.jxclient.main.PlayerNameTracker
The ItemSet to track.
itemSet - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The ItemSet instance to use.
itemSet - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The ItemSet instance to use.
itemSet - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
itemSet - Variable in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
The ItemSet to watch.
itemSet - Variable in class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
The ItemSet to use.
itemSetListener - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
The listener to detect a changed player name.
itemSetListener - Variable in class com.realtime.crossfire.jxclient.items.FloorView
The ItemSetListener for detecting opened or closed containers.
itemSetListener - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The ItemSetListener attached to InventoryView.itemSet to track the current player object.
ItemSetListener - Interface in com.realtime.crossfire.jxclient.items
Interface for listeners in ItemSet related events.
itemSetListener - Variable in class com.realtime.crossfire.jxclient.main.PlayerNameTracker
The listener to detect a changed player name.
itemSetListener - Variable in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
itemSetListeners - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
The list of ItemSetListeners to be notified about changes.
ItemsManager - Class in com.realtime.crossfire.jxclient.items
Manages items known to the character.
ItemsManager(FacesManager, Stats, SkillSet, GuiStateManager, ItemSet) - Constructor for class com.realtime.crossfire.jxclient.items.ItemsManager
Creates a new instance.
itemsManager - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
itemView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The spells view to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
The ItemView to monitor.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The ItemView to use.
itemView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The ItemView to use.
ItemView - Interface in com.realtime.crossfire.jxclient.items
A list of CfItems.
iterator() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns an Iterator for the lines in this buffer.
iterator() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
iterator() - Method in class com.realtime.crossfire.jxclient.map.AnimationState
iterator() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
iterator() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns all gui instances of this skin.
iterator() - Method in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
iterator() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns all gui instances of this skin.
iterator() - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Returns all stored values.
iterator() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
iterator() - Method in class com.realtime.crossfire.jxclient.util.EventListenerList2

J

jewel - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: rings and amulets.
JXCConnection - Class in com.realtime.crossfire.jxclient.window
 
JXCConnection(KeybindingsManager, Shortcuts, Settings, Pickup, CrossfireServerConnection, GuiStateManager, Logger) - Constructor for class com.realtime.crossfire.jxclient.window.JXCConnection
Creates a new instance.
JXClient - Class in com.realtime.crossfire.jxclient.main
This is the entry point for JXClient.
JXClient(Options, String) - Constructor for class com.realtime.crossfire.jxclient.main.JXClient
The constructor of the class.
JXCSkin - Interface in com.realtime.crossfire.jxclient.skin.skin
Defines a JXClient skin consisting of a main Gui and zero or more dialog Guis.
JXCSkinCache<T> - Class in com.realtime.crossfire.jxclient.skin.skin
Implements a cache for elements identified by name.
JXCSkinCache(String) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Creates a new instance.
JXCSkinClassSource - Class in com.realtime.crossfire.jxclient.skin.source
A JXCSkinSource that loads via the class loader.
JXCSkinClassSource(String) - Constructor for class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
Creates a new instance.
JXCSkinDirSource - Class in com.realtime.crossfire.jxclient.skin.source
A JXCSkinSource that loads from files.
JXCSkinDirSource(File) - Constructor for class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
Creates a new instance.
JXCSkinException - Exception in com.realtime.crossfire.jxclient.skin.skin
Exception thrown if a skin related problem occurs.
JXCSkinException(String) - Constructor for exception com.realtime.crossfire.jxclient.skin.skin.JXCSkinException
Creates a new instance.
JXCSkinException(String, Throwable) - Constructor for exception com.realtime.crossfire.jxclient.skin.skin.JXCSkinException
Creates a new instance.
JXCSkinLoader - Class in com.realtime.crossfire.jxclient.skin.io
Parser for loading JXCSkin instances from JXCSkinSources.
JXCSkinLoader(Model, ItemView, FloorView, SpellsView, SpellSkillView, FacesManager, MapUpdaterState, KeyBindings, OptionManager, int, KeybindingsManager, QuestsView, CommandHistoryFactory, KnowledgeView, KnowledgeTypeView, boolean, GuiManager) - Constructor for class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Creates a new instance.
JXCSkinLoader.ListType - Enum in com.realtime.crossfire.jxclient.skin.io
JXCSkinSource - Interface in com.realtime.crossfire.jxclient.skin.source
Interface for providers of JXCSkin sources.
JXCWindow - Class in com.realtime.crossfire.jxclient.main
The main window.
JXCWindow(Exiter, CrossfireServerConnection, OptionManager, GuiStateManager, JXCWindowRenderer, CommandQueue, GuiManager, KeyHandler, CharacterModel, JXCConnection) - Constructor for class com.realtime.crossfire.jxclient.main.JXCWindow
Creates a new instance.
JXCWindowRenderer - Class in com.realtime.crossfire.jxclient.gui.misc
Renders a Gui instance into a Frame.
JXCWindowRenderer(MouseTracker, CrossfireServerConnection, Writer) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Creates a new instance.
JXCWindowRenderer.OpenDialogsIterator - Class in com.realtime.crossfire.jxclient.gui.misc
An Iterator that returns all open dialogs in painting order.

K

key - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: keys.
key - Variable in class com.realtime.crossfire.jxclient.settings.SettingsEntry
The key in the settings file.
keybindDialog - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The keybindings dialog.
KeyBinding - Class in com.realtime.crossfire.jxclient.gui.keybindings
Abstract base class for key bindings.
KeyBinding(CommandList, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Creates a new instance.
keyBindings - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The KeyBindings for this gui.
KeyBindings - Class in com.realtime.crossfire.jxclient.gui.keybindings
Manages a set of key bindings.
KeyBindings(File, GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Creates a new instance.
keybindings - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
The active key bindings.
keyBindings - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
The global key bindings.
keyBindings - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The KeyBindings to modify.
keyBindings - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The active KeyBindings.
keyBindings2 - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The KeyBindings to modify.
keybindingsManager - Variable in class com.realtime.crossfire.jxclient.commands.BindingsCommand
Where to find bindings information.
KeybindingsManager - Class in com.realtime.crossfire.jxclient.gui.keybindings
Manages key bindings.
KeybindingsManager(File, GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Creates a new instance.
keybindingsManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The keybinding for displaying shortcuts.
keybindingsManager - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The KeybindingsManager containing key bindings.
keybindingsManager - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The key bindings manager for this window.
keybindingsManager - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The KeybindingsManager to update.
keybindingsManager - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The KeybindingsManager to use.
keyBindingState - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
The current key binding state.
KeyBindingState - Class in com.realtime.crossfire.jxclient.gui.keybindings
Manages the state for the key binding dialog.
KeyBindingState(KeyBindings, KeyBindings, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
Creates a new instance.
keyChar - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
The key character to match.
keyChar - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The key as a char value.
KeyCharKeyBinding - Class in com.realtime.crossfire.jxclient.gui.keybindings
A KeyBinding that matches by key character.
KeyCharKeyBinding(char, CommandList, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Creates a KeyBinding that matches by key character.
keyCode - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The key code.
KeyCodeKeyBinding - Class in com.realtime.crossfire.jxclient.gui.keybindings
A KeyBinding that matches by key code/modifiers pair.
KeyCodeKeyBinding(KeyEvent2, CommandList, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Creates a KeyBinding that matches by key code/modifiers pair.
keyCodeMap - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
The key code map to use.
KeyCodeMap - Class in com.realtime.crossfire.jxclient.gui.keybindings
Maps between key codes integer constants and string representations.
KeyCodeMap() - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Creates a new instance.
keyCodes - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Maps key name to key code.
keyEvent - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The key event.
keyEvent - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
The key to match.
KeyEvent2 - Class in com.realtime.crossfire.jxclient.gui.keybindings
Represents a pressed or released key.
KeyEvent2(int, char, int) - Constructor for class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Creates a new instance.
keyHandler - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The KeyHandler for processing keyboard input.
KeyHandler - Class in com.realtime.crossfire.jxclient.window
Handles keyboard input processing.
KeyHandler(Writer, KeybindingsManager, CommandQueue, JXCWindowRenderer, KeyHandlerListener) - Constructor for class com.realtime.crossfire.jxclient.window.KeyHandler
Creates a new instance.
keyHandlerListener - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The KeyHandlerListener to notify.
KeyHandlerListener - Interface in com.realtime.crossfire.jxclient.window
Interface for listeners interested in pressed ESC keys.
KeyListener - Interface in com.realtime.crossfire.jxclient.gui.textinput
Interface for listeners for keyboard input.
keyListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The KeyListener attached to the main window.
keyNames - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Maps key code to key name.
keyPressed(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Invoked when a key has been pressed.
keyPressed(KeyEvent2) - Method in interface com.realtime.crossfire.jxclient.gui.gui.KeyPressedHandler
Invoked when a key has been pressed.
keyPressed(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Processes a key pressed event.
keyPressed(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
Records a binding by key code.
keyPressed(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
 
keyPressed(KeyEvent) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Handles a "key pressed" event.
KeyPressedHandler - Interface in com.realtime.crossfire.jxclient.gui.gui
Interface for classes that may handle "pressed" key events.
keyReleased() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Processes a key released event.
keyReleased() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
Records a key released event.
keyReleased(KeyEvent) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.KeyListener
Invoked when a key has been released.
keyReleased() - Method in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
A key (but not ESC) has been released.
keyReleased(KeyEvent) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Handles a "key released" event.
keyReleased() - Method in interface com.realtime.crossfire.jxclient.window.KeyHandlerListener
A key (but not ESC) has been released.
killed - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Whether this script has been killed.
killScript() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Kills the script process.
killScript() - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Kills the script process.
KNOWLEDGE_COMPARATOR - Static variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
Compare two knowledge items.
knowledgeAdded(int) - Method in interface com.realtime.crossfire.jxclient.knowledge.KnowledgeListener
 
knowledgeChanged() - Method in interface com.realtime.crossfire.jxclient.knowledge.KnowledgeItemListener
The associated KnowledgeItem instance has changed.
knowledgeIndex - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
The knowledge identifier.
KnowledgeItem - Class in com.realtime.crossfire.jxclient.knowledge
Describes a Crossfire spell.
KnowledgeItem(int, String, String, int) - Constructor for class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Creates a new instance.
KnowledgeItemListener - Interface in com.realtime.crossfire.jxclient.knowledge
Interface for listeners interested in KnowledgeItem related events.
KnowledgeListener - Interface in com.realtime.crossfire.jxclient.knowledge
 
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
 
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The KnowledgeManager instance being watched.
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The KnowledgeManager instance to watch.
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
 
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.items.KnowledgeView
 
KnowledgeManager - Class in com.realtime.crossfire.jxclient.knowledge
Manages all knowledge the player knows.
KnowledgeManager(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
knowledgeManager - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
KnowledgeTypeView - Class in com.realtime.crossfire.jxclient.items
 
KnowledgeTypeView(FacesManager, KnowledgeManager) - Constructor for class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
knowledgeTypeView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
 
KnowledgeView - Class in com.realtime.crossfire.jxclient.items
Displays knowledge items the player knows.
KnowledgeView(FacesManager, KnowledgeManager) - Constructor for class com.realtime.crossfire.jxclient.items.KnowledgeView
 
knowledgeView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
 

L

label - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The GUILog to update or null.
labelText - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The label text.
labelText - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
The label text.
labelText - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
The label text.
last(int) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Returns the last executed command.
lastAccountPassword - Variable in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
The last sent account or character password.
lastCanScrollDown - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
lastCanScrollUp - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
lastColor - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The color of the previously added line of text.
lastCount - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The number of repetitions of the previously added line of text.
lastFace - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
Records the last known face.
lastScrollPos - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The position in pixels of the viewable window.
lastText - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The contents of the previously added line of text.
lastTopIndex - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The first line of RenderStateManager.buffer to display.
lastTopOffset - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The number of pixels to shift the first displayed line.
layer - Variable in class com.realtime.crossfire.jxclient.map.Location
The layer.
layeredPane - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The JLayeredPane added as the top-level component to JXCWindowRenderer.frame.
layerNode - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Surrounding CfMapSquaremap squares} having non-zero smooth levels.
level - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's level.
level - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's level.
level - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The skill level.
level - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The last known level.
level - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The spell level.
LEVEL_UP - Static variable in enum com.realtime.crossfire.jxclient.sound.Sounds
The sound to play when the character gains a new level.
Line - Class in com.realtime.crossfire.jxclient.gui.log
Manages the contents of one text line.
Line() - Constructor for class com.realtime.crossfire.jxclient.gui.log.Line
 
LINE_SEPARATOR_PATTERN - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
The pattern to split the text into lines.
lineAdded() - Method in interface com.realtime.crossfire.jxclient.gui.log.BufferListener
A line has been added to the buffer.
lineReplaced() - Method in interface com.realtime.crossfire.jxclient.gui.log.BufferListener
A line has been replaced at the end of the buffer.
lines - Variable in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
The text lines to draw.
lines - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The lines in display order.
linesAdded(Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Some lines have been added to the buffer.
linesRemoved(List<Line>) - Method in interface com.realtime.crossfire.jxclient.gui.log.BufferListener
Some lines have been removed from the buffer.
linesRemoved(Buffer, Collection<Line>) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Some lines have been removed from the buffer.
linesReplaced(Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Some lines have been replaced at the end of the buffer.
list - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The list to execute in.
list - Variable in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
The list to scroll.
list - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
The list to scroll.
list - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The list used to display the cells.
listCellRenderer - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
listeners - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The listeners to notify about changes.
listeners - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
All listeners.
listeners - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The listeners to be notified.
listeners - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
The KnowledgeListeners to be notified of changes.
listeners - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
The KnowledgeListeners to notify about changes.
listeners - Variable in class com.realtime.crossfire.jxclient.quests.Quest
The QuestListeners to be notified of changes.
listeners - Variable in class com.realtime.crossfire.jxclient.quests.QuestsManager
The QuestsManagerListeners to notify about changes.
listeners - Variable in class com.realtime.crossfire.jxclient.settings.options.Option
The listeners to be notified.
listeners - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
The listeners to be notified.
listeners - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The listeners to be notified.
listeners - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The listeners to inform of changes.
listeners - Variable in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
The listeners to notify object changed spell objects.
listeners - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The SpellListeners to be notified of changes.
listeners - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
The SpellsManagerListeners to notify about changes.
listIterator(int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns an Iterator for the lines in this buffer.
listSelectionListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The ListSelectionListener attached to GUIList.list.
ListType() - Constructor for enum com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader.ListType
 
load(Face) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
Retrieves an image from the cache.
load(String, int) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
Retrieves an image from the cache.
load(Face) - Method in interface com.realtime.crossfire.jxclient.faces.ImageCache
Retrieves an image from the cache.
load() - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Loads the entries from the backing file.
load(JXCSkinSource, CrossfireServerConnection, GuiStateManager, TooltipManager, JXCWindowRenderer, GUIElementListener, MetaserverModel, CharacterModel, CommandQueue, Shortcuts, CommandExecutor, CurrentSpellManager, CommandCallback, Macros, GuiFactory, SmoothFaces) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Loads the skin from its external representation.
load(JXCSkinSource, String, CrossfireServerConnection, GuiStateManager, TooltipManager, JXCWindowRenderer, GUIElementListener, MetaserverModel, CharacterModel, CommandQueue, Gui, Shortcuts, CommandExecutor, CurrentSpellManager, CommandCallback, Macros, Image, Image, SmoothFaces) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Loads a skin file and add the entries to a Gui instance.
load(JXCSkinSource, String, String, InputStream, CrossfireServerConnection, GuiStateManager, TooltipManager, JXCWindowRenderer, GUIElementListener, MetaserverModel, CharacterModel, CommandQueue, Gui, Shortcuts, CommandExecutor, CurrentSpellManager, CommandCallback, Macros, Image, Image, SmoothFaces) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Loads a skin file and add the entries to a Gui instance.
load(JXCSkin, JXCWindowRenderer) - Static method in class com.realtime.crossfire.jxclient.window.DialogStateParser
Loads the dialogs state from a file.
loadFace(Face) - Method in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Request a face.
loadFace(Face) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueue
Request a face.
loadFace(Face) - Method in class com.realtime.crossfire.jxclient.faces.FacesQueue
Request a face.
loadFace(Face) - Method in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
Request a face.
loadImage(String) - Static method in class com.realtime.crossfire.jxclient.util.ResourceUtils
Loads an image file.
loadKeyBindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Loads the key bindings from the given file.
loadKeybindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Loads the key bindings from the backing file.
loadOptions() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Loads all options' states from the backing settings instance.
loadPerCharacterBindings(CharSequence, CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Loads the per-character key bindings.
loadShortcuts(Shortcuts, CharSequence, CharSequence) - Static method in class com.realtime.crossfire.jxclient.window.ShortcutsLoader
Load shortcut info from the backing file.
loadShortcuts(Shortcuts, BufferedReader) - Static method in class com.realtime.crossfire.jxclient.window.ShortcutsLoader
Load shortcut info.
loadSkin(String) - Method in class com.realtime.crossfire.jxclient.main.SkinLoader
Loads a skin file.
LoadTask(Face) - Constructor for class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask
Creates a new instance.
loadValues() - Method in class com.realtime.crossfire.jxclient.settings.Settings
Loads the values from the backing file.
loadValues(LineNumberReader) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Loads the values.
location - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The location.
Location - Class in com.realtime.crossfire.jxclient.map
A location on the map.
Location(int, int, int) - Constructor for class com.realtime.crossfire.jxclient.map.Location
Creates a new location.
locationChanged() - Method in interface com.realtime.crossfire.jxclient.items.LocationListener
Called whenever the tracked item has changed.
locationListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The LocationListener used to detect items added to or removed from this floor tile.
locationListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The ItemListener used to detect items added to or removed from this inventory slot.
LocationListener - Interface in com.realtime.crossfire.jxclient.items
Interface for listeners interested in changed items.
locationListenerEdt - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called from GUIItemFloor.locationListener but runs on the EDT.
locationListenerEdt - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called from GUIItemInventory.locationListener but runs on the EDT.
locationListeners - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The registered ItemListeners to be notified about changes.
locationListeners - Variable in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
The registered listener to be notified about changes.
locationListeners - Variable in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
The registered listeners to be notified about changes.
locations - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
All map locations this animation is displayed at.
locationsListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
The LocationsListener to be notified about changes.
LocationsListener - Interface in com.realtime.crossfire.jxclient.items
Interface for listeners interested in changed item locations.
locationsListeners - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The registered LocationsListeners to be notified about changes.
locationsModified(Integer[]) - Method in interface com.realtime.crossfire.jxclient.items.LocationsListener
Called whenever one or more locations have been changed.
LOCK_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "lock" command.
lockedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for locked objects.
lockedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for locked objects.
log(String) - Method in class com.realtime.crossfire.jxclient.window.Logger
Adds a message to the log file.
logger - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The Logger that is notified about changed server names.
Logger - Class in com.realtime.crossfire.jxclient.window
Logs received messages to a file.
Logger(CrossfireServerConnection, String, boolean) - Constructor for class com.realtime.crossfire.jxclient.window.Logger
Create a new instance.
login - Variable in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
Whether to generate login events (true) or logout events (false).
loginMethod - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The login method version supported by the server we're connected to.
LOOKAT_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "lookat" command.
lookup(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Returns a dialog instance by dialog name.
lookup(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Looks up an element by name.
lookupFace(int) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the Face instance for a given face ID.
lookupLabelElement(String) - Method in class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
Returns a AbstractLabel by element name.
lookupLabelLogElement(String) - Method in class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
Returns a AbstractLabel by element name.
lookupOptional(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Looks up an element by name.
lookupTextElement(String) - Method in class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
Returns a GUIText by element name.
lostSkill() - Method in interface com.realtime.crossfire.jxclient.skills.SkillListener
Notifies the listener that the skill has been lost.
LOWFOOD_LIMIT - Static variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
The LOWFOOD indicator is turned on if the FOOD value falls below this value.

M

macroPattern - Variable in class com.realtime.crossfire.jxclient.settings.Macros
The Pattern matching macro names.
macros - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
The Macros instance to use.
macros - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
The Macros instance to use.
macros - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
The Macros instance to use.
macros - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The Macros instance.
Macros - Class in com.realtime.crossfire.jxclient.settings
Manages macro expansion in command strings.
Macros(CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.settings.Macros
Creates a new instance.
magicalItem - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: magical items.
magicColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for magical objects.
magicDevice - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: magic devices.
magicImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for magical objects.
magicMap(int, int, byte[][]) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "magicmap" parsing: set the magic map color.
MagicMap - Interface in com.realtime.crossfire.jxclient.protocol
Interface defining constants for the "magicmap" Crossfire protocol message.
magicMap(int, int, byte[][]) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "magicmap" parsing: set the magic map color.
MagicMapFacesProvider - Class in com.realtime.crossfire.jxclient.faces
A FacesProvider that returns faces scaled to 4x4 pixels.
MagicMapFacesProvider(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
Creates a new instance.
magicMapImageIcon - Variable in class com.realtime.crossfire.jxclient.faces.FaceImages
The ImageIcon scaled for the magic map view.
magicmapListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireMagicmapListeners to be notified of received magicmap commands.
main(String[]) - Static method in class com.realtime.crossfire.jxclient.faces.ImageScale2x
An entry point and a bit of test code.
main(String[]) - Static method in class com.realtime.crossfire.jxclient.main.JXClient
The program entry point.
makeKey(MetaserverEntry) - Static method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Returns the key for a metaserver entry.
mana - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The mana needed to cast the spell.
manageAccount() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
Client should display the account management dialog.
manageAccount() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Displays the main account dialog, to let the player login or create a new account.
map - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's map.
map - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The CfMap this map square is part of.
map - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The current CfMap instance.
map - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's map.
Map2 - Interface in com.realtime.crossfire.jxclient.protocol
Interface defining constants for the "map2" Crossfire protocol message.
mapAnimation(Location, int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: set the animation of a cell.
mapAnimation(Location, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: set the animation of a cell.
mapAnimationSpeed(Location, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: set the animation speed.
mapAnimationSpeed(Location, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: set the animation speed.
mapBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The server's map base.
mapBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "map base" value for the current server entry.
mapBegin() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Parsing of a "map2" command has been started.
mapBegin() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Parsing of a "map2" command has been started.
mapChanged(CfMap, Set<CfMapSquare>) - Method in interface com.realtime.crossfire.jxclient.map.MapListener
The map has changed.
mapClear(int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: clear a cell.
mapClear(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: clear a cell.
mapDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: change the darkness of a cell.
mapDarkness(int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: change the darkness of a cell.
mapEnd() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Parsing of "map2" has been finished.
mapEnd(boolean) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Finishes processing of a set of map square changes.
mapEnd() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Parsing of "map2" has been finished.
mapFace(Location, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: set the face of a cell.
mapFace(Location, int, boolean) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Updates a map square by changing a face.
mapFace(Location, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: set the face of a cell.
mapHeight - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The map height in squares.
mapHeight - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The height of the visible map area.
mapListener - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The MapListener registered to receive map updates.
MapListener - Interface in com.realtime.crossfire.jxclient.map
Interface for listeners interested in changes within CfMap instances.
mapListeners - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The listeners to notify about changed map squares.
mapping - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
Maps external index to original index.
Mapping - Class in com.realtime.crossfire.jxclient.util
Maintains a mapping from a set of integers to the same range of integers.
Mapping() - Constructor for class com.realtime.crossfire.jxclient.util.Mapping
 
mapping - Variable in class com.realtime.crossfire.jxclient.util.Mapping
The mappings.
maps - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
mapScroll(int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: scroll the map view.
mapScroll(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: scroll the map view.
mapScrolled(int, int) - Method in interface com.realtime.crossfire.jxclient.map.MapScrollListener
The map contents have scrolled.
mapscrollListener - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The MapScrollListener registered to receive map_scroll commands.
MapScrollListener - Interface in com.realtime.crossfire.jxclient.map
Interface for listeners interested on map scrolled events.
mapscrollListener - Variable in class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
mapScrollListeners - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The listeners to notify about scrolled maps.
MapScrollSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList whenever the map scroll protocol command is received.
MapScrollSkinEvent(CommandList, MapUpdaterState) - Constructor for class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
Creates a new instance.
mapSizeChanged(int, int) - Method in interface com.realtime.crossfire.jxclient.map.MapSizeListener
The map size has changed.
mapSizeListener - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The MapSizeListener registered to detect map size changes.
MapSizeListener - Interface in com.realtime.crossfire.jxclient.map
Listener for clients interested in map size changes.
mapSizeListeners - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The MapSizeListeners to be notified.
mapSmooth(Location, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Part of "map2" parsing: set the smooth level.
mapSmooth(Location, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
Part of "map2" parsing: set the smooth level.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The MapUpdaterState instance to display.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
The MapUpdaterState instance to use.
MapUpdaterState - Class in com.realtime.crossfire.jxclient.map
Update a CfMap model from protocol commands.
MapUpdaterState(FacesManager, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.map.MapUpdaterState
Creates a new instance.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.mapupdater.CfMapUpdater
The updated MapUpdaterState instance.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The MapUpdaterState instance to use.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The MapUpdaterState instance to use.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
The MapUpdaterState to attach to.
mapUpdaterState - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The MapUpdaterState instance to use.
mapWidth - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The map width in squares.
mapWidth - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The width of the visible map area.
margin - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The left margin in pixels.
MARK_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "mark" command.
markInactivePending() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Marks this GUI element as pending inactive.
markPlayer(Graphics, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Paints the player location.
markPlayer(Graphics, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Paints the player location.
markPlayer(Graphics, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
Paints the player location.
MASK - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for all used modifiers.
MASK - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for all used modifiers.
matches(boolean, boolean, boolean, FontID, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Returns whether this segment matches the given attributes.
matchesCommand(CharSequence) - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Returns whether a command matches the currently watched commands.
matchesKeyChar(char) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Check whether this key binding matches a key character.
matchesKeyChar(char) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Check whether this key binding matches a key character.
matchesKeyChar(char) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Check whether this key binding matches a key character.
matchesKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Checks whether this key binding matches a key code/modifiers pair.
matchesKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Checks whether this key binding matches a key code/modifiers pair.
matchesKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Checks whether this key binding matches a key code/modifiers pair.
MathUtils - Class in com.realtime.crossfire.jxclient.util
Utility class for mathematical functions.
MathUtils() - Constructor for class com.realtime.crossfire.jxclient.util.MathUtils
Private constructor to prevent instantiation.
max - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The maximum value; the gauge is displayed as full if cur >= max.
MAX_DARKNESS_ALPHA - Static variable in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
The minimum darkness alpha value; it is used for completely black tiles.
MAX_LINE_LENGTH - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The maximum line length in characters.
MAX_LINES - Static variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The maximum number of lines the buffer can hold.
MAX_PENDING_COMMANDS - Static variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
Maximum number of pending commands sent to the server.
MAXIMUM_LINE_LENGTH - Static variable in class com.realtime.crossfire.jxclient.util.StringSplitter
The maximum line length in characters.
MAXIMUM_PACKET_SIZE - Static variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The maximum payload size of a Crossfire protocol packet.
maximumWindowBounds - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The maximal size of a window.
maxLevel - Variable in class com.realtime.crossfire.jxclient.stats.ExperienceTable
The maximum level value in ExperienceTable.info.
maxPx - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The right edge of the defined patches in CfMap.patch.
maxPy - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The bottom edge of the defined patches in CfMap.patch.
maxResolution - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The maximal resolution.
maxValue - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
The maximum value for stats.
maxValue - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
The maximum value for stats.
maxX - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The right edge of the defined tiles.
maxY - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The bottom edge of the defined tiles.
meleeWeapon - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: all weapons.
mergeLines(String, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Checks whether a new text line should be merged with a preceding line.
message - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The description.
MESSAGE_LOG_SETTINGS_ENTRY - Static variable in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Whether to record of all text messages received from the server.
messageBufferUpdater - Variable in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
The message buffer updater for updating GUILog.buffer.
MessageBufferUpdater - Class in com.realtime.crossfire.jxclient.gui.log
Adds drawinfo, drawextinfo, and query messages to a Buffer instance.
MessageBufferUpdater(CrossfireServerConnection, Buffer, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Creates a new instance.
MessageTypes - Class in com.realtime.crossfire.jxclient.protocol
Encapsulates the message type numbers for drawextinfo messages.
MessageTypes() - Constructor for class com.realtime.crossfire.jxclient.protocol.MessageTypes
Private constructor to prevent instantiation.
META - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "meta".
MetaCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which shows the server selection screen.
MetaCommand(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
Creates a new instance.
MetaElementCellRenderer - Class in com.realtime.crossfire.jxclient.gui.list
A ListCellRenderer that renders GUIMetaElement instances.
MetaElementCellRenderer(GUIMetaElement) - Constructor for class com.realtime.crossfire.jxclient.gui.list.MetaElementCellRenderer
Creates a new instance.
metaList - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
The current entries.
metaListPending - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
The pending entries.
metaserver() - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
The server selection screen is displayed.
Metaserver - Class in com.realtime.crossfire.jxclient.metaserver
Queries Crossfire's metaserver to learn about existing servers.
Metaserver(File, MetaserverModel) - Constructor for class com.realtime.crossfire.jxclient.metaserver.Metaserver
Creates a new instance.
metaserver - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The Metaserver instance to forward to.
METASERVER_URL - Static variable in class com.realtime.crossfire.jxclient.metaserver.Metaserver
The metaserver URL.
metaserverEntry - Variable in class com.realtime.crossfire.jxclient.metaserver.Info
The metaserver entry.
MetaserverEntry - Class in com.realtime.crossfire.jxclient.metaserver
Represents a response line from the metaserver.
MetaserverEntry(int, String, int, String, String, long, long, int, String, String, String) - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Creates a new instance.
metaserverEntryListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The metaserver entry listener attached for the current GUIMetaElement.index.
metaserverEntryListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The MetaserverEntryListener attached to all tracked metaserver entries.
MetaserverEntryListener - Interface in com.realtime.crossfire.jxclient.metaserver
Interface for listeners on metaserver entry related events.
metaserverEntryListeners - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
All registered metaserver entry listeners.
MetaserverEntryParser - Class in com.realtime.crossfire.jxclient.metaserver
Parser for response lines of metaserver response lines.
MetaserverEntryParser() - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Creates a new instance.
metaserverListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
MetaserverListener - Interface in com.realtime.crossfire.jxclient.metaserver
Interface for listeners on metaserver related events.
metaserverListeners - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
All registered metaserver listeners.
metaserverModel - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The metaserver model to monitor.
metaserverModel - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The metaserver model to track.
metaserverModel - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The MetaserverModel instance for this window.
metaserverModel - Variable in class com.realtime.crossfire.jxclient.metaserver.Metaserver
The MetaserverModel instance to update.
MetaserverModel - Class in com.realtime.crossfire.jxclient.metaserver
Maintains the metaserver information.
MetaserverModel() - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
 
MetaserverProcessor - Class in com.realtime.crossfire.jxclient.metaserver
Asynchronously queries the metaserver and updates a MetaserverModel instance.
MetaserverProcessor(Metaserver, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Creates a new instance.
min - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The minimum value; the gauge is displayed as empty if cur >= min.
MIN_LINE_HEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The minimal height of a line in pixels.
MIN_UPDATE_INTERVAL - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The minimal update-interval in seconds.
MIN_VALUE - Static variable in class com.realtime.crossfire.jxclient.sound.Processor
The minimum factor for fading in/out effects.
minLevel - Variable in class com.realtime.crossfire.jxclient.stats.ExperienceTable
The minimum level value in ExperienceTable.info.
minPx - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The left edge of the defined patches in CfMap.patch.
minPy - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The top edge of the defined patches in CfMap.patch.
minResolution - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The minimal resolution.
minValue - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
The minimum value for stats.
minValue - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
The minimum value for stats.
minX - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The left edge of the defined tiles.
minY - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The top edge of the defined tiles.
missileWeapon - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: missile weapons.
mod(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Calculates the remainder of a/b.
modal - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
Whether this dialog is modal.
model - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
The Model to track for available classes.
model - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The model for GUIComboBox.comboBox.
model - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
The Model to track for available races.
model - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The list model of GUIList.list.
model - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The Model instance that is updated.
model - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The Model instance that is updated.
Model - Class in com.realtime.crossfire.jxclient.server.crossfire
Combines all model classes that are updated.
Model() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.Model
 
model - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The Model instance that is updated.
model - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The Model instance to use.
modified - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Whether the contents of KeyBindings.keybindings have been modified from the last saved state.
modified - Variable in class com.realtime.crossfire.jxclient.items.CfItem
Set if any attribute has changed since the last time listeners were notified.
modified - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Whether the contents of Shortcuts.shortcuts have been modified from the last saved state.
modifiedSlots - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The pending modified floor slots to be reported to listeners.
modifiers - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The modifiers.
Modifiers - Class in com.realtime.crossfire.jxclient.gui.misc
Helper functions for keyboard modifiers.
Modifiers() - Constructor for class com.realtime.crossfire.jxclient.gui.misc.Modifiers
Private constructor to prevent instantiation.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Will be called when the user has clicked (pressed+released) this element.
mouseClicked(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse clicked event.
mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Will be called when the user has clicked (pressed+released) this element.
mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the mouse moves within this component while the button is pressed.
mouseDragged(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the mouse moves within this component while the button is pressed.
mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Will be called when the mouse moves within this component while the button is pressed.
mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
Will be called when the mouse moves within this component while the button is pressed.
mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Will be called when the mouse moves within this component while the button is pressed.
mouseDragged(GUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse dragged event.
mouseElement - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The gui element in which the mouse is.
mouseEntered(MouseEvent, boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the mouse has entered the bounding box of this element.
mouseEntered(MouseEvent, boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the mouse has entered the bounding box of this element.
mouseEntered(MouseEvent, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Will be called when the mouse has entered the bounding box of this element.
mouseEntered(MouseEvent, boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Will be called when the mouse has entered the bounding box of this element.
mouseEntered(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse entered event.
mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Will be called when the mouse has left the bounding box of this element.
mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the mouse has left the bounding box of this element.
mouseExited(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the mouse has left the bounding box of this element.
mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Will be called when the mouse has left the bounding box of this element.
mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse exited event.
mouseInputListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
A MouseInputListener that forwards to JXCWindowRenderer.mouseTracker.
mouseMoved(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the mouse moves within this component.
mouseMoved(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the mouse moves within this component.
mouseMoved(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Will be called when the mouse moves within this component.
mouseMoved(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse moved event.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
Will be called when the user has pressed the mouse inside this element.
mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Will be called when the user has pressed the mouse inside this element.
mousePressed(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse pressed event.
mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Will be called when the user has released the mouse.
mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Will be called when the user has released the mouse.
mouseReleased(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Will be called when the user has released the mouse.
mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
Will be called when the user has released the mouse.
mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Will be called when the user has released the mouse.
mouseReleased(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Handles a mouse released event.
mouseTracker - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The MouseTracker instance.
MouseTracker - Class in com.realtime.crossfire.jxclient.gui.misc
Tracks mouse actions and delivers mouse events to affected GUIElement.
MouseTracker(boolean, Writer) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Creates a new instance.
MOVE_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "move" command.
moveSelection(int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Moves the selection.
MoveSelectionCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which moves the selected element in a GUIList element.
MoveSelectionCommand(GUIList<?>, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
Creates a new instance.
moveTo(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
Moves the dialog the given point.
msg - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The long description.
msg - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The long description.
MSG_TYPE_ADMIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: general server message.
MSG_TYPE_APPLY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: an object was applied.
MSG_TYPE_ATTACK - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: attack related message.
MSG_TYPE_ATTRIBUTE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: attribute (stats, resistances, etc.) change message.
MSG_TYPE_BOOK - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: character did read a book.
MSG_TYPE_BOOK_CLASP_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_CLASP_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_ELEGANT_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_ELEGANT_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_QUARTO_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_QUARTO_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_SPELL_EVOKER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_SPELL_PRAYER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_SPELL_PYRO - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_SPELL_SORCERER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_BOOK_SPELL_SUMMONER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_CARD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: character did read a card.
MSG_TYPE_COMMAND - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: response to command processing.
MSG_TYPE_COMMUNICATION - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: communication between players.
MSG_TYPE_COMMUNICATION_CHAT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_EMOTE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_ME - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_PARTY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_RANDOM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_SAY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_SHOUT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_COMMUNICATION_TELL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
 
MSG_TYPE_DIALOG - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: a NPC/magic mouth/altar/etc.
MSG_TYPE_ITEM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: item related information.
MSG_TYPE_MISC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: message that does not fit in any other category.
MSG_TYPE_MONUMENT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: character did read a monument.
MSG_TYPE_MOTD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: motd text.
MSG_TYPE_PAPER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: character did read a paper.
MSG_TYPE_QUERY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
Internally used drawextinfo message type: a query message has been received.
MSG_TYPE_SHOP - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: shop related message.
MSG_TYPE_SIGN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: character did read a sign.
MSG_TYPE_SKILL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: message related to using skills.
MSG_TYPE_SPELL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: spell related information.
MSG_TYPE_VICTIM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageTypes
drawextinfo message type: something bad is happening to the player.
MusicManager - Class in com.realtime.crossfire.jxclient.sound
Plays background music.
MusicManager(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.MusicManager
Creates a new instance.
musicManager - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The music manager for playing background music.
MusicWatcher - Class in com.realtime.crossfire.jxclient.sound
Monitors music commands and generates appropriate sound effects.
MusicWatcher(CrossfireServerConnection, SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.MusicWatcher
Creates a new instance.
mustRepaint - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
Whether the view has to be repainted even if no other value has changed.
mustRepaint() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns whether the view should be repainted even if no other values have changed.
mute(Sounds, boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
Mutes or unmutes sound effects.
muted - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
Whether background music is muted.
mutedSounds - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The muted sounds.
muteMusic(boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
Mutes or unmutes background music.

N

name - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's name.
name - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The human readable race name.
name - Variable in class com.realtime.crossfire.jxclient.character.StartingMap
The proper name.
name - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The name of this element.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The name of this element.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The base name.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The base name for created elements.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The base name for created elements.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The base name for created elements.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The name of this element.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The base name for created elements.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The base name for created elements.
name - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The base name for created elements.
name - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The singular name.
name - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's name.
name - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The human readable race name.
name - Variable in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
The proper name of this entry.
name - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The skill name.
name - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The currently playing music name.
name - Variable in class com.realtime.crossfire.jxclient.sound.Processor
The name of the music to play.
name - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The spell name.
namedSkills - Variable in class com.realtime.crossfire.jxclient.skills.SkillSet
Maps skill name to skill instance.
namePl - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The plural name.
names - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
NCOM_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "ncom" command.
NDI_BLACK - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_BLUE - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_BROWN - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_DK_ORANGE - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_GOLD - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_GREEN - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_GREY - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_LT_GREEN - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_NAVY - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_ORANGE - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_RED - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_TAN - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
NDI_WHITE - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A message color.
negativeImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The image representing a more-than-empty gauge.
negotiateMapSize(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Requests a change of the map size from the server.
negotiateNumLookObjects() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Requests a change of the number of ground objects from the server.
NewCharacterInformation - Class in com.realtime.crossfire.jxclient.character
Contains information for creating new characters.
NewCharacterInformation() - Constructor for class com.realtime.crossfire.jxclient.character.NewCharacterInformation
 
newCharacterInformation - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
The NewCharacterInformation for creating new characters.
NewCharacterInformationListener - Interface in com.realtime.crossfire.jxclient.character
Interface for listeners interested in NewCharacterInformation related events.
newCharacterInformationListener - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
newCharacterInformationListener - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
newCharacterInformationListeners - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
All registered character listeners.
newCharInfo - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The NewCharInfo for creating new characters.
NewCharInfo - Class in com.realtime.crossfire.jxclient.character
General information for creating new characters.
NewCharInfo(int, int, int, Collection<String>, boolean, boolean, boolean) - Constructor for class com.realtime.crossfire.jxclient.character.NewCharInfo
Creates a new instance.
NewCharInfoBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
Builder for NewCharInfo instances while parsing a "replyinfo newcharinfo" response packet.
NewCharInfoBuilder() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
 
newCheckBox(TooltipManager, GUIElementListener, String, CheckBoxOption, String) - Method in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
Creates a new checkbox.
newClip(String, String) - Method in class com.realtime.crossfire.jxclient.sound.ClipCache
Allocates a new clip.
newDialog(TooltipManager, JXCWindowRenderer, GUIElementListener, String) - Method in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
Creates a new dialog.
newEmptyFaceImages() - Static method in class com.realtime.crossfire.jxclient.faces.FaceImagesUtils
Creates a new FaceImages instance consisting of empty images.
newFaceImages(ImageIcon) - Static method in class com.realtime.crossfire.jxclient.faces.FaceImagesUtils
Creates a new FaceImages instance from an "original" face; the "scaled" and "magic map" sized images are calculated.
newGaugeUpdater(String) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Creates a new GaugeUpdater instance from a string representation.
newGui() - Method in class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
Creates a new Gui instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
Creates a new GUIElement instance.
newItem(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
Creates a new GUIElement instance.
newItemPainter() - Method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Creates a new instance having the same parameters as this instance except for the item's size.
newMap(int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
A "newmap" command has been received.
newMap(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
A "newmap" command has been received.
newmapListener - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The NewmapListener registered to receive newmap commands.
NewmapListener - Interface in com.realtime.crossfire.jxclient.map
Interface for listeners interested in received "newmap" messages.
newmapListeners - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The listeners to notify about cleared maps.
newPickupOption(long, String) - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
Creates a new PickupOption.
newScript(String) - Method in class com.realtime.crossfire.jxclient.scripts.ScriptManager
Creates a new script instance.
newString(ByteBuffer, int, int) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Extracts a string from a ByteBuffer range.
newTextButton(TooltipManager, GUIElementListener, String, String, boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
Creates a new text button.
next() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.OpenDialogsIterator
 
NEXT_GROUP_FACE - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource for "Click here for next group of items" buttons.
nextAction - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The timestamp for the next notification.
nextActionNotBefore - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The minimum timestamp for the next notification.
nextElement - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
The element to activate.
nextGroupFace - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The face to substitute into "Click here for next group of items".
nextGroupFace - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The Image for "next group of items".
nextQuery - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The timestamp at which a query is allowed.
nextScriptId - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The script ID for the next created script.
NONE - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "no modifier".
NONE - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for "no modifier".
noSave - Variable in class com.realtime.crossfire.jxclient.settings.Settings
Flag to inhibit saving.
NoSuchCommandException - Exception in com.realtime.crossfire.jxclient.gui.textinput
An Exception thrown if a command does not exist.
NoSuchCommandException(String, Throwable) - Constructor for exception com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException
Creates a new instance.
NoSuchKeyCodeException - Exception in com.realtime.crossfire.jxclient.gui.keybindings
Indicates that a key code does not exist.
NoSuchKeyCodeException() - Constructor for exception com.realtime.crossfire.jxclient.gui.keybindings.NoSuchKeyCodeException
 
notCursed - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: ignore cursed items.
notifyChanged() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElementChangedListener
Called whenever the changed flag was set while a GUIElement was visible.
notifyPacketWatcherListenersAscii(ByteBuffer, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having ascii parameters.
notifyPacketWatcherListenersEmpty(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about an empty packet.
notifyPacketWatcherListenersIntArray(ByteBuffer, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having an array of int values as parameters.
notifyPacketWatcherListenersMixed(ByteBuffer, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having mixed parameters.
notifyPacketWatcherListenersNoData(ByteBuffer, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having unknown parameters.
notifyPacketWatcherListenersShortArray(ByteBuffer, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having an array of short values as parameters.
notifyPacketWatcherListenersShortInt(ByteBuffer, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having a short and an in value as parameters.
notifyPacketWatcherListenersStats(int, Object...) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Notifies all ReceivedPacketListeners about a packet having stat parameters.
nrof - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The number of objects in the stack.
nrofColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The color for the "nrof" text.
NUM_COLORS - Static variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The number of supported colors.
NUM_LAYERS - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The total number of map layers to display.
numberedSkills - Variable in class com.realtime.crossfire.jxclient.skills.SkillSet
Maps stat number to skill instance.
numberOfEntriesChanged() - Method in interface com.realtime.crossfire.jxclient.metaserver.MetaserverListener
The number of metaserver entries has changed.
numberOfItemsChanged() - Method in interface com.realtime.crossfire.jxclient.account.CharacterListener
Items were added or removed.
NumberParser - Class in com.realtime.crossfire.jxclient.util
Utility class for parsing strings into numbers.
NumberParser() - Constructor for class com.realtime.crossfire.jxclient.util.NumberParser
Private constructor to prevent instantiation.
numLookObjects - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The NumLookObjects instance for negotiating the size of the ground view.
NumLookObjects - Class in com.realtime.crossfire.jxclient.server.crossfire
Negotiates the size of the ground view in items with the Crossfire server.
NumLookObjects(CrossfireServerConnection, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Creates a new instance.

O

offset - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
Set to the distance of the dialog coordinates relative to the mouse position while dragging start.
offset - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The offset between the mouse and the top border of the slider while dragging.
offset - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The display offset: this many characters are hidden.
offsetX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The x offset for drawing the square at coordinate 0 of the map.
offsetX - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The x-offset of the visible window.
offsetY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The y offset for drawing the square at coordinate 0 of the map.
offsetY - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The y-offset of the visible window.
openAudioInputStream() - Method in class com.realtime.crossfire.jxclient.sound.Processor
Opens and returns an audio stream for Processor.name.
openContainerChanged(int) - Method in interface com.realtime.crossfire.jxclient.items.ItemSetListener
The currently opened container has changed.
openContainerFloor - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
The currently opened container or 0.
openDebugStream(String) - Static method in class com.realtime.crossfire.jxclient.main.JXClient
Opens an debug output stream.
openDialog(Gui, boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Opens a dialog.
openDialog(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Opens a dialog.
openDialog(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Opens a dialog.
openDialog(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Opens a dialog by name.
openDialog(Gui, boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Opens a dialog.
openDialogByName(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Opens a dialog by name.
openDialogInt(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Opens a dialog.
openDialogs - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Currently opened dialogs.
openDialogsAdd(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
OpenDialogsIterator() - Constructor for class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.OpenDialogsIterator
 
openDialogsRemove(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Removes a dialog to JXCWindowRenderer.openDialogs.
openKeybindDialog() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Opens the keybinding dialog.
openQueryDialog(String, int) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Opens the "query" dialog.
openQuitDialog() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Opens the "quit" dialog.
option - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The option to display.
Option - Class in com.realtime.crossfire.jxclient.settings.options
The base class for all options.
Option() - Constructor for class com.realtime.crossfire.jxclient.settings.options.Option
 
option - Variable in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
The Option instance.
option - Variable in class com.realtime.crossfire.jxclient.settings.options.PickupOption
The affected pickup mode.
OptionException - Exception in com.realtime.crossfire.jxclient.settings.options
Indicates about an incorrect option.
OptionException(String) - Constructor for exception com.realtime.crossfire.jxclient.settings.options.OptionException
Creates a new instance.
optionListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
OptionListener - Interface in com.realtime.crossfire.jxclient.settings.options
Interface for listeners for attribute changes of Options.
optionManager - Variable in class com.realtime.crossfire.jxclient.commands.SetCommand
The option manager instance.
optionManager - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The option manager for this window.
OptionManager - Class in com.realtime.crossfire.jxclient.settings.options
Maintains a set of named options.
OptionManager(Settings) - Constructor for class com.realtime.crossfire.jxclient.settings.options.OptionManager
Creates a new instance.
optionManager - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The OptionManager instance to use.
optionManager - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The OptionManager to use.
OptionManager.Entry - Class in com.realtime.crossfire.jxclient.settings.options
Pair of Option and corresponding documentation string.
optionNames - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The defined option names.
Options - Class in com.realtime.crossfire.jxclient.main
Command line argument parser.
Options() - Constructor for class com.realtime.crossfire.jxclient.main.Options
 
options - Variable in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Maps option name to option instance.
orientation - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The gauge's orientation.
Orientation - Interface in com.realtime.crossfire.jxclient.gui.gauge
Interface for orientation images.
orientationDiv - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The gauge's orientation.
OrientationEW - Class in com.realtime.crossfire.jxclient.gui.gauge
Implements an Orientation which grows east to west.
OrientationEW() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.OrientationEW
Creates a new instance.
orientationMod - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The gauge's orientation.
OrientationNS - Class in com.realtime.crossfire.jxclient.gui.gauge
Implements an Orientation which grows north to south.
OrientationNS() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.OrientationNS
Creates a new instance.
OrientationParser - Class in com.realtime.crossfire.jxclient.gui.gauge
Utility class to parse orientation names.
OrientationParser() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.OrientationParser
Private constructor to prevent instantiation.
OrientationSN - Class in com.realtime.crossfire.jxclient.gui.gauge
Implements an Orientation which grows south to north.
OrientationSN() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.OrientationSN
Creates a new instance.
OrientationWE - Class in com.realtime.crossfire.jxclient.gui.gauge
Implements an Orientation which grows west to east.
OrientationWE() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.OrientationWE
Creates a new instance.
OriginalFacesProvider - Class in com.realtime.crossfire.jxclient.faces
A FacesProvider that returns faces scaled to 64x64 pixels.
OriginalFacesProvider(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
Creates a new instance.
originalImageIcon - Variable in class com.realtime.crossfire.jxclient.faces.FaceImages
The ImageIcon as sent by the Crossfire server.
origX - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
osw - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The OutputStreamWriter associated with DefaultScriptProcess.process.
outOfViewMultiFaces - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
All multi-tiled faces with heads outside the visible map area.
outputBuffer - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The output buffer.
OutputCountTracker - Class in com.realtime.crossfire.jxclient.main
Tracks received Crossfire messages and resets the "output-count" setting whenever a player logs in.
OutputCountTracker(GuiStateManager, CrossfireServerConnection, CommandQueue) - Constructor for class com.realtime.crossfire.jxclient.main.OutputCountTracker
Creates a new instance.
ox - Variable in class com.realtime.crossfire.jxclient.map.CfMap
oy - Variable in class com.realtime.crossfire.jxclient.map.CfMap

P

packet - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The packet id for the next "ncom" command to send.
packetHeader - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
A buffer for sending packets.
packetReceived(ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called whenever a packet is received from the Crossfire server.
packetSent(byte[], int) - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called whenever a packet has been sent to the Crossfire server.
packetWatcher - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The PacketWatcher to process "watch" commands.
PacketWatcher - Class in com.realtime.crossfire.jxclient.scripts
Implements the "watch" function for client-sided scripts.
PacketWatcher(CrossfireServerConnection, ScriptProcess) - Constructor for class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Creates a new instance.
paint(Graphics2D, CfItem, boolean, Image, int, int) - Method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Paints an CfItem.
paintActiveComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Marks the active component in a Graphics instance.
paintColor(Graphics, Color, boolean, int, int) - Static method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Conditionally paints the background with a solid color.
paintColoredSquare(Graphics, Color, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Fills a square with one Color.
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIFill
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
paintComponent(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
paintImage(Graphics, Image, boolean) - Static method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Conditionally paints an image.
paintImage(Graphics, Face, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Paints a face into a tile.
paintSmooth(Graphics, int, int, int, int, int, CfMap, int) - Method in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Draw the smoothing information at given position of map, for a given limit smoothlevel, at a given layer.
paintSquareBackground(Graphics, int, int, boolean, CfMapSquare) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Paints the background of a map square.
paintSquareBackground(Graphics, int, int, boolean, CfMapSquare) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Paints the background of a map square.
paintSquareBackground(Graphics, int, int, boolean, CfMapSquare) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
Paints the background of a map square.
parent - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Quest internal code of this quest's parent, 0 if no parent.
parse(CharSequence, Color, Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Parses a text message.
parse(String[]) - Method in class com.realtime.crossfire.jxclient.main.Options
Parse command line arguments.
parse(String) - Static method in class com.realtime.crossfire.jxclient.util.Resolution
Creates a new instance from string representation.
parseAccountCreate(AbstractGUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds an "ACCOUNT_CREATE" command.
parseAccountCreateCharacter(AbstractGUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds an "ACCOUNT_CREATE_CHARACTER" command.
parseAccountLink(AbstractGUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds an "ACCOUNT_LINK" command.
parseAccountLogin(AbstractGUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds an "ACCOUNT_LOGIN" command.
parseAccountPassword(AbstractGUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds an "ACCOUNT_PASSWORD" command.
parseAccountPlay(AbstractGUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds an "ACCOUNT_PLAY" command.
parseAccountPlayer(ByteBuffer, AccountPlayerBuilder) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes one account entry of an 'accountplayers' server command.
parseBegin(Args, GroupLayout, LineNumberReader, Collection<GUIElement>) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "begin..end" block.
parseBoolean(String) - Static method in class com.realtime.crossfire.jxclient.util.NumberParser
Parses a boolean constant.
parseButton(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "button" command.
parseCharacterList(Args, TooltipManager, GUIElementListener, CharacterModel) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "character_list" command.
parseCheckbox(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "checkbox" command.
parseCheckBoxOption(String, OptionManager) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Parses a check box option name.
parseClassRaceInfoChoice(ByteBuffer, ClassRaceInfoBuilder) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parses a "choice" entry of a "replyinfo race_info" or "replyinfo class_info" packet.
parseClassRaceInfoStats(ByteBuffer, ClassRaceInfoBuilder) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parses a "stats" entry of a "replyinfo race_info" or "replyinfo class_info" packet.
parseColor(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Parses a color name.
parseColorName(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Parses a color name.
parseColorNull(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Parses a color name, optionally followed by "/<alpha>".
parseComboBox(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "combobox" command.
parseCommandArgs(Args, AbstractGUIElement, String, GuiStateManager, CommandExecutor, LineNumberReader, CommandQueue, CrossfireServerConnection, CommandCallback, Macros) - Method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds command arguments.
parseCommandList(Args, GuiStateManager, LineNumberReader, CommandExecutor, CommandQueue, CrossfireServerConnection, CommandCallback, Macros) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "commandlist" command.
parseCommandListAdd(Args, GuiStateManager, LineNumberReader, CommandExecutor, CommandQueue, CrossfireServerConnection, CommandCallback, Macros) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "commandlist_add" command.
parseCommandText(Args, CommandCallback, TooltipManager, GUIElementListener, CommandExecutor) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "command_text" command.
parseConnect(GUIElement, GuiStateManager) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "CONNECT" command.
parseDef(Args, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "def" command.
parseDialog(Args, TooltipManager, JXCWindowRenderer, GUIElementListener, LineNumberReader, Gui, String) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "dialog" command.
parseDialogClose(Args, GUIElement, CommandCallback) - Method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "DIALOG_CLOSE" command.
parseDialogHide(Args, Gui) - Static method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "dialog_hide" command.
parseDialogOpen(Args, GUIElement, CommandCallback) - Method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "DIALOG_OPEN" command.
parseDialogToggle(Args, GUIElement, CommandCallback) - Method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "DIALOG_TOGGLE" command.
parseDigit(byte) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parses a character into an integer.
parseDisconnect(GUIElement, GuiStateManager) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "DISCONNECT" command.
parseDupGauge(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "dupgauge" command.
parseDupTextGauge(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "duptextgauge" command.
parseEntry(CharSequence) - Static method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Parses a metaserver response line.
parseEnum(Class<T>, String, String) - Static method in class com.realtime.crossfire.jxclient.util.NumberParser
Parses an enum constant.
parseEvent(Args, GuiStateManager, CrossfireServerConnection) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses an "event" command.
parseExecSelection(Args, GUIElement, CommandQueue, CrossfireServerConnection) - Method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "" command.
parseExpression(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
Parses an integer constant.
parseFill(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "fill" command.
parseFloat(String) - Static method in class com.realtime.crossfire.jxclient.util.NumberParser
Parses a float constant.
parseFont(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "font" command.
parseGauge(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "gauge" command.
parseGaugeUpdater(String, ExperienceTable) - Method in class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
Parses a gauge updater value.
parseGuiExecuteCommand(Args, GUIElement, CommandExecutor, LineNumberReader, Macros) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "GUI_EXECUTE_COMMAND" command.
parseGuiExecuteElement(GUIElement) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "GUI_EXECUTE_ELEMENT" command.
parseGuiMeta(GUIElement, GuiStateManager) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "GUI_META" command.
parseGuiStart(GUIElement, GuiStateManager) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "GUI_START" command.
parseHide(Component) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "HIDE" command.
parseHideInput(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "hide_input" command.
parseHorizontal(Args, Container, LineNumberReader, boolean) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "horizontal" command.
parseIgnore(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses an "ignore" command.
parseInt(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
Parses an integer constant.
parseInt(String, int) - Static method in class com.realtime.crossfire.jxclient.util.NumberParser
Converts a string into an int value.
parseInt(String, int, int, int) - Static method in class com.realtime.crossfire.jxclient.util.NumberParser
Converts a string into an int value in the given bounds.
parseIntegerConstant(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
Parses an integer constant string.
parseItem(Args, TooltipManager, GUIElementListener, CommandQueue, CrossfireServerConnection, Shortcuts, CurrentSpellManager, Image, Image) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses an "item" command.
parseKey(Args, Gui, String) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "key" command.
parseKeyBinding(String, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Parses and add a key binding.
parseLabelFailure(Args, TooltipManager, GUIElementListener, CrossfireServerConnection) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_failure" command.
parseLabelHtml(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_html" command.
parseLabelMessage(Args, TooltipManager, GUIElementListener, CrossfireServerConnection, JXCWindowRenderer) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_message" command.
parseLabelMulti(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_multi" command.
parseLabelQuery(Args, TooltipManager, GUIElementListener, CrossfireServerConnection) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_query" command.
parseLabelSpell(Args, TooltipManager, GUIElementListener, CurrentSpellManager) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_spell" command.
parseLabelStat(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_stat" command.
parseLabelStat2(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_stat2" command.
parseLabelText(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "label_text" command.
parseLine(String, Color, Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Parses one text line.
parseLine(String, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Parses one text line.
parseLine(String) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Parses a metaserver response line.
parseLineWithoutMediaTags(String, Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Parses one text line of a plain text message without media tags.
parseLinkSize(Args, Container) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "link_size" command.
parseList(Args, JXCSkinLoader.ListType, TooltipManager, GUIElementListener, CommandQueue, CrossfireServerConnection, CurrentSpellManager, Image, Image) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses an "inventory_list", "floor_list", "spells_list" or "quests_list" command.
parseLogColor(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "log_color" command.
parseLogFilter(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "log_filter" command.
parseLogLabel(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "log_label" command.
parseLogMessage(Args, TooltipManager, GUIElementListener, CrossfireServerConnection) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "log_message" command.
parseLong(String, long) - Static method in class com.realtime.crossfire.jxclient.util.NumberParser
Converts a string into a long value.
parseMap(Args, TooltipManager, GUIElementListener, CrossfireServerConnection, SmoothFaces) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "map" command.
parseMessageType(String) - Static method in class com.realtime.crossfire.jxclient.protocol.MessageTypes
Parses a string into a message type.
parseMetaList(Args, TooltipManager, GUIElementListener, MetaserverModel) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "meta_list" command.
parseMinimap(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "minimap" command.
parseMoveFocus(Args, GUIElement) - Method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "MOVE_FOCUS" command.
parseMoveSelection(Args, GUIElement) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "MOVE_SELECTION" command.
parseNewCharInfoInformational(String, String) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parses an 'I' entry of a "replyinfo newcharinfo" packet.
parseNewCharInfoValue(NewCharInfoBuilder, boolean, String, String) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parses an 'R' or 'O' entry of a "replyinfo newcharinfo" packet.
parseNewCharInfoValues(NewCharInfoBuilder, String, String) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parses a 'V' entry of a "replyinfo newcharinfo" packet.
parseOrientation(String) - Static method in class com.realtime.crossfire.jxclient.gui.gauge.OrientationParser
Converts an orientation name into an Orientation instance.
parseOrientation(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Parses an orientation value.
parsePicture(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "picture" command.
parsePrint(GUIElement) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "PRINT" command.
parseQueryText(Args, CrossfireServerConnection, CommandCallback, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "query_text" command.
parseQuit(GUIElement, CommandCallback) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "QUIT" command.
parser - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
The Parser instance for parsing drawextinfo messages.
parser - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The Parser instance for parsing drawextinfo messages.
Parser - Class in com.realtime.crossfire.jxclient.gui.log
Parser for parsing drawextinfo messages received from a Crossfire server to update a Buffer instance.
Parser() - Constructor for class com.realtime.crossfire.jxclient.gui.log.Parser
 
parseResolution(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a resolution specification.
parseScroll(Args, GUIElement, boolean) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "SCROLL" or "SCROLL_NEVER command.
parseScrollbar(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "scrollbar" command.
parseScrollList(Args, GUIElement) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "SCROLL_LIST" command.
parseScrollReset(GUIElement) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "SCROLL_RESET" command.
parseSelect(Args, GUIElement) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "SELECT" command.
parseSetAutoSize(Gui, Args) - Static method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "set_auto_size" command.
parseSetDefault(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "set_default" command.
parseSetForcedActive(Args, Gui) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "set_forced_active" command.
parseSetInvisible(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "set_invisible" command.
parseSetModal(Gui) - Static method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "set_modal" command.
parseShow(Component) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "SHOW" command.
parseSkinName(Args) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "skin_name" command.
parseStat(String) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Parses a stat value.
parseStat(String) - Static method in class com.realtime.crossfire.jxclient.stats.StatsParser
Converts a stat name into a stat index.
parseText(Args, CommandCallback, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "text" command.
parseText(Args, LineNumberReader) - Static method in class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Concatenates trailing arguments into a string.
parseTextButton(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "textbutton" command.
parseTextGauge(Args, TooltipManager, GUIElementListener, LineNumberReader) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "textgauge" command.
parseToggle(Component) - Static method in class com.realtime.crossfire.jxclient.skin.io.CommandParser
Parses and builds a "TOGGLE" command.
parseTooltip(Args, TooltipManager, GUIElementListener) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "tooltip" command.
ParseUtils - Class in com.realtime.crossfire.jxclient.skin.io
Utility class for parsing string parameters into values.
ParseUtils() - Constructor for class com.realtime.crossfire.jxclient.skin.io.ParseUtils
Private constructor to prevent instantiation.
parseVertical(Args, Container, LineNumberReader, boolean) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses a "vertical" command.
parseWithoutMediaTags(CharSequence, Color, Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Parses a plain text message without media tags.
party - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's party.
party - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's party.
paste() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Performs a "paste" operation from the system clipboard.
patch - Variable in class com.realtime.crossfire.jxclient.map.CfMap
Array of (possibly) defined squares.
patchX - Variable in class com.realtime.crossfire.jxclient.map.CfMap
Left edge of viewable area.
patchY - Variable in class com.realtime.crossfire.jxclient.map.CfMap
Top edge of viewable area.
path - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The spell path.
pattern - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
A Pattern matching all PacketWatcher.commands.
PATTERN - Static variable in class com.realtime.crossfire.jxclient.window.DialogStateParser
The pattern to split fields in the save file.
PATTERN_BAR - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Pattern to split a string by "|".
PATTERN_DOT - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Pattern to split a string by ":".
PATTERN_ENCODE - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Pattern matching lines that need a GUICommandFactoryImpl.TRAILING_ESCAPE appended.
PATTERN_EXPR - Static variable in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
Pattern to parse integer constants.
PATTERN_LEADING_WHITESPACE - Static variable in class com.realtime.crossfire.jxclient.util.StringUtils
A pattern matching leading whitespace.
PATTERN_LINE_BREAK - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
The pattern used to split a string into lines.
PATTERN_SEPARATOR - Static variable in class com.realtime.crossfire.jxclient.commands.CommandExpander
The Pattern for splitting command sequences.
PATTERN_SPACE - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Pattern to split a string by spaces.
PATTERN_SPACES - Static variable in class com.realtime.crossfire.jxclient.commands.CommandExpander
The Pattern for splitting commands from command arguments.
PATTERN_WHITESPACE - Static variable in class com.realtime.crossfire.jxclient.util.Patterns
The pattern to split a command from arguments, and to split arguments.
Patterns - Class in com.realtime.crossfire.jxclient.util
Utility class containing useful Patterns.
Patterns() - Constructor for class com.realtime.crossfire.jxclient.util.Patterns
Private constructor to prevent instantiation.
PATTERNS_DECODE - Static variable in class com.realtime.crossfire.jxclient.util.Codec
Patterns that must be decoded.
PATTERNS_ENCODE - Static variable in class com.realtime.crossfire.jxclient.util.Codec
Patterns that must be encoded.
pending - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Whether negotiation may be pending.
pendingAskfaces - Variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Face numbers for which "askface" commands have been sent without having received a response from the server.
pendingChange - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Used to avoid refreshing items all the time.
pendingCommands - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
Records command ids of commands sent to the server for which no comc commands has been received.
pendingFaces - Variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Face numbers for which an "askface" command should be sent.
pendingFaceSquares - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The map squares containing pending faces.
pendingFacesQueue - Variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
The same elements as AskfaceFaceQueue.pendingFaces in query order.
pendingInactive - Variable in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Set if the next call to ActivatableGUIElement.setInactiveIfPending() will deactivate this GUI element.
pendingLoadFaces - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The faces for which FileCacheFaceQueue.loadFace(Face) has been called but that are not yet processed.
pendingMapHeight - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The map height that is being negotiated with the server.
pendingMapWidth - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The map width that is being negotiated with the server.
pendingNumLookObjects - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The number of ground view objects being negotiated with the server.
pendingRequestInfos - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Pending "requestinfo" commands that will be sent as soon DefaultCrossfireServerConnection.sendingRequestInfo is unset.
pendingTickUpdates - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
The AnimationState instances that have been added but not yet received a "tick" value.
Pickup - Class in com.realtime.crossfire.jxclient.settings.options
Defines constants for pickup mode.
Pickup(CommandQueue, OptionManager) - Constructor for class com.realtime.crossfire.jxclient.settings.options.Pickup
Creates a new instance.
pickup - Variable in class com.realtime.crossfire.jxclient.settings.options.PickupOption
The pickup instance for modifying the pickup mode.
pickupChanged(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfirePickupListener
A "pickup" message has been received.
pickupMode - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
The pickup mode.
PickupOption - Class in com.realtime.crossfire.jxclient.settings.options
A CheckBoxOption that toggles a pickup setting.
PickupOption(Pickup, long, String) - Constructor for class com.realtime.crossfire.jxclient.settings.options.PickupOption
Creates a new instance.
pickupOptions - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
All pickup options.
pixels - Variable in class com.realtime.crossfire.jxclient.faces.RawScale8d
Maps pixel value to number of pixels.
play(String, String) - Method in class com.realtime.crossfire.jxclient.sound.ClipManager
Plays the given sound effect.
play(String) - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
Plays the given music.
playClip(Sounds, String, String) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
Plays a sound clip.
playClip(String) - Method in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Plays a clip if sounds should be generated.
player - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
The current player object this client controls.
playerChanged(CfItem) - Method in interface com.realtime.crossfire.jxclient.items.ItemSetListener
The player CfItem has changed.
playerInventoryListener - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The ItemListener attached to the current player object.
PlayerLoginSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList at connection setup.
PlayerLoginSkinEvent(boolean, CommandList, ItemSet) - Constructor for class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
Creates a new instance.
PlayerNameTracker - Class in com.realtime.crossfire.jxclient.main
Tracks a GuiStateManager and updates a JXCConnection's character name.
PlayerNameTracker(GuiStateManager, JXCConnection, ItemSet) - Constructor for class com.realtime.crossfire.jxclient.main.PlayerNameTracker
Creates a new instance.
playerReceived(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
A "player" command has been received.
playerReceived(int, int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
A "player" command has been received.
playerReceived() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
A "player" protocol command has been received.
players - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The number of players.
players - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "players" value for the current server entry.
playerX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The x offset of the tile representing the player.
playerY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The y offset of the tile representing the player.
playMusic(String) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
Plays a background music.
points - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
The total number of points the character has to spend.
points - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
The total number of points the character has to spend.
POISON_OFF - Static variable in enum com.realtime.crossfire.jxclient.sound.Sounds
The sound to play when the character gets un-poisoned.
POISON_ON - Static variable in enum com.realtime.crossfire.jxclient.sound.Sounds
The sound to play when the character get poisoned.
poisoned - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The last known poisoned state.
PoisonWatcher - Class in com.realtime.crossfire.jxclient.stats
Helper class to synthesize an "is poisoned" stat value.
PoisonWatcher(Stats, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Creates a new instance.
port - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The port to connect to.
port - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The currently connected port.
potion - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: potions.
preConnecting(String) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
Connection establishment is in progress.
PREF_HEIGHT - Static variable in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
The identifier evaluating to the preferred height in pixels of the current dialog.
PREF_WIDTH - Static variable in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
The identifier evaluating to the preferred width in pixels of the current dialog.
PREFERRED_LINE_LENGTH - Static variable in class com.realtime.crossfire.jxclient.util.StringSplitter
The preferred line length in characters.
preferredMapHeight - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The map height in tiles that is negotiated with the server.
preferredMapWidth - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The map width in tiles that is negotiated with the server.
preferredNumLookObjects - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The number of ground view objects to be negotiated with the server.
preferredSize - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The preferred size of this component.
preferredSize - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The preferred size of this component.
preferredSize - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The preferred size of this component.
preferredSize - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
The preferred size of this component.
preferredSize - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The size of this component.
prefHeightFactor - Variable in class com.realtime.crossfire.jxclient.gui.gui.Expression
The preferred height dependent factor.
prefWidthFactor - Variable in class com.realtime.crossfire.jxclient.gui.gui.Expression
The preferred width dependent factor.
PREV_GROUP_FACE - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource for "Click here for previous group of items" buttons.
prevElement - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
The element to deactivate.
prevGroupFace - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The face to substitute into "Click here for previous group of items".
prevGroupFace - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The Image for "prev group of items".
PrintCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which does nothing.
PrintCommand() - Constructor for class com.realtime.crossfire.jxclient.gui.commands.PrintCommand
 
printMessageTypes - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Whether message types are included in the buffer output.
process(int, int) - Method in class com.realtime.crossfire.jxclient.faces.RawScale2x
Processes a specific pixel.
process(int, int) - Method in class com.realtime.crossfire.jxclient.faces.RawScale8d
Processes a specific destination pixel.
process - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The Process instance for the executed child process.
process() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Reads/writes data from/to the socket.
processAccountPlayers(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'accountplayers' server command.
processAddKnowledge(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an "addacknowledge" block.
processAddmeFailed(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'account_failed' server command.
processAddmeSuccess(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'account_success' server command.
processAddQuest(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'addquest' server command.
processAddSpell(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'addspell' server command.
processAnim(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'anim' server command.
processAscii(String, ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having ascii parameters has been received.
processClassListReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo class_list" block.
processClassRaceInfoReplyinfo(ByteBuffer, boolean) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo race_info" or "replyinfo class_info" block.
processComc(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'comc' server command.
processConnect(String, int) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Connects the socket.
processDelInv(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'delinv' server command.
processDelItem(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'delitem' server command.
processDelSpell(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'delspell' server command.
processDisconnect(String, boolean) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Disconnects the socket.
processDrawExtInfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'drawextinfo' server command.
processDrawInfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'drawinfo' server command.
processEmpty(String) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having no parameters has been received.
processExpTableReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo exp_table" block.
processExtendedInfoSet(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'ExtendedInfoSet' server command.
processExtendedTextSet(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'ExtendedTextSet' server command.
processFace2(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'face2' server command.
processFaceData(Face, byte[]) - Method in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Processes face information received from the server.
processFailure(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'failure' server command.
processGoodbye(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'goodbye' server command.
processImage2(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'image2' server command.
processImageInfoReplyinfo(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo image_info" block.
processIntArray(String, ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having an array of int parameters has been received.
processItem2(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'item2' server command.
processKnowledgeInfoReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo knowledge_info" block.
processMagicMap(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'magicmap' server command.
processMap2(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'map2' server command.
processMapExtended(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'mapextended' server command.
processMapScroll(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Processes a map scroll command.
processMixed(String, ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having mixed parameters has been received.
processMusic(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'music' server command.
processNewCharInfoReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo newcharinfo" block.
processNewMap(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'newmap' server command.
processNoData(String, ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having unknown parameters has been received.
processor - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The currently running processor, or null if none is active or if music is disabled.
Processor - Class in com.realtime.crossfire.jxclient.sound
A thread that plays a music file over and over until terminated.
Processor(String, AudioFileLoader) - Constructor for class com.realtime.crossfire.jxclient.sound.Processor
Creates a new instance.
processPacket(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a received packet.
processPickup(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'pickup' server command.
processPlayer(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'pickup' server command.
processQuery(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'pickup' server command.
processRaceListReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo race_list" block.
processRead() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Reads data from the socket and parses the data into commands.
processReadCommand() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Parses data from ClientSocket.inputBuffer into commands.
processReplyInfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'replyinfo' server command.
processSetup(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'replyinfo' server command.
processSetupNumLookObjects(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Called when a "setup num_look_objects" response has been received from the server.
processShortArray(String, ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having an array of short integer parameters has been received.
processShortInt(String, ByteBuffer) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A packet having a short and an int parameter has been received.
processSkillInfoReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo skill_info" block.
processSmooth(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'smooth' server command.
processSound(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'sound' server command.
processSound2(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'sound2' server command.
processStartingMapReplyinfo(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a "replyinfo startingmap" block.
processStats(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'stats' server command.
processStats(String, int, Object[]) - Method in interface com.realtime.crossfire.jxclient.server.server.ReceivedPacketListener
A stats packet has been received.
processTag(String, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Processes a tag.
processText(String, Line) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Processes one text segment.
processTick(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'tick' server command.
processUpdItem(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'upditem' server command.
processUpdQuest(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'updquest' server command.
processUpdSpell(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes an 'updspell' server command.
processVersion(ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes a 'version' server command.
processWrite() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Writes some pending data to the socket.
proportionalSlider - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
If set, make the slider size reflect the visible area; if unset, display the slider as a square.
prune() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Prunes excess lines.
PU_DEBUG - Static variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: debug.
PU_NEW_MODE - Static variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: enable newpickup mode.
PU_NOTHING - Static variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: nothing.
PU_RATIO - Static variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: mask for value/weight ratio.
put(MetaserverEntry) - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Adds an entry to the cache.
putBoolean(SettingsEntry<Boolean>, boolean) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Stores a key/value pair.
putDecimal(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Appends an integer in decimal ASCII representation to DefaultCrossfireServerConnection.byteBuffer.
putInt(SettingsEntry<Integer>, int) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Stores a key/value pair.
putLong(SettingsEntry<Long>, long) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Stores a key/value pair.
putString(SettingsEntry<?>, String) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Stores a key/value pair.

Q

query() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Immediately triggers a metaserver query and enables periodic re-queries.
queryDialog - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The query dialog.
queryListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireQueryListeners to be notified.
quest - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The currently selected Quest, null if none.
Quest - Class in com.realtime.crossfire.jxclient.quests
Describes an in-game quest.
Quest(int, String, int, boolean, int, boolean, String) - Constructor for class com.realtime.crossfire.jxclient.quests.Quest
Create a new quest.
questAdded(int) - Method in interface com.realtime.crossfire.jxclient.quests.QuestsManagerListener
A new quest.
questChanged() - Method in interface com.realtime.crossfire.jxclient.quests.QuestListener
The associated Quest instance has changed.
QuestComparator - Class in com.realtime.crossfire.jxclient.quests
A Comparator to compare Quest instances by title and code.
QuestComparator() - Constructor for class com.realtime.crossfire.jxclient.quests.QuestComparator
 
questComparator - Variable in class com.realtime.crossfire.jxclient.quests.QuestsManager
A Comparator to compare Quest instances by title and code.
questListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
QuestListener - Interface in com.realtime.crossfire.jxclient.quests
Interface for listeners interested in Quest related events.
quests - Variable in class com.realtime.crossfire.jxclient.quests.QuestsManager
All quests.
questsManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The QuestsManager instance to watch.
questsManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The quests to display.
questsManager - Variable in class com.realtime.crossfire.jxclient.items.QuestsView
The quests to display.
QuestsManager - Class in com.realtime.crossfire.jxclient.quests
Manages all quests for a player.
QuestsManager(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.quests.QuestsManager
Creates a new instance.
questsManager - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
questsManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The QuestsManagerListener used to detect spell changes.
QuestsManagerListener - Interface in com.realtime.crossfire.jxclient.quests
Interface for listeners interested in QuestsManager events.
questsView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The spells view to use.
QuestsView - Class in com.realtime.crossfire.jxclient.items
Provides a view of all quests a character is doing.
QuestsView(QuestsManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.items.QuestsView
Creates a new instance.
questView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The QuestsView to use.
quitApplication() - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Terminates the application.
quitApplication() - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Terminates the application.
QuitCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which quite the client.
QuitCommand(CommandCallback) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
Creates a new instance.
quoteName(String) - Static method in class com.realtime.crossfire.jxclient.util.FilenameUtils
Converts a file name to a "safe" form.

R

race - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's race.
race - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's race.
raceChoice - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
Whether a race should be selected.
raceChoice - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Whether a race should be selected.
raceInfo - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The defined races for character creation.
raceInfoChanged(String) - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
Called whenever information of a race may have changed.
raceList - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The races available for character creation.
raceListChanged() - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
Called whenever the race list may have changed.
raiseDialog(Component) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElementListener
The Gui of a Component should be raised.
raiseDialog(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Raises an already opened dialog.
random - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
The random number generator for Map2.ANIM_RANDOM type animations.
range - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The current value of the range stat.
rangeChanged(String) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's range type has changed.
RawScale2x - Class in com.realtime.crossfire.jxclient.faces
A simple implementation of the Scale2x algorithm for scaling raw image data.
RawScale2x(int[], int, int) - Constructor for class com.realtime.crossfire.jxclient.faces.RawScale2x
Creates a new scaler based on some raw data.
RawScale8d - Class in com.realtime.crossfire.jxclient.faces
Scales down a raw image to an eighth in both dimensions.
RawScale8d(int[], int, int) - Constructor for class com.realtime.crossfire.jxclient.faces.RawScale8d
Creates a new instance.
readable - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: normal books and scrolls.
READIED_SKILLS - Static variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Prefix string when searching for the currently active skill.
rebuildList() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Rebuilds the list cells.
rebuildList(Integer[]) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Rebuilds the list cells.
rebuildList() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Rebuild the list cells.
rebuildPattern() - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
rebuildSkills() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Rebuilds the list of skills from the spells.
reCalculate() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Recalculate the extents of the highlighted image part.
reCalculate() - Method in class com.realtime.crossfire.jxclient.gui.gauge.OrientationEW
Recalculate the extents of the highlighted image part.
reCalculate() - Method in class com.realtime.crossfire.jxclient.gui.gauge.OrientationNS
Recalculate the extents of the highlighted image part.
reCalculate() - Method in class com.realtime.crossfire.jxclient.gui.gauge.OrientationSN
Recalculate the extents of the highlighted image part.
reCalculate() - Method in class com.realtime.crossfire.jxclient.gui.gauge.OrientationWE
Recalculate the extents of the highlighted image part.
receivedPacketListener - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
ReceivedPacketListener - Interface in com.realtime.crossfire.jxclient.server.server
Interface for listeners interested in received packets.
receivedPacketListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The ReceivedPacketListeners to be notified.
reconnect - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Set if ClientSocket.host or ClientSocket.port has changed and thus a reconnect is needed.
reconnectIsError - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Only valid if ClientSocket.reconnect is set.
reconnectReason - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Only valid if ClientSocket.reconnect is set.
redraw(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Paints the view into the given graphics instance.
redrawAll() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws the complete map view.
redrawAllUnlessDirty(Graphics, CfMap) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws all non-dirty tiles.
redrawBlack(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Repaints all to black.
redrawSquare(Graphics, CfMapSquare, CfMap, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws one square.
redrawSquare(Graphics, int, int, CfMapSquare, CfMap) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws one layer of a square.
redrawSquareUnlessDirty(Graphics, CfMap, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws one square if it is not dirty.
redrawTiles(Graphics, CfMap, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws a rectangular area of tiles.
redrawTilesUnlessDirty(Graphics, CfMap, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Redraws a rectangular area of non-dirty tiles.
remove() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer.OpenDialogsIterator
 
remove(Location) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Clears a Location.
remove(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Removes all visible animations for a tile.
remove(Location) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Removes a visible animation.
remove(String) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Removes a key.
remove(int) - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Removes a mapping.
remove(T) - Method in class com.realtime.crossfire.jxclient.util.EventListenerList2
Removes a listener.
remove(int, T) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
Removes a listener.
remove(int, T) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
Removes a listener.
remove(int) - Method in class com.realtime.crossfire.jxclient.util.Mapping
Removes a mapping.
removeBufferListener(BufferListener) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Removes a listener to be notified of changes.
removeCfItemModifiedListener(CfItemListener) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Remove a CfItemModifiedListener.
removeCharacterInformationListener(int, CharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Removes a character entry listener for one entry.
removeCharacterListener(CharacterListener) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Removes a character listener.
removeClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Removes a ClientSocketListener to notify.
removeClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Removes a ClientSocketListener to notify.
removeClientSocketListener(ClientSocketListener) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Removes a ClientSocketListener to notify.
removeClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Removes a ClientSocketListener to be notified.
removeCommand(String) - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Removes a command to watch for.
removeCommand(String) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Removes a command.
removeComponent(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Removes a Component.
removeCrossfireAccountListener(CrossfireAccountListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener to be notified about account events.
removeCrossfireAccountListener(CrossfireAccountListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener to be notified about account events.
removeCrossfireDrawextinfoListener(CrossfireDrawextinfoListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes the given listener from the list of objects listening to the drawextinfo S->C messages.
removeCrossfireDrawextinfoListener(CrossfireDrawextinfoListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes the given listener from the list of objects listening to the drawextinfo S->C messages.
removeCrossfireDrawinfoListener(CrossfireDrawinfoListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes the given listener from the list of objects listening to the drawinfo S->C messages.
removeCrossfireDrawinfoListener(CrossfireDrawinfoListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes the given listener from the list of objects listening to the drawinfo S->C messages.
removeCrossfireFailureListener(CrossfireFailureListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener to be notified of failure messages.
removeCrossfireFailureListener(CrossfireFailureListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener to be notified of failure messages.
removeCrossfireMagicmapListener(CrossfireMagicmapListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener from the list of objects listening to magicmap messages.
removeCrossfireMagicmapListener(CrossfireMagicmapListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener from the list of objects listening to magicmap messages.
removeCrossfireMapListener(MapListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Removes a listener to notify about changed map squares.
removeCrossfireMapScrollListener(MapScrollListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Removes a listener to notify about scrolled maps.
removeCrossfireNewmapListener(NewmapListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Removes a listener to notify about cleared maps.
removeCrossfirePickupListener(CrossfirePickupListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener to be notified about received "pickup" messages.
removeCrossfirePickupListener(CrossfirePickupListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener to be notified about received "pickup" messages.
removeCrossfireQueryListener(CrossfireQueryListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes the given listener from the list of objects listening to the query S->C messages.
removeCrossfireQueryListener(CrossfireQueryListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes the given listener from the list of objects listening to the query S->C messages.
removeCrossfireQuestChangedListener(QuestsManagerListener) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Removes a QuestsManagerListener to notify about changes.
removeCrossfireSpellChangedListener(SpellsManagerListener) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Removes a SpellsManagerListener to notify about changes.
removeCrossfireStatsListener(StatsListener) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Removes a StatsListener to be notified about stat changes.
removeCrossfireUpdateItemListener(CrossfireUpdateItemListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener to be notified about item changes.
removeCrossfireUpdateItemListener(CrossfireUpdateItemListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener to be notified about item changes.
removeFaceQueueListener(FaceQueueListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
Removes a FaceQueueListener to be notified about processed faces.
removeFaceQueueListener(FaceQueueListener) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueue
Removes a FaceQueueListener to be notified about processed faces.
removeFacesManagerListener(FacesManagerListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Removes a FacesManagerListener to be notified about updated faces.
removeFacesManagerListener(FacesManagerListener) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Removes a FacesManagerListener to be notified about updated faces.
removeFromLayeredPane(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Removes a component from JXCWindowRenderer.layeredPane.
removeGuiStateListener(GuiStateListener) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Removes a gui state listener.
removeInventoryListener(int, ItemListener) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Removes an ItemListener to be notified about changes.
removeItemByTag(int, boolean) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Removes a CfItem.
removeItems(int[]) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Deletes items by tag.
removeItemSetListener(ItemSetListener) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Removes an ItemSetListener to be notified about changes.
removeKeyBinding(boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Starts to remove a key binding.
removeKeyBinding(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Removes a key binding.
removeKeyBinding(boolean) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Removes a key binding.
removeKeyBinding(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Removes a key binding.
removeKnowledgeItemListener(KnowledgeItemListener) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Removes a KnowledgeItemListener to be notified of changes.
removeLastSegment() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Removes the last segment.
removeLocationListener(int, LocationListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Removes a LocationListener to be notified when the item displayed in a floor slot has changed.
removeLocationListener(int, LocationListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Removes a LocationListener to be notified when the item displayed in a floor slot has changed.
removeLocationsListener(LocationsListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Removes a LocationsListener to be notified when any displayed item has changed.
removeLocationsListener(LocationsListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Removes a LocationsListener to be notified when any displayed item has changed.
removeMapSizeListener(MapSizeListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Removes a listener to be notified about map size changes.
removeMetaserverEntryListener(int, MetaserverEntryListener) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Removes a metaserver entry listener for one entry.
removeMetaserverListener(MetaserverListener) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Removes a metaserver listener.
removeMouseTracker(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Removes JXCWindowRenderer.mouseTracker from a Component.
removeMouseTrackerRecursively(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Removes JXCWindowRenderer.mouseTracker recursively from all children of a Component.
removeNewCharacterInformationListener(NewCharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Unregisters a NewCharacterInformationListener not to be notified of changes.
removeOption(String) - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Removes an option by name.
removeOptionListener(OptionListener) - Method in class com.realtime.crossfire.jxclient.settings.options.Option
Removes a listener for state changes.
removePacketWatcherListener(ReceivedPacketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener to be notified about received packets.
removePacketWatcherListener(ReceivedPacketListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener to be notified about received packets.
removeQuestListener(QuestListener) - Method in class com.realtime.crossfire.jxclient.quests.Quest
Removes a QuestListener to be notified of changes.
removeScrollableListener(ScrollableListener) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Removes a scrollable listener.
removeScrollableListener(ScrollableListener) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable2
Removes a scrollable listener.
removeSentReplyListener(SentReplyListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Removes a listener to be notified about sent reply packets.
removeSentReplyListener(SentReplyListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Removes a listener to be notified about sent reply packets.
removeShortcutListener(ShortcutListener) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Unregisters a shortcut listener.
removeShortcutsListener(ShortcutsListener) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
removeSkillListener(SkillListener) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Removes a listener to be notified of changes.
removeSpellListener(CurrentSpellManagerListener) - Method in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
Removes a spell listener.
removeSpellListener(SpellListener) - Method in class com.realtime.crossfire.jxclient.spells.Spell
Removes a SpellListener to be notified of changes.
removeTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Removes the tooltip label.
render(Graphics, int) - Method in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
Draws the button.
renderer - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
The JLabel that displays the list values.
renderer - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The ListCellRenderer for GUIComboBox.comboBox.
renderer - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
The JLabel that displays the list values.
RendererGuiState - Enum in com.realtime.crossfire.jxclient.gui.gui
All gui states of JXCWindowRenderer.
RendererGuiState() - Constructor for enum com.realtime.crossfire.jxclient.gui.gui.RendererGuiState
 
rendererGuiState - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The current gui state.
RendererGuiStateListener - Interface in com.realtime.crossfire.jxclient.gui.gui
Interface for listeners interested in gui state changes.
rendererGuiStateListener - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The gui state listener.
rendererGuiStateListeners - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Listeners to be notified about JXCWindowRenderer.rendererGuiState changes.
RenderState - Class in com.realtime.crossfire.jxclient.gui.log
Encapsulates the state for a scroll bar.
RenderState() - Constructor for class com.realtime.crossfire.jxclient.gui.log.RenderState
 
renderState - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The underlying RenderState instance.
renderStateListener - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
RenderStateListener - Interface in com.realtime.crossfire.jxclient.gui.log
Interface for listeners interested in changes of a RenderStateManager instance.
renderStateListener - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The listener to notify about state changes.
renderStateManager - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The rendering state.
RenderStateManager - Class in com.realtime.crossfire.jxclient.gui.log
Encapsulates the state for rendering a Buffer instance.
RenderStateManager(RenderStateListener, Buffer) - Constructor for class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Creates a new instance.
renderText(Graphics2D, int, int, int, String) - Method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Renders a text string.
renderWidth - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The width to render.
repeatCount - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
The default repeat counter for ncom commands.
replace(String) - Static method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Replaces characters with may cause parsing issues.
replaceLine(Line) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Replaces the last Line of this buffer.
REPLACEMENT_CHARACTER - Static variable in class com.realtime.crossfire.jxclient.util.FilenameUtils
Replaces "unsafe" characters in file names (see FilenameUtils.UNSAFE_FILENAME_CHARACTERS).
REPLACEMENTS_DECODE - Static variable in class com.realtime.crossfire.jxclient.util.Codec
The replacement strings for Codec.PATTERNS_DECODE.
REPLACEMENTS_ENCODE - Static variable in class com.realtime.crossfire.jxclient.util.Codec
The replacement strings for Codec.PATTERNS_ENCODE.
replay - Variable in class com.realtime.crossfire.jxclient.quests.Quest
If true, the quest can be replayed.
REPLY_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "reply" command.
REPLY_TO - Static variable in class com.realtime.crossfire.jxclient.settings.Macros
The "reply_to" macro name.
replySent() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.SentReplyListener
A "reply" command has been sent to the server.
reportError(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Reports an error while executing client commands.
reportUnhandledStat(int, String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Report an unhandled stat value.
REQUESTINFO_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "requestinfo" command.
reset() - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Forgets about pending faces.
reset() - Method in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Reset the processing: forget about pending faces.
reset() - Method in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
Forgets about pending faces.
reset() - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Forgets about all face information.
reset() - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueue
Reset the processing: forget about pending faces.
reset() - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Forgets about pending faces.
reset() - Method in class com.realtime.crossfire.jxclient.faces.FacesQueue
Reset the processing: forget about pending faces.
reset() - Method in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
Reset the processing: forget about pending faces.
reset() - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Removes the tooltip.
reset() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Resets the manager's state.
reset(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Clears the map contents.
reset() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Resets the animation state.
reset() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Forgets about all stats.
reset() - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The stats instance is about to be reset.
resetAttributes(Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Parser
Resets all attributes to default values.
resetFogOfWar(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Returns and reset the "fog-of-war" flag of a square.
resetFogOfWar() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns and resets the "fog-of-war" flag.
resetModified() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Resets the modified state.
resetRepeatCount() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Resets the current repeat count to zero.
resetRunnable - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
The Runnable that implements the functionality of TooltipManagerImpl.reset().
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Resets the scroll index to the default value.
resetScroll() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Resets the scrolling range to default values.
resetScroll() - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable
Resets the scroll index to the default value.
RESIST_TYPES - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The total number of resistances.
resizeElements(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Changes the number of list elements.
resolution - Variable in class com.realtime.crossfire.jxclient.main.Options
The resolution to use or null for default.
resolution - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The size of the client area.
Resolution - Class in com.realtime.crossfire.jxclient.util
Information about JXClient's screen/window resolution.
Resolution(int, int) - Constructor for class com.realtime.crossfire.jxclient.util.Resolution
Creates a new instance.
ResourceUtils - Class in com.realtime.crossfire.jxclient.util
Utility class for loading information from resources.
ResourceUtils() - Constructor for class com.realtime.crossfire.jxclient.util.ResourceUtils
Private constructor to prevent instantiation.
restart() - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
Restarts the current music.
run() - Method in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask
 
run() - Method in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
 
run() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
run() - Method in class com.realtime.crossfire.jxclient.sound.Processor
runnable - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The Runnable delivering notifications through EventScheduler.eventSchedulerCallback.
runnable - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The query Thread.
running - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Whether the query MetaserverProcessor.runnable has been started.
runScriptCommand(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a line received from the script process.

S

save(Face, ImageIcon) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
Stores an ImageIcon into the cache.
save(String, int, Icon) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
Stores an ImageIcon into the cache.
save(Face, ImageIcon) - Method in interface com.realtime.crossfire.jxclient.faces.ImageCache
Stores an ImageIcon into the cache.
save() - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Saves all entries to the backing file.
save(JXCSkin, JXCWindowRenderer) - Static method in class com.realtime.crossfire.jxclient.window.DialogStateParser
Saves the dialogs state to a file.
saveDialog - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
Whether this dialog retains its position across restarts.
saveDialog(Gui, String, Writer) - Static method in class com.realtime.crossfire.jxclient.window.DialogStateParser
Saves the state of one dialog.
saveFace(Face, FaceImages) - Method in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
Saves a face to the caches.
saveImageIcon(File, Icon) - Static method in class com.realtime.crossfire.jxclient.util.Images
Saves an ImageIcon to a file.
saveInternal(File) - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Saves all entries to the backing file.
saveKeyBindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Saves the key bindings to the given file.
saveKeybindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Saves the key bindings to the backing file.
saveNode(BufferedWriter, Map<String, Entry>) - Static method in class com.realtime.crossfire.jxclient.settings.Settings
Saves one node.
saveOptions() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Saves all options' states to the backing settings instance.
saveShortcuts(Shortcuts) - Static method in class com.realtime.crossfire.jxclient.window.ShortcutsLoader
Save all shortcut info to the backing file.
SaveTask(Face, FaceImages) - Constructor for class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
Creates a new instance.
saveValues() - Method in class com.realtime.crossfire.jxclient.settings.Settings
Saves the values to the backing file.
ScaledFacesProvider - Class in com.realtime.crossfire.jxclient.faces
A FacesProvider that returns faces scaled to 64x64 pixels.
ScaledFacesProvider(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
Creates a new instance.
scaledImageIcon - Variable in class com.realtime.crossfire.jxclient.faces.FaceImages
The ImageIcon scaled for the map view.
SCREENSHOT_FILENAMES - Static variable in class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
The number of auto-created screenshot filenames.
ScreenshotCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "screenshot" command.
ScreenshotCommand(JXCWindowRenderer, CrossfireServerConnection, ScreenshotFiles) - Constructor for class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
Creates a new instance.
screenshotFiles - Variable in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
The ScreenshotFiles instance for creating screenshot file names.
ScreenshotFiles - Class in com.realtime.crossfire.jxclient.gui.commands
Helper class for creating file names for screenshot files.
ScreenshotFiles() - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
 
screenshotId - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
A number for creating screenshot file names.
ScriptCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "script" command.
ScriptCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptCommand
Creates a new instance.
scriptId - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The script ID identifying this script instance.
ScriptkillallCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "scriptkillall" command.
ScriptkillallCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
Creates a new instance.
ScriptkillCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "scriptkill" command.
ScriptkillCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
Creates a new instance.
scriptManager - Variable in class com.realtime.crossfire.jxclient.commands.ScriptCommand
The ScriptManager to use.
scriptManager - Variable in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
The ScriptManager to use.
scriptManager - Variable in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
The ScriptManager to use.
scriptManager - Variable in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
The ScriptManager to use.
scriptManager - Variable in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
The ScriptManager to use.
ScriptManager - Class in com.realtime.crossfire.jxclient.scripts
Maintains currently running script processes.
ScriptManager(CommandQueue, CrossfireServerConnection, Stats, FloorView, ItemSet, Iterable<Spell>, MapUpdaterState, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.scripts.ScriptManager
Creates a new instance.
scriptProcess - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
The ScriptProcess for sending commands.
ScriptProcess - Interface in com.realtime.crossfire.jxclient.scripts
An external command executed as a client-sided script.
scriptProcesses - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
All running ScriptProcesses.
ScriptProcessListener - Interface in com.realtime.crossfire.jxclient.scripts
Interface for listeners interested in ScriptProcess related events.
scriptProcessListeners - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The ScriptProcessListeners to notify.
ScriptsCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "scripts" command.
ScriptsCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptsCommand
Creates a new instance.
ScripttellCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "scripttell" command.
ScripttellCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScripttellCommand
Creates a new instance.
scriptTerminated(String) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcessListener
Called after the script has been terminated.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Moves the list.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Scrolls the element.
scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Scrolls the element.
scroll(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable
Scrolls the element.
scroll(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Scrolls all locations.
scroll(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Scrolls all map locations.
scroll(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Scrolls the map.
scroll(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Scrolls the animations.
SCROLL_CHARS - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The number of characters to scroll left/right when the cursor would move outside of the visible area.
SCROLL_PIXEL - Static variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The number of pixels to scroll.
scrollable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
The scrollable element.
scrollable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
The scrollable element.
scrollable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
The scrollable gui element to reset.
scrollable - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The target element to scroll.
ScrollableListener - Interface in com.realtime.crossfire.jxclient.gui.scrollable
Listener for GUIScrollable elements.
ScrollCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which scrolls a GUIScrollable gui element by a given distance.
ScrollCommand(int, GUIScrollable) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
Creates a new instance.
scrollDown(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Scrolls down by pixels.
scrolling - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Set while dragging is active.
ScrollListCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which scrolls a GUIScrollable instance.
ScrollListCommand(GUIScrollable, int) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
Creates a new instance.
scrollMapPending - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Pending map scrolls.
ScrollNeverCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which scrolls a target GUIScrollable gui element if executed but always reports that scrolling is not possible.
ScrollNeverCommand(int, GUIScrollable) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
Creates a new instance.
ScrollNextCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which transfers the focus between two gui elements.
ScrollNextCommand(ActivatableGUIElement, ActivatableGUIElement, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Creates a new instance.
scrollPane - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The scroll pane instance used to display the list.
scrollPos - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
The location of the view area relative to the buffer's total height.
ScrollResetCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which resets the scroll position of a GUIScrollable.
ScrollResetCommand(GUIScrollable) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
Creates a new instance.
scrollTo(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Scrolls to the given location.
scrollTo(Buffer, int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Scrolls to the given pixel location.
scrollTo(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Scrolls to a location.
scrollTo(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable2
Scrolls to the given location.
scrollToBottom(Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Sets the view area to the bottom-most value.
scrollUp(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Scrolls up by pixels.
Segment - Interface in com.realtime.crossfire.jxclient.gui.log
One segment of a Line which should be displayed without changing text attributes.
segments - Variable in class com.realtime.crossfire.jxclient.gui.log.Line
The segments this line consists of.
select(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.button.GUISelectable
Selects or deselects the element.
select(boolean) - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Selects or deselects the element.
selectableChannel - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The SelectableChannel of ClientSocket.socketChannel.
selectCharacter() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
A character name was sent to the server.
selectCharacter() - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
A character name was sent to the server.
selectCharacter(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
An character name was sent to the server.
selectCharacter() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
An character name was sent to the server.
selectCharacter(String, String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Updates the selected character name in an account.
SelectCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand for selecting or deselecting a GUIElement.
SelectCommand(GUISelectable, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
Creates a new instance.
selected - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Whether the element is currently selected.
selected - Variable in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
Whether to select the SelectCommand.element.
selected - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
If set, paint the element in "selected" state.
selected - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Whether this element is selected in its GUIKnowledgeList.
selected - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Whether this element is selected in its GUIKnowledgeTypeList.
selected - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Whether this element is selected in its GUIQuestList.
selected - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Whether this element is selected in its GUISpellList.
selected - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Whether this element is selected in its GUISpellSkillList.
selected - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
If set, paint the element in "selected" state.
selected - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
If set, paint the element in "selected" state.
selectedIndex - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The currently selected list index.
selection - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The system selection for cut/copy/paste operations.
selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Called whenever the selected list entry has changed.
selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called whenever the selected list entry has changed.
selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
Called whenever the selected list entry has changed.
selectionChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Called whenever the selected list entry has changed.
selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Called whenever the selected list entry has changed.
selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Called whenever the selected list entry has changed.
selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
Called whenever the selected list entry has changed.
selectionKey - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The SelectionKey registered to ClientSocket.selectableChannel.
selector - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The Selector used for waiting.
selectorColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for selected objects.
selectorImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for selected objects.
semaphoreConnected - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The synchronization object for accesses to DefaultKeyHandler.connected.
sendAccountCharacterCreate(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a request to create a new character associated to the account.
sendAccountCharacterCreate(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a request to create a new character associated to the account.
sendAccountCreate(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a request to create a new account.
sendAccountCreate(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a request to create a new account.
sendAccountLink(int, String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a request to add an existing character to an account.
sendAccountLink(int, String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a request to add an existing character to an account.
sendAccountLogin(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Asks for an account login.
sendAccountLogin(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Asks for an account login.
sendAccountPassword(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a request to change the account's password.
sendAccountPassword(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a request to change the account's password.
sendAccountPlay(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a request to play a character from an account.
sendAccountPlay(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a request to play a character from an account.
sendAddme() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends an "addme" command to the server.
sendAddme() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends an "addme" command to the server.
sendApply(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends an "apply" command to the server.
sendApply(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends an "apply" command to the server.
sendAskface() - Method in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Sends some pending "askface" commands.
sendAskface(int) - Method in interface com.realtime.crossfire.jxclient.faces.AskfaceQueue
Sends an "askface" command.
sendAskface(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends an "askface" command.
sendExamine(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends an "examine" command to the server.
sendExamine(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends an "examine" command to the server.
sendingRequestInfo - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
If non-null: the last sent "requestinfo" command for which no "replyinfo" response has been received yet.
sendLock(boolean, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "lock" command to the server.
sendLock(boolean, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "lock" command to the server.
sendLookat(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "lookat" command to the server.
sendLookat(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "lookat" command to the server.
sendMark(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "mark" command to the server.
sendMark(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "mark" command to the server.
sendMove(int, int) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Sends a "move" command to the server.
sendMove(int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "move" command to the server.
sendMove(int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "move" command to the server.
sendNcom(boolean, String) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Sends an "ncom" command to the server.
sendNcom(boolean, int, String) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Sends an "ncom" command to the server.
sendNcom(int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "ncom" command to the server.
sendNcom(int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "ncom" command to the server.
sendPendingRequestInfo() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends the next asynchronous "requestinfo" packet if possible.
sendQueuedRequestinfo(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "requestinfo" packet asynchronously.
sendReply(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "reply" command to the server.
sendReply(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "reply" command to the server.
sendRequestinfo(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "requestinfo" command to the server.
sendRequestinfo(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "requestinfo" command to the server.
sendSetup(String...) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "setup" command to the server.
sendSetup(String...) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "setup" command to the server.
sendToggleextendedtext(int...) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "toggleextendedtext" command to the server.
sendToggleextendedtext(int...) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "toggleextendedtext" command to the server.
sendVersion(int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sends a "version" command to the server.
sendVersion(int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sends a "version" command to the server.
sentReplyListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The SentReplyListener for detecting "reply" commands sent to the server.
SentReplyListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Listener for classes interested in sent "reply" commands.
sentReplyListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The SentReplyListeners to be notified.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItem
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.gui.keybindings.InvalidKeyBindingException
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.gui.keybindings.NoSuchKeyCodeException
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUILabel
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIListViewport
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.ItemItemCellRenderer
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.list.MetaElementCellRenderer
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.map.GUIMap
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUIFill
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.protocol.UnknownMessageTypeException
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.quests.QuestComparator
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.server.socket.UnknownCommandException
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.settings.options.OptionException
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.skin.skin.JXCSkinException
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.spells.SpellComparator
The serial version UID.
serialVersionUID - Static variable in class com.realtime.crossfire.jxclient.util.EventListenerList2
The serial version UID.
serialVersionUID - Static variable in exception com.realtime.crossfire.jxclient.util.UnterminatedTokenException
The serial version UID.
server - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
The CrossfireServerConnection for sending reply commands.
server - Variable in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
The CrossfireServerConnection for sending commands.
server - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
server - Variable in class com.realtime.crossfire.jxclient.main.Options
The Crossfire server to connect to or null to show the server selections screen.
server - Variable in class com.realtime.crossfire.jxclient.main.OutputCountTracker
server - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
SERVER - Static variable in class com.realtime.crossfire.jxclient.settings.SettingsEntries
The server to which the previous connection was made.
server - Variable in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
The CrossfireServerConnection for tracking magicmap commands.
server - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The CrossfireServerConnection instance to monitor.
server - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The CrossfireServerConnection instance used to connect to the Crossfire server.
serverCache - Variable in class com.realtime.crossfire.jxclient.metaserver.Metaserver
The cached metaserver entries.
ServerCache - Class in com.realtime.crossfire.jxclient.metaserver
Maintains a set of known servers backed up in a file.
ServerCache(File) - Constructor for class com.realtime.crossfire.jxclient.metaserver.ServerCache
Creates a new instance.
ServerConnection - Interface in com.realtime.crossfire.jxclient.server.server
Performs most of the network-related work.
set(int, long) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Updates the skill attributes.
setAccountName(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Updates the current account name.
setActive(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Sets the active state of a GUI element.
setActive(String) - Method in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Sets the active skill name.
setActive(boolean) - Method in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Sets the current poisoned state.
setActiveComponent(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
setActiveElement(ActivatableGUIElement, boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the gui element owning the focus.
setActiveElementActive(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Activates or deactivates the GUI element owning the focus.
setActiveSkill(String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Sets the active skill name.
setAnim(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the animation.
setAnimSpeed(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the animation speed.
setArchName(byte[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Starts a new starting map entry.
setAutoResize(boolean) - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
Enable or disable auto-resizing.
setAutoSize(Extent) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the auto-size state.
setBackgroundImage(ImageIcon) - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Sets the background image.
setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
setCast(boolean) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Sets whether the spell should be "cast" or "invoked".
setChanged() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Records that the contents have changed and must be repainted.
setChanged() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Records that the contents have changed and must be repainted.
setChanged() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Records that the contents have changed and must be repainted.
setChanged(Integer[], int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Marks some slots as modified.
setChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Marks one slot as modified.
setChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Records that the contents have changed and must be repainted.
setChanged() - Method in class com.realtime.crossfire.jxclient.settings.Settings
This function is called whenever the contents of Settings.values has changed.
setChangedListener(GUIElementChangedListener) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Sets the GUIElementChangedListener to be notified.
setChangedListener(GUIElementChangedListener) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Sets the GUIElementChangedListener to be notified.
setChangedRunnable - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The Runnable that implements the code of AbstractGUIElement.setChanged() which must run on the EDT.
setCharacter(String) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Selects an entry by character name.
setCharacter(String) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Updates the active character name.
setChecked(boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Sets the current state.
setClass(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's class.
setClassChoice() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Sets that a class should be selected.
setClassList(String[]) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets the classes available for character creation.
setClicked(boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
setClientSocketState(ClientSocketState) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Sets the new ClientSocketState.
setClientSocketState(ClientSocketState, ClientSocketState) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
setClientSocketState(ClientSocketState) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Called whenever the client socket state has changed.
setColor(int, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
Sets a color mapping.
setColor(int, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Sets a color mapping.
setColor(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Sets the magic map color of one square.
setColor(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Sets the magic map color of this square.
SetCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the command "set".
SetCommand(CrossfireServerConnection, OptionManager) - Constructor for class com.realtime.crossfire.jxclient.commands.SetCommand
Creates a new instance.
setCommandShortcut(int, String) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Sets a Shortcut to a command.
setConnected(boolean) - Method in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
Records whether a server connection is active.
setCrossfireUpdateMapListener(CrossfireUpdateMapListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sets a listener to be notified about map changes.
setCrossfireUpdateMapListener(CrossfireUpdateMapListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sets a listener to be notified about map changes.
setCurrentFloor(int) - Method in class com.realtime.crossfire.jxclient.items.FloorView
Updates the currently opened container that's contents are shown in the floor view.
setCurrentGui(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Sets the Gui to display.
setCurrentMapSize(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sets the current map size as negotiated with the server.
setCurrentPlayerTag(int) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
Updates the current player object.
setCurrentSpell(Spell) - Method in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
Sets the currently selected spell.
setCursor(int) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Sets the cursor position.
setDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Sets the darkness value of one square.
setDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Sets the darkness value of one square.
setDarkness(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Sets the darkness value of this square.
setDebugMode(boolean) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawextinfoListener
Enables or disables printing of message types.
setDefault(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Sets whether this element is the default element.
setDefault(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Sets whether this element is the default element.
setDefaultPosition(Expression, Expression) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the default position for this dialog.
setDescription(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Sets the description of the current entry.
setDestPixel(int, int, int) - Method in class com.realtime.crossfire.jxclient.faces.RawScale2x
Sets a pixel in the destination image data.
setDestPixel(int, int, int) - Method in class com.realtime.crossfire.jxclient.faces.RawScale8d
Sets a pixel in the destination image data.
setDisplayMode(DisplayMode) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Sets the display mode of the JXCWindowRenderer.graphicsDevice.
setDocumentation(String) - Method in class com.realtime.crossfire.jxclient.settings.Entry
Sets the documentation string.
setDragging(boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
setDy(int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Sets the y-offset for drawing.
setElement(GUIElement) - Method in interface com.realtime.crossfire.jxclient.gui.gui.TooltipManager
Displays the tooltip for a GUI element.
setElement(GUIElement) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Displays the tooltip for a GUI element.
setEnabled(boolean) - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
Sets whether background music is enabled.
setEnabled(boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
Sets whether the sound system is enabled.
setExperience(long) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Sets the amount of global experience.
setExpTable(long[]) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Updates the experience table information.
setExtends(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Sets the extends of the image.
setExtends(int, int) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Sets the extends of the image.
setExtent(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Sets the extent of the highlighted part of the image.
setFace(Face) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the face.
setFace(int, int, int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Sets the face of one square.
setFace(int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Sets the face of a layer.
setFace(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's face.
setFace(int) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Defines the skill's face.
setFaceImages(FaceImages) - Method in class com.realtime.crossfire.jxclient.faces.Face
Sets the images.
setFaceInternal(int, int, int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Sets the face of one square.
setFaceNumber(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's face number.
setFile(File) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Sets the backing file.
setFlags(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the flags.
setForcedActive(ActivatableGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets an ActivatableGUIElement that is always active.
setFrame(Frame) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Sets the Frame for updating the title.
setFullScreenMode(JFrame, Resolution) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Tries to switch to the given resolution.
setFullScreenWindow(Window) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Enter full-screen mode, or return to windowed mode.
setGauge(GUIGaugeListener) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Sets the gauge to update.
setGuiAutoCloseListener(GuiAutoCloseListener) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the GuiAutoCloseListener to be notified when this dialog becomes inactive.
setGuiState(RendererGuiState) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Sets the current gui state.
setHasNegativeImage(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Sets whether the gauge can display negative images.
setHasNegativeImage(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Sets whether the gauge can display negative images.
setHeadMapSquare(int, int, int, CfMapSquare, boolean) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Sets the map square containing the head face for a layer.
setHeadMapSquare(int, int, int, CfMapSquare, boolean) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Sets the map square containing the head face for a layer.
setHeadMapSquare(int, CfMapSquare, boolean) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Sets the map square containing the head face for a layer.
setHeight(int) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Returns the height of this line.
setHeight(Buffer, int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Sets the the viewable height in pixel.
setHeight(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Sets the viewable height in pixel.
setHidden(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Specify whether this item should hide itself, independent of the "visibility" state.
setHidden(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Specify whether this item should hide itself, independent of the "visibility" state.
setHidden(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener
Specify whether this item should hide itself, independent of the "visibility" state.
setHideInput(boolean) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Enables or disables hidden text.
setHideInput(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Enables or disables hidden text in the first input field of the GuiManager.queryDialog.
setHost(String) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Updates information about the connected host.
setHostname(String) - Method in class com.realtime.crossfire.jxclient.window.Logger
Updates the hostname.
setIgnore() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Marks this gui element to be ignored for user interaction.
setIgnore() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Marks this gui element to be ignored for user interaction.
setInactiveIfPending() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Unsets the active state of this GUI element if is is pending.
setIndex(int, boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Set the floor tile to display.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Set the inventory slot to display.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Sets the GUIItemKnowledge.index of the currently selected GUIItemKnowledge.item.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Sets the GUIItemQuest.index of the currently selected GUIItemQuest.quest.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Sets the GUIItemSpell.index of the currently selected GUIItemSpell.spell.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Sets the GUIItemSpellSkill.index of the currently selected GUIItemSpellSkill.skill.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Sets the index of this element.
setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Sets the index of this element.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Sets the slot index to display without registering listeners for updates.
setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Sets the slot index to display without registering listeners for updates.
setItem(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Sets the current item instance.
setItemNoListeners(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Sets the current item instance without registering listeners for updates.
setKeyBindings(KeyBindings) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Sets the active KeyBindings.
setKnowledgeItem() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Sets the currently selected KnowledgeItem.
setLayoutOrientation(int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Sets the layout orientation.
setLevel(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's level.
setLocation(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the location.
setMagicMap(int, int, byte[][]) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Sets the magic map color of one square.
setMap(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's map.
setMapSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Sets the map size.
setMapSize(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Updates the map size.
setModal(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the modal state.
setMsg(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Sets the long description.
setMuted(boolean) - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
Sets whether background music is muted.
setName(String, String) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the name.
setName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's name.
setName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Sets the human readable stat name.
setName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Sets the name of the current entry.
setNewCharInfo(NewCharInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets the NewCharInfo instance for character creation.
setNrOf(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the number of objects in the stack.
setOpenContainer(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Sets the currently opened container.
setParameters(int, int, String, int, int, int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.spells.Spell
Updates the spell's parameters.
setParty(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's party.
setPickupMode(long, boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
Sets or unsets the pickup mode.
setPickupMode(long) - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOption
Notifies this instance that the pickup mode has changed.
setPlayer(CfItem) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Sets the player object this client controls.
setPoints(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Sets the number of points the character has to spend.
setPosition(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the position of this dialog.
setPosition(int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Sets the position of the slider.
setPreferredMapSize(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sets the preferred map size.
setPreferredMapSize(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sets the preferred map size.
setPreferredNumLookObjects(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Sets the maximum number of objects in the ground view.
setPreferredNumLookObjects(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Sets the maximum number of objects in the ground view.
setPreferredNumLookObjects(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Sets the preferred number of ground items.
setQuest() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Sets the currently selected GUIItemQuest.quest.
setRace(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Sets the character's race.
setRaceChoice() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Sets that a race should be selected.
setRaceList(String[]) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets the races available for character creation.
setRange(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Sets the scroll range.
setRange(int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.ScrollableListener
Sets the scroll range.
setRange(String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Sets the current value for the Range - this is basically the currently active skill for the player.
setRenderWidth(int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Updates the width to render.
setResolutionPost(Window, Dimension) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Tries to switch to the given resolution.
setResolutionPre(Window) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Tries to switch to the given resolution.
setSaveDialog() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Makes this dialog retain its position across restarts.
setScreenSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Updates the current window size.
setScreenSize(int, int) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Updates the skin's gui elements to a screen size.
setScreenSize(int, int) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Updates the skin's gui elements to a screen size.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Sets the selected state.
setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Sets the selected state.
setSelectedHostname(String) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Select an entry by server name.
setSelectedHostname(String) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Selects a server entry.
setSelectedIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Update the selected list entry.
setShortcut(Shortcut) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
setShortcut(int, Shortcut) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Sets a Shortcut.
setSimpleWeaponSpeed(boolean) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Sets whether the Stats.CS_STAT_WEAP_SP value contains the weapon speed directly.
setSize(int, int) - Method in interface com.realtime.crossfire.jxclient.gui.list.GUIListCellRenderer
Updates the component's size.
setSkill() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Sets the currently selected knowledge type.
setSkill() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Sets the currently selected Skill.
setSkin(JXCSkin) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Sets a new skin.
setSkinName(String, Resolution, Resolution) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Sets the skin name.
setSmooth(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Sets the smooth value of one square.
setSmooth(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Sets the smooth value of one square.
setSmooth(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Sets the smooth value of this square.
setSpeed(MapUpdaterState, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Sets the animation speed.
setSpell() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Sets the currently selected GUIItemSpell.spell.
setSpellShortcut(int, String, boolean) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Sets a Shortcut to a spell.
setSpellShortcut(int, Spell, boolean) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Sets a Shortcut to a spell.
setStartingMapChoice() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Sets that a starting map should be selected.
setStartingMaps(Collection<StartingMap>) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets the StartingMap entries available for character creation.
setStat(int, int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Sets the given statistic numerical value.
setStatAdjustment(int, long) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Sets a stat adjustment.
setStatInt2(int, short) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Updates a stat value with a two-byte int value.
setStatInt4(int, int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Updates a stat value with a four-byte int value.
setStatInt8(int, long) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Updates a stat value with an eight-byte int value.
setStatNames(String[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Sets the stat names to spend on.
setStatRange(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Sets the allowed stat value range.
setStatSkill(int, int, long) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Updates a stat value with a skill value.
setStatString(int, String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Updates a stat value with a string value.
setStep(boolean, String) - Method in class com.realtime.crossfire.jxclient.quests.Quest
Update the quest's state.
setText(String) - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The label text.
setText(String) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The label text.
setText(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Sets the entered text.
setTickNo(int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Sets the tick number.
settings - Variable in class com.realtime.crossfire.jxclient.settings.options.OptionManager
The settings instance for loading/saving option values.
Settings - Class in com.realtime.crossfire.jxclient.settings
Maintains a set of key/value pairs.
Settings(File) - Constructor for class com.realtime.crossfire.jxclient.settings.Settings
Creates a new instance.
settings - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The Settings to use.
settings - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The settings instance to use.
SettingsEntries - Class in com.realtime.crossfire.jxclient.settings
All defined entries in the settings file.
SettingsEntries() - Constructor for class com.realtime.crossfire.jxclient.settings.SettingsEntries
Private constructor to prevent instantiation.
SettingsEntry<T> - Class in com.realtime.crossfire.jxclient.settings
An entry in the settings file.
SettingsEntry(String, T, String) - Constructor for class com.realtime.crossfire.jxclient.settings.SettingsEntry
Creates a new instance.
setTitle(String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Sets the current Title.
setTooltip(AbstractLabel) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Sets the tooltip label.
setTooltip(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Sets the tooltip to use, or null if no tooltips should be shown.
setTooltipLabel(AbstractLabel) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Sets the AbstractLabel that is used to display tooltips.
setTooltipText(String) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Sets the tooltip text to show when the mouse is inside this element.
setTooltipText(String, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Sets the tooltip text to show when the mouse is inside this element.
setTooltipText(String) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Sets the tooltip text to show when the mouse is inside this element.
setTooltipText(String, int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Sets the tooltip text to show when the mouse is inside this element.
setTooltipText(AbstractGUIElement, String) - Method in interface com.realtime.crossfire.jxclient.gui.gui.TooltipManager
Updates the tooltip text of a GUI element.
setTooltipText(GUIElement, String, int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.gui.gui.TooltipManager
Updates the tooltip text of a GUI element.
setTooltipText(AbstractGUIElement, String) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Updates the tooltip text of a GUI element.
setTooltipText(GUIElement, String, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Updates the tooltip text of a GUI element.
setTypes(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
Sets the message types to show.
setTypes(int) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Sets the message types to show.
setUnknown(boolean) - Method in class com.realtime.crossfire.jxclient.spells.Spell
Marks this spell as known or unknown for the character.
SETUP_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "setup" command.
setValue(String) - Method in class com.realtime.crossfire.jxclient.settings.Entry
Sets the value.
setValues(int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Sets the gauge's values.
setValues(Orientation) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Updates the values from a Orientation state.
setValues(int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Updates the gauge values.
setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Updates the gauge values.
setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Sets the values to display.
setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
Sets the values to display.
setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Sets the values to display.
setValues(int, int, int, String, String) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener
Sets the values to display.
setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
Sets the values to display.
setValues(int, int, int) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Sets the gauge's values.
setVisible(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
setWeight(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Updates the weight.
setWidth(int) - Method in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
Sets the width to display the segment.
setWidth(int) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Sets the width to display the segment.
setWindowMode(JFrame, Resolution, Resolution, boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Tries to switch to the given resolution.
setX(int) - Method in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
Sets the x-coordinate to display the segment.
setX(int) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Sets the x-coordinate to display the segment.
setY(int) - Method in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
Sets the y-coordinate to display the segment.
setY(int) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Sets the y-coordinate to display the segment.
shield - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: shields.
SHIFT - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "shift".
SHIFT - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for "shift".
shortcut - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The currently monitored Shortcut instance.
Shortcut - Class in com.realtime.crossfire.jxclient.shortcuts
Abstract base class for shortcut commands.
Shortcut() - Constructor for class com.realtime.crossfire.jxclient.shortcuts.Shortcut
 
shortcutAdded(int, Shortcut) - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener
A shortcut has been added.
ShortcutCommand - Class in com.realtime.crossfire.jxclient.shortcuts
A Shortcut that executes a Crossfire command.
ShortcutCommand(CommandQueue, String) - Constructor for class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Creates a new instance.
shortcutListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
ShortcutListener - Interface in com.realtime.crossfire.jxclient.shortcuts
Interface for listeners for Shortcut changes.
shortcutModified() - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutListener
Will be called when any attribute has been changed.
shortcutRemoved(int, Shortcut) - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener
A shortcut has been removed.
shortcuts - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The Shortcuts instance for looking up Shortcuts.
shortcuts - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The Shortcuts instance.
Shortcuts - Class in com.realtime.crossfire.jxclient.shortcuts
Manages a list of Shortcuts.
Shortcuts(CommandQueue, SpellsManager) - Constructor for class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Creates a new instance.
shortcuts - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The shortcuts.
shortcuts - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The Shortcuts to update.
shortcutsListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
ShortcutsListener - Interface in com.realtime.crossfire.jxclient.shortcuts
Interface for listeners for Shortcut changes.
ShortcutsLoader - Class in com.realtime.crossfire.jxclient.window
Manages shortcuts.
ShortcutsLoader() - Constructor for class com.realtime.crossfire.jxclient.window.ShortcutsLoader
Private constructor to prevent instantiation.
ShortcutSpell - Class in com.realtime.crossfire.jxclient.shortcuts
A Shortcut that casts a spell.
ShortcutSpell(CommandQueue, Spell) - Constructor for class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Creates a new instance.
ShortcutVisitor - Interface in com.realtime.crossfire.jxclient.shortcuts
Interface for visitors of Shortcut instances.
showCharacters(int) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Displays the window with the characters for an account.
ShowCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which shows a target GUIElement.
ShowCommand(Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
Creates a new instance.
showDialog(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Sets the position of a dialog but makes sure the dialog is fully visible.
showGUIMain() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Displays the "main" GUI.
showGUIMeta() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Displays the "server selection" GUI.
showGUIStart() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Displays the "start" GUI.
shutdown() - Method in class com.realtime.crossfire.jxclient.sound.ClipManager
Terminates all running clips and free resources.
shutdown() - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
Terminates a playing background music and free resources.
shutdown() - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
Terminates all sounds and free resources.
simpleDateFormat - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
A formatter for timestamps.
simpleDateFormat - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
A formatter for timestamps.
simpleDateFormat - Variable in class com.realtime.crossfire.jxclient.util.DebugWriter
A formatter for timestamps.
simpleDateFormat - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
A formatter for timestamps.
simpleWeaponSpeed - Variable in class com.realtime.crossfire.jxclient.stats.Stats
Whether the Stats.CS_STAT_WEAP_SP value contains the weapon speed directly.
simpleWeaponSpeedChanged(boolean) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The "simple weapon speed" value has changed.
SINGLE_CHAR - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
Query type: single character response expected.
size() - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns the number of character entries.
SIZE - Static variable in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
The size of faces in pixels.
SIZE - Static variable in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
The size of faces in pixels.
SIZE - Static variable in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
The size of faces in pixels.
size() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns the number of lines.
size(int, int) - Static method in class com.realtime.crossfire.jxclient.map.CfMap
Calculates the number of patches needed to hold tiles between two patch coordinates.
SIZE - Static variable in class com.realtime.crossfire.jxclient.map.CfMapPatch
Size of patches in x- and y-direction.
size() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Returns the number of metaserver entries.
SIZE_LOG - Static variable in class com.realtime.crossfire.jxclient.map.CfMapPatch
skill - Variable in class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
The skill name to monitor.
skill - Variable in class com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
The monitored skill.
skill - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The currently selected spell or null if none is selected.
Skill - Class in com.realtime.crossfire.jxclient.skills
One skill of the character.
Skill(String) - Constructor for class com.realtime.crossfire.jxclient.skills.Skill
Creates a new instance.
skill - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
The Skill to monitor.
skill - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
The Skill to monitor.
skill - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The spell's skill.
SKILL_COMPARATOR - Static variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Compare 2 skills.
SkillAddedSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList whenever a new skill has been gained.
SkillAddedSkinEvent(CommandList, Skill) - Constructor for class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
Creates a new instance.
skillAll - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Dummy skill for "all skills".
skillFilter - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Skill to filter spells by, as a skill id in SkillSet.
SkillGaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
A GaugeUpdater which monitors a skill.
SkillGaugeUpdater(ExperienceTable, Skill) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
Creates a new instance.
skillListener - Variable in class com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
The SkillListener registered to be notified about skill changes.
SkillListener - Interface in com.realtime.crossfire.jxclient.skills
Interface for listeners on skill related changes.
skillListener - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
skillListener - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
SkillRemovedSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList whenever a new skill has been lost.
SkillRemovedSkinEvent(CommandList, Skill) - Constructor for class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
Creates a new instance.
skillscroll - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: skillscrolls.
skillSet - Variable in class com.realtime.crossfire.jxclient.items.ItemsManager
The SkillSet instance to update.
skillSet - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The SkillSet for looking up skill names.
skillSet - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The SkillSet for looking up skill names.
skillSet - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
SkillSet - Class in com.realtime.crossfire.jxclient.skills
Maintain the set of skills as sent by the server.
SkillSet(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.skills.SkillSet
Creates a new instance.
skillSet - Variable in class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
The SkillSet for looking up skill names.
skillSet - Variable in class com.realtime.crossfire.jxclient.spells.Spell
To get the skill's name, see SkillSet.
skillSet - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
The SkillSet containing skills from the server.
skillSet - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The SkillSet instance to use.
skin - Variable in class com.realtime.crossfire.jxclient.main.Options
The skin name to load or null for the default skin.
skin - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The JXCSkin being loaded.
skin - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The currently active skin.
SkinEvent - Interface in com.realtime.crossfire.jxclient.skin.events
Interface for events attached to skins.
skinEvents - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All SkinEvents attached to this instance.
SkinLoader - Class in com.realtime.crossfire.jxclient.main
Loader for JXCSkins and attaching them to the client.
SkinLoader(CommandCallback, MetaserverModel, Resolution, Macros, JXCWindowRenderer, CrossfireServerConnection, GuiStateManager, TooltipManager, CommandQueue, JXCSkinLoader, CommandExecutor, Shortcuts, CharacterModel, SmoothFaces, GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.main.SkinLoader
Creates a new instance.
skinLoader - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The JXCSkinLoader instance.
skinName - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The skin name.
skinSource - Variable in class com.realtime.crossfire.jxclient.skin.io.FontParser
The JXCSkinSource for loading resources.
skinSource - Variable in class com.realtime.crossfire.jxclient.skin.io.ImageParser
The JXCSkinSource for loading resources.
sliderPos - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The scroll location; it need not be within the scroll range.
sliderSize - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The height of the slider.
smoothFace - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Face index of the smooth face corresponding to SmoothingRenderer.layerNode.
SmoothFaces - Class in com.realtime.crossfire.jxclient.faces
Maintains smoothing information received from the Crossfire server.
SmoothFaces() - Constructor for class com.realtime.crossfire.jxclient.faces.SmoothFaces
 
smoothFaces - Variable in class com.realtime.crossfire.jxclient.faces.SmoothFaces
All known smoothing mappings.
smoothFaces - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
The SmoothFaces to use.
smoothFaces - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
smoothFaces - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
smoothingRenderer - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The SmoothingRenderer to use or null to not draw smoothed faces.
SmoothingRenderer - Class in com.realtime.crossfire.jxclient.gui.map
Renderer for painting smoothed faces into map views.
SmoothingRenderer(SmoothFaces, FacesProvider) - Constructor for class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Creates a new instance.
smooths - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The smooth values of all layers as sent by the server.
smoothValue - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Smooth values corresponding to SmoothingRenderer.layerNode.
socketChannel - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The SocketChannel when connected.
SoundCheckBoxOption - Class in com.realtime.crossfire.jxclient.sound
A CheckBoxOption that enables/disables sound support.
SoundCheckBoxOption(SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundCheckBoxOption
Creates a new instance.
soundManager - Variable in class com.realtime.crossfire.jxclient.sound.MusicWatcher
The SoundManager instance to watch.
soundManager - Variable in class com.realtime.crossfire.jxclient.sound.SoundCheckBoxOption
The SoundManager instance to affect.
SoundManager - Class in com.realtime.crossfire.jxclient.sound
Manages all sounds.
SoundManager(GuiStateManager, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundManager
Creates a new instance.
soundManager - Variable in class com.realtime.crossfire.jxclient.sound.SoundWatcher
The SoundManager instance to watch.
soundManager - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The SoundManager instance to watch.
Sounds - Enum in com.realtime.crossfire.jxclient.sound
Manages all sounds.
Sounds() - Constructor for enum com.realtime.crossfire.jxclient.sound.Sounds
 
SoundWatcher - Class in com.realtime.crossfire.jxclient.sound
Monitors sound and sound2 commands received from the server to generate sound effects.
SoundWatcher(CrossfireServerConnection, SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundWatcher
Creates a new instance.
speed - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
The animation speed.
spell - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The currently selected spell or null if none is selected.
spell - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
The spell to cast.
Spell - Class in com.realtime.crossfire.jxclient.spells
Describes a Crossfire spell.
Spell(String, SkillSet, Stats) - Constructor for class com.realtime.crossfire.jxclient.spells.Spell
Creates a new instance.
spellAdded(int) - Method in interface com.realtime.crossfire.jxclient.spells.SpellsManagerListener
A new spell was added.
spellbook - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: spellbooks.
spellChanged(Spell) - Method in interface com.realtime.crossfire.jxclient.spells.CurrentSpellManagerListener
The selected spell has changed.
spellChanged() - Method in interface com.realtime.crossfire.jxclient.spells.SpellListener
The associated Spell instance has changed.
SpellComparator - Class in com.realtime.crossfire.jxclient.spells
A Comparator to compare Spell instances by spell path and name.
SpellComparator() - Constructor for class com.realtime.crossfire.jxclient.spells.SpellComparator
 
spellListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
spellListener - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
SpellListener - Interface in com.realtime.crossfire.jxclient.spells
Interface for listeners interested in Spell related events.
spellNameComparator - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
A Comparator to compare Spell instances by spell path and name.
spellRemoved(int) - Method in interface com.realtime.crossfire.jxclient.spells.SpellsManagerListener
A spell was removed.
spells - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
All known spells.
spellSkills - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Skills used by the spell, including the "all" skill.
spellSkillsView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The SpellSkillView to use.
SpellSkillView - Class in com.realtime.crossfire.jxclient.items
A list to display spell skills.
SpellSkillView(SpellsManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.items.SpellSkillView
Creates a new instance.
spellsManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The SpellsManager instance to watch.
spellsManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The SpellsManager instance to watch.
spellsManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The spells to display.
spellsManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The spells to display.
spellsManager - Variable in class com.realtime.crossfire.jxclient.items.SpellSkillView
The spells to display.
spellsManager - Variable in class com.realtime.crossfire.jxclient.items.SpellsView
The spells to display.
spellsManager - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The SpellsManager instance to use.
spellsManager - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The spells manager instance to use.
spellsManager - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
spellsManager - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The SpellsManager instance to watch.
SpellsManager - Class in com.realtime.crossfire.jxclient.spells
Manages all known spells.
SpellsManager(GuiStateManager, SkillSet, Stats) - Constructor for class com.realtime.crossfire.jxclient.spells.SpellsManager
Creates a new instance.
spellsManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The SpellsManagerListener used to detect spell changes.
spellsManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The SpellsManagerListener used to detect spell changes.
SpellsManagerListener - Interface in com.realtime.crossfire.jxclient.spells
Interface for listeners interested in SpellsManager events.
spellsView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The spells view to use.
SpellsView - Class in com.realtime.crossfire.jxclient.items
Provides a view of all spells a character knows.
SpellsView(SpellsManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.items.SpellsView
Creates a new instance.
spellView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The SpellsView to use.
split(String) - Static method in class com.realtime.crossfire.jxclient.util.StringSplitter
Splits the given string into lines.
splitAsHtml(String) - Static method in class com.realtime.crossfire.jxclient.util.StringSplitter
Splits the given string into lines and returns the lines separated by "<br>".
splitFields(String) - Static method in class com.realtime.crossfire.jxclient.util.StringUtils
Splits a line into tokens.
square - Variable in class com.realtime.crossfire.jxclient.map.CfMapPatch
The array of CfMapSquares.
SQUARE_SIZE - Static variable in class com.realtime.crossfire.jxclient.faces.Face
The size of one square in pixels.
squareModified(CfMapSquare) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Marks a CfMapSquare as dirty.
squarePendingFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Marks a CfMapSquare as containing a pending face.
srcData - Variable in class com.realtime.crossfire.jxclient.faces.ImageScale2x
The src data from the image.
srcData - Variable in class com.realtime.crossfire.jxclient.faces.ImageScale8d
The source data from the image.
srcImage - Variable in class com.realtime.crossfire.jxclient.faces.RawScale2x
The source image data.
srcImage - Variable in class com.realtime.crossfire.jxclient.faces.RawScale8d
The source image data.
start() - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
The start screen is displayed.
start() - Method in class com.realtime.crossfire.jxclient.items.EventScheduler
Activates this instance.
start() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Starts operation.
start() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Starts operation.
start() - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Starts operation.
start() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Starts operation.
startAccountList(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
Starting to receive information for the list of characters in an account.
StartCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which shows the start screen.
StartCommand(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.StartCommand
Creates a new instance.
StartingMap - Class in com.realtime.crossfire.jxclient.character
One possible starting map for character creation.
StartingMap(byte[], String, String) - Constructor for class com.realtime.crossfire.jxclient.character.StartingMap
Creates a new instance.
StartingMapBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
Builder for StartingMap instances while parsing a "replyinfo startingmap" response packet.
StartingMapBuilder() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
 
startingMapChoice - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
Whether a starting map should be selected.
startingMapChoice - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Whether a starting map should be selected.
startingMaps - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The StartingMap entries available for character creation.
startingMaps - Variable in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
The StartingMap entries parsed so far.
startPlaying() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
The client should switch to playing mode.
stat - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
The stat value to monitor.
stat - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
The stat to display.
STAT_NAMES - Static variable in class com.realtime.crossfire.jxclient.scripts.StatUtils
The stat names: maps stat value to stat name.
STAT_TABLE - Static variable in class com.realtime.crossfire.jxclient.stats.StatsParser
Maps stat names to stat index values.
statApplied - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The stat change due to gear or skills.
statBase - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The base stat without applied boosts or depletions.
statChanged(int, int) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
A stat value has changed.
statCurrent - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The current stat.
state - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The dialog state: 0=waiting for initial key press, 1=waiting for key release.
state - Variable in class com.realtime.crossfire.jxclient.sound.Processor
The current state: 0=fade in, 1=playing, 2=fade out, 3=terminate, 4=terminate immediately.
stateChanged() - Method in interface com.realtime.crossfire.jxclient.gui.log.RenderStateListener
Notifies the listener about a state change in the tracked RenderStateManager object.
stateChanged() - Method in interface com.realtime.crossfire.jxclient.settings.options.OptionListener
Will be called when the checked state has changed.
StatGaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
A GaugeUpdater which monitors a stat value.
StatGaugeUpdater(ExperienceTable, int, Stats, ItemSet) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
Creates a new instance.
statNames - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
The stat names to set.
statNames - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
The stat names to set.
statRace - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The race's maximum stat.
stats - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The stat adjustments.
stats - Variable in class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
The stats instance to watch.
stats - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
The Stats instance to watch.
stats - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
The Stats instance to use.
stats - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The Stats instance to use.
stats - Variable in class com.realtime.crossfire.jxclient.items.ItemsManager
The Stats instance to update.
stats - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The Stats instance to watch.
stats - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The Stats instance to watch.
stats - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The stat adjustments.
stats - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
stats - Variable in class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
The Stats instance to use.
stats - Variable in class com.realtime.crossfire.jxclient.spells.Spell
Attuned, repelled or denied information.
stats - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
The Stats for the player.
stats - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The stats instance to notify.
stats - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The stats instance to notify.
Stats - Class in com.realtime.crossfire.jxclient.stats
This is the representation of all the statistics of a player, like its speed or its experience.
Stats(ExperienceTable, SkillSet, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.stats.Stats
Creates a new instance.
stats - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The current stat values.
statsListener - Variable in class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
The StatsListener registered to be notified about stat changes.
statsListener - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
The StatsListener registered to be notified about stat changes.
statsListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
The StatsListener registered to be notified about stat changes.
statsListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The StatsListener registered to be notified about stat changes.
statsListener - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The crossfire stats listener.
statsListener - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The stats listener to detect the range stat.
StatsListener - Interface in com.realtime.crossfire.jxclient.stats
Interface for listeners interested in changes of Stats instances.
statsListeners - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The listeners to inform of stat changes.
StatsParser - Class in com.realtime.crossfire.jxclient.stats
Utility class to parse stat names.
StatsParser() - Constructor for class com.realtime.crossfire.jxclient.stats.StatsParser
Private constructor to prevent instantiation.
StatsWatcher - Class in com.realtime.crossfire.jxclient.sound
Monitors stat changes and generates appropriate sound effects.
StatsWatcher(Stats, JXCWindowRenderer, CrossfireServerConnection, SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.StatsWatcher
Creates a new instance.
StatUtils - Class in com.realtime.crossfire.jxclient.scripts
Utility class for converting stat values to stat names.
StatUtils() - Constructor for class com.realtime.crossfire.jxclient.scripts.StatUtils
Private constructor to prevent instantiation.
step - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Description of the current step.
stop() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Stops operation.
stop() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Stops operation.
stop() - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Stops operation.
stop() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Stops operation.
stop - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: stop before pickup.
stopRunning() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Tells the server to stop running.
StringSplitter - Class in com.realtime.crossfire.jxclient.util
Utility class for splitting strings.
StringSplitter() - Constructor for class com.realtime.crossfire.jxclient.util.StringSplitter
Private constructor to prevent instantiation.
StringUtils - Class in com.realtime.crossfire.jxclient.util
Utility class for string manipulation.
StringUtils() - Constructor for class com.realtime.crossfire.jxclient.util.StringUtils
Private constructor to prevent instantiation.
SwingUtilities2 - Class in com.realtime.crossfire.jxclient.util
Utility class for Swing related functions.
SwingUtilities2() - Constructor for class com.realtime.crossfire.jxclient.util.SwingUtilities2
Private constructor to prevent instantiation.
sync - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
Object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
The object use for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The object used for synchronization on GUIItemInventory.index.
sync - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The object used for synchronization on GUIItemKnowledge.index.
sync - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The object used for synchronization on GUIItemKnowledgeType.index.
sync - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The object used for synchronization on GUIItemQuest.index.
sync - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The object used for synchronization on GUIItemSpell.index.
sync - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The object used for synchronization on GUIItemSpellSkill.index.
sync - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
Object to synchronized access to Buffer.lines and Buffer.totalHeight.
sync - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
Synchronization object for accesses to all fields.
sync - Variable in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
The synchronization object for accessing GuiStateManager.guiState.
sync - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The synchronization object for accesses to AbstractItemView.modifiedSlots.
sync - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The object used to synchronize access to EventScheduler.nextAction and EventScheduler.nextActionNotBefore.
sync - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
The synchronization object for ItemSet.player.
sync - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The synchronization objects for accessing mutable fields.
sync - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The object used for synchronization.
sync - Variable in class com.realtime.crossfire.jxclient.util.DebugWriter
The object for synchronizing messages.
syncAnimationStates - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
All AnimationState for Map2.ANIM_SYNC animations.
syncConnect - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
syncCursor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Object used to synchronize on access to GUIText.text, GUIText.cursor, and GUIText.offset.
syncOutput - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket

T

tag - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The tag.
tag - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The tag ID.
target - Variable in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
The gui element to hide.
target - Variable in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
The gui element to show.
target - Variable in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
The gui element to toggle.
taskId - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask
The expected task FileCacheFaceQueue.id.
template - Variable in class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
Template to use to display items.
template - Variable in class com.realtime.crossfire.jxclient.gui.list.ItemItemCellRenderer
The template used for painting.
template - Variable in class com.realtime.crossfire.jxclient.gui.list.MetaElementCellRenderer
The template used for painting.
term() - Method in class com.realtime.crossfire.jxclient.main.JXCWindow
Frees all resources.
term() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Terminates the GUI.
terminate() - Method in class com.realtime.crossfire.jxclient.main.Exiter
Terminates the application.
terminate(boolean) - Method in class com.realtime.crossfire.jxclient.sound.Processor
Stops playing music.
terminateSync - Variable in class com.realtime.crossfire.jxclient.main.Exiter
The object to be notified when the application terminates.
text - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The overlay text or null to display only the image.
text - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The button text.
text - Variable in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
The text.
text - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The label text.
text - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
The text to display.
text - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The text.
text - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The entered text.
TEXT_OFFSET - Static variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The indentation of the item's text from the icon.
textAlignment - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabel
The text alignment.
TextButtonFactory - Class in com.realtime.crossfire.jxclient.skin.factory
A factory class to create "textbutton" instances.
TextButtonFactory(ButtonImages, ButtonImages, Font, Color, Color) - Constructor for class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
Creates a new instance.
textButtonFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The text button factory.
textChanged() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Will be called whenever AbstractLabel.text has changed.
textChanged() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
Will be called whenever AbstractLabel.text has changed.
textChanged() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabel
Will be called whenever AbstractLabel.text has changed.
textChanged() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
Will be called whenever AbstractLabel.text has changed.
textColor - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The text color.
textFont - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The font for rendering the label text.
TextSegment - Class in com.realtime.crossfire.jxclient.gui.log
One segment of a Line which should be displayed without changing attributes.
TextSegment(String, boolean, boolean, boolean, FontID, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.log.TextSegment
Creates a new segment.
textX - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The x coordinate of the overlay text.
textY - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The y coordinate of the overlay text.
thread - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The thread running EventScheduler.runnable.
thread - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The Thread used to operate the socket.
thread - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The Thread executing MusicManager.processor.
tick(MapUpdaterState, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Processes a tick command.
tick(int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
A "tick" command has been received.
tick(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireTickListener
A "tick" command has been received.
tickNo - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
The face was updated last in this tick number.
TILE_COLORS - Static variable in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
The colors for displaying magic map data.
tileHeight - Variable in class com.realtime.crossfire.jxclient.faces.Face
The face height in tiles.
tileSize - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The size of one tile.
tileSize - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMap
The size of one tile.
tileSize - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
The size of one tile.
tileSize - Variable in class com.realtime.crossfire.jxclient.main.Options
The size of tiles in the map view in pixels.
tileWidth - Variable in class com.realtime.crossfire.jxclient.faces.Face
The face width in tiles.
TIMEOUT_DE_ASSERT - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Timeout after that the "poisoned" state is reset.
TIMEOUT_FIRST - Static variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The autorepeat delay initially.
TIMEOUT_SECOND - Static variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The autorepeat delay for further repeats.
timeoutEvent - Variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The ActionListener for generating autorepeat events.
timeoutEvent - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The timeout event used to turn off poisoning if the de-assert message was missed.
timer - Variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The Timer for auto-repeating buttons.
timer - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The Timer for turning off the poison symbol.
timestamp - Variable in class com.realtime.crossfire.jxclient.metaserver.Info
The timestamp of last update.
title - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
The description.
title - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Quest title.
title - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The current value of the title stat.
TITLE_PREFIX - Static variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The prefix for the window title.
titleBackgroundColor - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The background color for the dialog title.
titleChanged(String) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's title has changed.
titleColor - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The color for the dialog title.
titleFont - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The font for the dialog title.
toggleChecked() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Toggles the checked state.
ToggleCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which toggles the visibility of a target GUIElement.
ToggleCommand(Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
Creates a new instance.
toggleDialog(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Toggles a dialog: if the dialog is not shown, show it; else hide it.
toggleDialog(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Toggles a dialog.
toggleDialog(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Toggles a dialog.
toggleDialog(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Toggles a dialog.
TOGGLEEXTENDEDTEXT_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "toggleextendedtext" command.
tooltip - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
The tooltip label.
tooltip - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The format used for displaying tooltips.
tooltip - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The tooltip format for drawing list entries.
tooltip - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The tooltip to use, or null if no tooltips should be shown.
TOOLTIP_DISTANCE - Static variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Distance of tooltip from its associated GUI element.
tooltipFormat - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The tooltip format.
tooltipIndex - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The index of the currently shown tooltip.
tooltipLabel - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The tooltip label or null.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The TooltipManager to update.
TooltipManager - Interface in com.realtime.crossfire.jxclient.gui.gui
Manages the tooltip display.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The tooltip manager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The tooltip manager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The TooltipManager to update.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The TooltipManager instance.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The TooltipManagerImpl currently attached to or null if not attached.
tooltipManager - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The TooltipManager for this window.
TooltipManagerImpl - Class in com.realtime.crossfire.jxclient.gui.label
Manages the tooltip display.
TooltipManagerImpl() - Constructor for class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
 
tooltipPrefix - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The tooltip prefix.
tooltipRectangle - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The location of the tooltip.
tooltipText - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The tooltip suffix.
tooltipText - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The default tooltip text.
TooltipText - Class in com.realtime.crossfire.jxclient.gui.gui
Information for displaying tooltips.
TooltipText(String, int, int, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Creates a new instance.
tooltipText - Variable in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
The tooltip text to explain this option.
tooltipTexts - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Maps GUIElement to associated TooltipText.
topIndex - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
The first line to display in the viewable area.
topOffset - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
The number of pixels to shift the first displayed line (RenderState.topIndex.
toString() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
toString() - Method in class com.realtime.crossfire.jxclient.character.Choice
toString() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
toString() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
toString() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
toString() - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
toString() - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
toString() - Method in class com.realtime.crossfire.jxclient.faces.Face
toString() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
toString() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
toString() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
toString(Color) - Static method in class com.realtime.crossfire.jxclient.gui.log.Parser
Returns the string representation for a color.
toString() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
toString() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
toString() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
toString() - Method in class com.realtime.crossfire.jxclient.map.Location
toString() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
toString(int) - Static method in class com.realtime.crossfire.jxclient.protocol.MessageTypes
Returns a string representation of a message type.
toString() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
toString() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
toString() - Method in class com.realtime.crossfire.jxclient.skills.Skill
toString() - Method in class com.realtime.crossfire.jxclient.spells.Spell
toString() - Method in class com.realtime.crossfire.jxclient.util.EventListenerList2
toString() - Method in class com.realtime.crossfire.jxclient.util.Resolution
totalHeight - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The total height of all Buffer.lines.
TRAILING_ESCAPE - Static variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Character appended to lines ending with whitespace.
trigger() - Method in class com.realtime.crossfire.jxclient.items.EventScheduler
Notifies the callback.
trimLeading(CharSequence) - Static method in class com.realtime.crossfire.jxclient.util.StringUtils
Removes leading whitespace from a string.
trimToMaxSize() - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Cut off old entries if more than CommandHistory.HISTORY_SIZE commands are present.
type - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The type of key binding: -1=invalid, 0=key code (KeyBindingState.keyEvent is valid).
type - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The spell type to display.
Type - Enum in com.realtime.crossfire.jxclient.gui.label
The display type.
Type() - Constructor for enum com.realtime.crossfire.jxclient.gui.label.Type
 
type - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The type.
type - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
The knowledge's type.
TYPE_COORDINATE - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Normal coordinate.
TYPE_GROUND - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
Type for "ground sound (door, trap opening, ...)".
TYPE_HIT - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
Type for "hit something".
TYPE_HIT_BY - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
Type for "hit by something".
TYPE_ITEM - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
Type for "item sound (potion, weapon ...)."
TYPE_LIVING - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
Type for "living sound (moving, dying, ...)".
TYPE_SCROLL - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Scroll information.
TYPE_SPELL - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
Type for "spell casting sound."
typeAdded(int) - Method in interface com.realtime.crossfire.jxclient.knowledge.KnowledgeListener
 
typeFilter - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
types - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The types to show.
types - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 

U

UnbindCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "unbind" command.
UnbindCommand(CommandCallback, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.UnbindCommand
Creates a new instance.
unchecked - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The image for the "unchecked" state.
uncheckedImage - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The image for the unchecked [ ] state.
underline - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Whether underlining is enabled.
underline - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Whether underlining is enabled.
underlineOffset - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
The distance of the underline to the base line.
unhandledStats - Variable in class com.realtime.crossfire.jxclient.stats.Stats
All unhandled stat values for which an error has been printed.
unidentifiedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for unidentified objects.
unidentifiedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for unidentified objects.
unknown - Variable in class com.realtime.crossfire.jxclient.spells.Spell
Whether this spell is unknown to the character.
UNKNOWN_PNG - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource name of the "unknown" face.
UNKNOWN_VERSION - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The default server version if none specified.
UnknownCommandException - Exception in com.realtime.crossfire.jxclient.server.socket
An UnknownCommandException is generated whenever an unknown message packet is received from the server.
UnknownCommandException(String) - Constructor for exception com.realtime.crossfire.jxclient.server.socket.UnknownCommandException
Creates a new exception with the given text message as a parameter.
UnknownCommandException(String, Throwable) - Constructor for exception com.realtime.crossfire.jxclient.server.socket.UnknownCommandException
Creates a new exception with the given text message as a parameter.
unknownFaceImages - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
The unknown face.
UnknownMessageTypeException - Exception in com.realtime.crossfire.jxclient.protocol
An exception that is thrown if an undefined message type occurs.
UnknownMessageTypeException(String) - Constructor for exception com.realtime.crossfire.jxclient.protocol.UnknownMessageTypeException
Creates a new instance.
unknownSpells - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
All unknown spells that have been referenced before.
unloadPerCharacterBindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Unloads (clears and saves) the per-character key bindings.
unpaidColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for unpaid objects.
unpaidImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for unpaid objects.
UNSAFE_FILENAME_CHARACTERS - Static variable in class com.realtime.crossfire.jxclient.util.FilenameUtils
Matches all characters that are considered "unsafe" for file names.
unsetElement(GUIElement) - Method in interface com.realtime.crossfire.jxclient.gui.gui.TooltipManager
Removes the tooltip of a GUI element.
unsetElement(GUIElement) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Removes the tooltip of a GUI element.
unsetShortcut(int) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Unsets a Shortcut.
unsetSkin() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Unsets the current skin.
UnterminatedTokenException - Exception in com.realtime.crossfire.jxclient.util
Exception thrown for unterminated quoted tokens.
UnterminatedTokenException(String) - Constructor for exception com.realtime.crossfire.jxclient.util.UnterminatedTokenException
Creates a new instance.
up - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The images comprising the "up" button state.
up() - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Returns the previous command.
up - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The images comprising the "up" button state.
UPD_ANIM - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for animation updates.
UPD_ANIMSPEED - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for animation speed updates.
UPD_FACE - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for face updates.
UPD_FLAGS - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for flags updates.
UPD_LOCATION - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for location updates.
UPD_NAME - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for name updates.
UPD_NROF - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for nrof updates.
UPD_SP_DAMAGE - Static variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Flag for updspell command: damage is present.
UPD_SP_GRACE - Static variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Flag for updspell command: grace is present.
UPD_SP_MANA - Static variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Flag for updspell command: mana is present.
UPD_WEIGHT - Static variable in interface com.realtime.crossfire.jxclient.protocol.UpdItem
The update flags value for weight updates.
update() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIListViewport
Updates the viewport state.
update(int, int, int, Face, String, String, int, int, int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Processes an "upditem" command.
UPDATE_INTERVAL - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
The regular update-interval in seconds.
updateAttributes(int, int, int, Fonts, FontRenderContext) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Updates the cached attributes of some Segments.
updateAttributes(Fonts, FontRenderContext) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Updates the cached attributes of this segment.
updateAttributes(Fonts, FontRenderContext) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Updates the cached attributes of this segment.
updateConnectLabel(ClientSocketState, String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Updates the "message" field of the connect dialog.
updateExperienceNextLevel() - Method in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
Updates information for Stats.C_STAT_EXP_NEXT_LEVEL.
updateFace(MapUpdaterState) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Updates the map face from the state.
updateFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Processes an updated face image.
updateInterestOps() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Updates ClientSocket.selectionKey's interest ops to match ClientSocket.interestOps.
updateItem(int, int, int, int, int, Face, String, String, int, int, int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Processes an "upditem" command.
updateMetaList() - Method in class com.realtime.crossfire.jxclient.metaserver.Metaserver
Updates the contents of Metaserver.metaserverModel.
updateMinimumSize(Dimension, Image) - Static method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Updates the minimum size to contain an image.
updateModel() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Updates the combo box model to reflect the current class list of GUIClassesComboBox.model.
updateModel(Iterable<T>) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Updates entries shown in the combo box.
updateModel() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Updates the combo box model to reflect the current race list of GUIRacesComboBox.model.
updateModifiers(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Updates the saved modifier state from a key event.
updateParameters(boolean, int, boolean, int, boolean, int) - Method in class com.realtime.crossfire.jxclient.spells.Spell
Updates the spell's parameters.
updatePickupMode(long, boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
Sets the pickup mode.
updatePlayerName(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Sets the current player name.
updatePlayerName(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Sets the current player name.
updatePlayerName(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Sets the current player name.
updateQuest(int, boolean, String) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Updates quest information.
updateScrolledMap(Graphics, CfMap, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Updates the map display after the map contents have scrolled.
updateSeconds - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Time since last update in seconds.
updateSeconds - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "update seconds" value for the current server entry.
updateSelectedItem() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Called whenever the selected item has changed.
updateServerSettings() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Updates server based settings to current screen size.
updateSmoothFace(int, int) - Method in class com.realtime.crossfire.jxclient.faces.SmoothFaces
Updates smooth face information.
updateSpeed(MapUpdaterState, Location, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Updates the animation speed value of a Location.
updateSpeed(MapUpdaterState, Location, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Updates the animation speed value.
updateSpell(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Updates spell information.
updateStat() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
Updates the values to reflect the current stat value.
updateText(CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
Sets the displayed text by parsing a string.
updateTickNo(MapUpdaterState, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Sets the tick number and update affected faces.
updateTitle() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Updates the window title to reflect the current connection state.
updateTooltip() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Updates the tooltip text.
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Updates the tooltip text.
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Updates the tooltip text.
updateTooltip() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Updates the current tooltip text.
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Updates the tooltip text.
updateTooltip() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Updates the tooltip text.
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Updates the tooltip text.
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
Updates the tooltip text.
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
 
updateTooltip(int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
Updates the tooltip text.
updateTooltipText() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Updates the tooltip's text from GUIDupGauge.tooltipPrefix ad GUIDupGauge.tooltipText.
updateTooltipText() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Updates the tooltip's text from GUIGauge.tooltipFormat ad GUIGauge.tooltipText.
updateTooltipText() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Updates the tooltip text for the current GUIItemItem.item.
updateTooltipText() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Updates the tooltip text to reflect current settings.
updateWindowSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Updates the window size for rendering from the main window size.
updateWindowSize(int, int) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Sets a new window size.
updateWriteInterestOps() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Updates ClientSocket.interestOps's OP_WRITE according to whether ClientSocket.outputBuffer has pending data.
UpdItem - Interface in com.realtime.crossfire.jxclient.protocol
Interface defining constants for the "upditem" Crossfire protocol message.
upditemReceived(int, int, int, int, int, int, String, String, int, int, int) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
An "upditem" command has been received.
upditemReceived(int, int, int, int, int, int, String, String, int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
An "upditem" command has been received.
uptimeSeconds - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The server's uptime in seconds.
uptimeSeconds - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "uptime seconds" value for the current server entry.
UTF8 - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The Charset used for parsing or encoding strings received from or sent to the Crossfire server.

V

valuables - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: money and gems.
value - Variable in class com.realtime.crossfire.jxclient.settings.Entry
The value.
valueMin - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The minimum scroll value.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.gui.commandlist.CommandListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.gui.gui.RendererGuiState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.gui.label.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.gui.label.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.gui.log.FontID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.guistate.ClientSocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.guistate.GuiState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader.ListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.sound.Sounds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.realtime.crossfire.jxclient.window.GuiManager.EscAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.realtime.crossfire.jxclient.gui.commandlist.CommandListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.gui.gui.RendererGuiState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.gui.label.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.gui.label.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.gui.log.FontID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.guistate.ClientSocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.guistate.GuiState
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.realtime.crossfire.jxclient.settings.Settings
The stored values.
values() - Static method in enum com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader.ListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.sound.Sounds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.realtime.crossfire.jxclient.window.GuiManager.EscAction
Returns an array containing the constants of this enum type, in the order they are declared.
valueSize - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The size of the scroll values.
version - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server version.
version - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "server version" value for the current server entry.
version - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The version information to send when connecting to the server.
VERSION_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "version" command.
view - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
 
viewport - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The viewport used by GUIList.scrollPane.
visibleAnimations - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The animations in the visible map area.
visit(ShortcutVisitor) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Calls a ShortcutVisitor's visit() function for this instance.
visit(ShortcutVisitor) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Calls a ShortcutVisitor's visit() function for this instance.
visit(ShortcutVisitor) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Calls a ShortcutVisitor's visit() function for this instance.
visit(ShortcutCommand) - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutVisitor
Visits a ShortcutCommand instance.
visit(ShortcutSpell) - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutVisitor
Visits a ShortcutSpell instance.
volume - Variable in class com.realtime.crossfire.jxclient.sound.Processor
The current volume.
VOLUME_STEP_PER_SAMPLE - Static variable in class com.realtime.crossfire.jxclient.sound.Processor
The step for the fading in/out factor.

W

w - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The width of the highlighted part of the image.
w - Variable in class com.realtime.crossfire.jxclient.gui.gui.Extent
The width.
w - Variable in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
The width of the associated gui element.
waitForCurrentNumLookObjectsValid() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
waitForCurrentNumLookObjectsValid() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
waitForTermination() - Method in class com.realtime.crossfire.jxclient.main.Exiter
Waits until the window has been disposed.
wasDisplayed - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Records whether the JXCWindowRenderer.frame has been displayed before.
weight - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The weight.
width - Variable in class com.realtime.crossfire.jxclient.faces.ImageScale2x
The width of the image.
width - Variable in class com.realtime.crossfire.jxclient.faces.ImageScale8d
The width of the image.
width - Variable in class com.realtime.crossfire.jxclient.faces.RawScale2x
The width of the source image.
width - Variable in class com.realtime.crossfire.jxclient.faces.RawScale8d
The width of the source image.
width - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The total width of the image.
width - Variable in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
The width of the segment if displayed.
width - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
The map width in squares.
width - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
The width of the visible map area.
WIDTH - Static variable in class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
The identifier evaluating to the width in pixels of the current resolution.
width - Variable in class com.realtime.crossfire.jxclient.util.Resolution
The width in pixel.
widthE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The width of the east border in pixel.
widthFactor - Variable in class com.realtime.crossfire.jxclient.gui.gui.Expression
The screen width dependent factor.
widthW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The width of the west border in pixel.
windowClosing() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Should be called when the main window is closing.
windowFocusListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The WindowFocusListener registered for this window.
windowHeight - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
The current window height.
windowHeight - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The height of the client area in pixels.
windowListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The window listener attached to this frame.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.commands.ClearCommand
The JXCWindowRenderer to affect.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
The renderer to use.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
The JXCWindowRenderer this element belongs to.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The JXCWindowRenderer this element belongs to.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The JXCWindowRenderer for this window.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The JXCWindowRenderer for this window.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The JXCWindowRenderer used to paint the gui.
windowRenderer - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The JXCWindowRenderer to use.
windowWidth - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
The current window width.
windowWidth - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The width of the client area in pixels.
WORD_SEPARATOR_PATTERN - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
The pattern to split a string into words.
writeBuffer - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Buffer to build commands to send.
writePacket(byte[], int) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Writes a Crossfire Message on the socket, so it is sent to the server.
writePacket(byte[], int) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Writes a packet.
writer - Variable in class com.realtime.crossfire.jxclient.util.DebugWriter
The Writer to write to.

X

x - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The x-coordinate of the highlighted part of the image.
x - Variable in class com.realtime.crossfire.jxclient.gui.gui.Extent
The x coordinate.
x - Variable in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
The x coordinate of the associated gui element.
x - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
x - Variable in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
The x-coordinate to display the segment.
x - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The absolute x-coordinate of this square in its CfMap.
x - Variable in class com.realtime.crossfire.jxclient.map.Location
The x-coordinate.

Y

y - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The y-coordinate of the highlighted part of the image.
y - Variable in class com.realtime.crossfire.jxclient.gui.gui.Extent
The y coordinate.
y - Variable in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
The y coordinate of the associated gui element.
y - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
y - Variable in class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
The y-coordinate to display the segment.
y - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The absolute y-coordinate of this square in its CfMap.
y - Variable in class com.realtime.crossfire.jxclient.map.Location
The y-coordinate.
YES_NO - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
Query type: yes/no question.
A B C D E F G H I J K L M N O P Q R S T U V W X Y