Uses of Class
com.realtime.crossfire.jxclient.queue.CommandQueue

Packages that use CommandQueue
com.realtime.crossfire.jxclient.commands   
com.realtime.crossfire.jxclient.gui.commands   
com.realtime.crossfire.jxclient.gui.item   
com.realtime.crossfire.jxclient.gui.list   
com.realtime.crossfire.jxclient.main   
com.realtime.crossfire.jxclient.scripts   
com.realtime.crossfire.jxclient.settings.options   
com.realtime.crossfire.jxclient.shortcuts   
com.realtime.crossfire.jxclient.skin.io   
com.realtime.crossfire.jxclient.window   
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.commands
 

Fields in com.realtime.crossfire.jxclient.commands declared as CommandQueue
private  CommandQueue Commands.commandQueue
          The command queue for sending commands.
 

Constructors in com.realtime.crossfire.jxclient.commands with parameters of type CommandQueue
Commands(JXCWindowRenderer windowRenderer, CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, ScriptManager scriptManager, OptionManager optionManager, CommandCallback commandCallback, Macros macros)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.gui.commands
 

Fields in com.realtime.crossfire.jxclient.gui.commands declared as CommandQueue
private  CommandQueue ExecSelectionCommand.commandQueue
          The command queue to use.
 

Methods in com.realtime.crossfire.jxclient.gui.commands with parameters of type CommandQueue
protected abstract  void CommandType.doExecute(CfItem item, CrossfireServerConnection crossfireServerConnection, int floor, CommandQueue commandQueue)
          Executes the action.
 void CommandType.execute(GUIItemItem guiItem, CrossfireServerConnection crossfireServerConnection, int floor, CommandQueue commandQueue)
          Executes the action.
 

Constructors in com.realtime.crossfire.jxclient.gui.commands with parameters of type CommandQueue
ExecSelectionCommand(GUIItemList list, CommandType command, CrossfireServerConnection crossfireServerConnection, FloorView floorView, CommandQueue commandQueue)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.gui.item
 

Fields in com.realtime.crossfire.jxclient.gui.item declared as CommandQueue
private  CommandQueue GUIItemFloorFactory.commandQueue
          The CommandQueue for sending commands.
private  CommandQueue GUIItemInventoryFactory.commandQueue
           
private  CommandQueue GUIItemInventory.commandQueue
          The command queue for sending commands.
private  CommandQueue GUIItemSpellList.commandQueue
          The CommandQueue for sending commands.
private  CommandQueue GUIItemFloor.commandQueue
          The command queue for sending commands.
 

Constructors in com.realtime.crossfire.jxclient.gui.item with parameters of type CommandQueue
GUIItemFloor(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, Extent extent, ItemPainter itemPainter, int index, CrossfireServerConnection crossfireServerConnection, ItemView floorView, ItemSet itemSet, FacesManager facesManager, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Creates a new instance.
GUIItemFloorFactory(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, ItemPainter itemPainter, CrossfireServerConnection crossfireServerConnection, FacesManager facesManager, FloorView floorView, ItemSet itemSet, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Creates a new instance.
GUIItemInventory(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, Extent extent, ItemPainter itemPainter, int index, CrossfireServerConnection crossfireServerConnection, FacesManager facesManager, FloorView floorView, ItemView inventoryView)
          Creates a new instance.
GUIItemInventoryFactory(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, ItemPainter itemPainter, CrossfireServerConnection crossfireServerConnection, FacesManager facesManager, FloorView floorView, ItemView inventoryView)
          Creates a new instance.
GUIItemSpellList(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, Extent extent, java.awt.Color selectorColor, java.awt.Image selectorImage, int defaultIndex, FacesManager facesManager, SpellsManager spellsManager, CurrentSpellManager currentSpellManager)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.gui.list
 

Fields in com.realtime.crossfire.jxclient.gui.list declared as CommandQueue
private  CommandQueue GUIItemList.commandQueue
          The CommandQueue to sending commands to the server.
 

Constructors in com.realtime.crossfire.jxclient.gui.list with parameters of type CommandQueue
GUIItemList(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, Extent extent, int cellWidth, int cellHeight, CrossfireServerConnection crossfireServerConnection, ItemView itemView, AbstractLabel currentItem, GUIItemItemFactory itemItemFactory)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.main
 

Fields in com.realtime.crossfire.jxclient.main declared as CommandQueue
private  CommandQueue OutputCountTracker.commandQueue
          The CommandQueue for sending commands.
private  CommandQueue SkinLoader.commandQueue
          The CommandQueue instance.
private  CommandQueue JXCWindow.commandQueue
          The command queue instance for this window.
 

Constructors in com.realtime.crossfire.jxclient.main with parameters of type CommandQueue
JXCWindow(Exiter exiter, CrossfireServerConnection server, OptionManager optionManager, GuiStateManager guiStateManager, JXCWindowRenderer windowRenderer, CommandQueue commandQueue, GuiManager guiManager, KeyHandler keyHandler, CharacterModel characterModel, javax.swing.JFrame frame)
          Creates a new instance.
OutputCountTracker(GuiStateManager guiStateManager, CrossfireServerConnection server, CommandQueue commandQueue)
          Creates a new instance.
SkinLoader(boolean debugGui, MouseTracker mouseTracker, CommandCallback commandCallback, MetaserverModel metaserverModel, Resolution resolution, Macros macros, JXCWindowRenderer windowRenderer, CrossfireServerConnection server, GuiStateManager guiStateManager, TooltipManager tooltipManager, CommandQueue commandQueue, JXCSkinLoader skinLoader, Commands commands, Shortcuts shortcuts, CharacterModel characterModel)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.scripts
 

Fields in com.realtime.crossfire.jxclient.scripts declared as CommandQueue
private  CommandQueue DefaultScriptProcess.commandQueue
          The CommandQueue for sending commands.
private  CommandQueue ScriptManager.commandQueue
          The CommandQueue for sending commands.
 

Constructors in com.realtime.crossfire.jxclient.scripts with parameters of type CommandQueue
DefaultScriptProcess(int scriptId, java.lang.String filename, CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, Stats stats, FloorView floorView, ItemSet itemSet, java.lang.Iterable<Spell> spellsManager, CfMapUpdater mapUpdater, SkillSet skillSet)
          Creates a new instance.
ScriptManager(CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, Stats stats, FloorView floorView, ItemSet itemSet, java.lang.Iterable<Spell> spellsManager, CfMapUpdater mapUpdater, SkillSet skillSet)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.settings.options
 

Fields in com.realtime.crossfire.jxclient.settings.options declared as CommandQueue
private  CommandQueue Pickup.commandQueue
          The command queue for sending pickup commands.
 

Constructors in com.realtime.crossfire.jxclient.settings.options with parameters of type CommandQueue
Pickup(CommandQueue commandQueue, OptionManager optionManager)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.shortcuts
 

Fields in com.realtime.crossfire.jxclient.shortcuts declared as CommandQueue
private  CommandQueue ShortcutSpell.commandQueue
          The command queue for executing commands.
private  CommandQueue ShortcutCommand.commandQueue
          The command queue for sending commands.
private  CommandQueue Shortcuts.commandQueue
          The command queue for executing commands.
 

Constructors in com.realtime.crossfire.jxclient.shortcuts with parameters of type CommandQueue
ShortcutCommand(CommandQueue commandQueue, java.lang.String command)
          Creates a new instance.
Shortcuts(CommandQueue commandQueue, SpellsManager spellsManager)
          Creates a new instance.
ShortcutSpell(CommandQueue commandQueue, Spell spell)
          Creates a new instance.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.skin.io
 

Methods in com.realtime.crossfire.jxclient.skin.io with parameters of type CommandQueue
private  void JXCSkinLoader.addCommand(java.lang.String listName, Args args, GUIElement element, java.lang.String command, GuiStateManager guiStateManager, Commands commands, java.io.LineNumberReader lnr, CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, CommandCallback commandCallback, Macros macros)
          Parses and builds command arguments.
 JXCSkin JXCSkinLoader.load(JXCSkinSource skinSource, CrossfireServerConnection crossfireServerConnection, GuiStateManager guiStateManager, TooltipManager tooltipManager, JXCWindowRenderer windowRenderer, GUIElementListener elementListener, MetaserverModel metaserverModel, CharacterModel characterModel, CommandQueue commandQueue, Shortcuts shortcuts, Commands commands, CurrentSpellManager currentSpellManager, CommandCallback commandCallback, Macros macros, GuiFactory guiFactory)
          Loads the skin from its external representation.
private  void JXCSkinLoader.load(JXCSkinSource skinSource, java.lang.String dialogName, CrossfireServerConnection server, GuiStateManager guiStateManager, TooltipManager tooltipManager, JXCWindowRenderer windowRenderer, GUIElementListener elementListener, MetaserverModel metaserverModel, CharacterModel characterModel, CommandQueue commandQueue, Gui gui, Shortcuts shortcuts, Commands commands, CurrentSpellManager currentSpellManager, CommandCallback commandCallback, Macros macros, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Loads a skin file and add the entries to a Gui instance.
private  void JXCSkinLoader.load(JXCSkinSource skinSource, java.lang.String dialogName, java.lang.String resourceName, java.io.InputStream inputStream, CrossfireServerConnection server, GuiStateManager guiStateManager, TooltipManager tooltipManager, JXCWindowRenderer windowRenderer, GUIElementListener elementListener, MetaserverModel metaserverModel, CharacterModel characterModel, CommandQueue commandQueue, Gui gui, Shortcuts shortcuts, Commands commands, CurrentSpellManager currentSpellManager, CommandCallback commandCallback, Macros macros, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Loads a skin file and add the entries to a Gui instance.
 GUICommand CommandParser.parseCommandArgs(Args args, GUIElement element, java.lang.String command, GuiStateManager guiStateManager, Commands commands, java.io.LineNumberReader lnr, CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, CommandCallback commandCallback, Macros macros)
          Parses and builds command arguments.
private  void JXCSkinLoader.parseCommandList(Args args, GuiStateManager guiStateManager, java.io.LineNumberReader lnr, Commands commands, CommandQueue commandQueue, CrossfireServerConnection server, CommandCallback commandCallback, Macros macros)
          Parses a "commandlist" command.
private  void JXCSkinLoader.parseCommandListAdd(Args args, GuiStateManager guiStateManager, java.io.LineNumberReader lnr, Commands commands, CommandQueue commandQueue, CrossfireServerConnection server, CommandCallback commandCallback, Macros macros)
          Parses a "commandlist_add" command.
private  GUICommand CommandParser.parseExecSelection(Args args, GUIElement element, CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection)
          Parses and builds a "" command.
private  void JXCSkinLoader.parseItem(Args args, TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, CrossfireServerConnection server, Shortcuts shortcuts, CurrentSpellManager currentSpellManager, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Parses an "item" command.
private  void JXCSkinLoader.parseList(Args args, boolean inventoryList, TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, CrossfireServerConnection server, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Parses an "inventory_list" or a "floor_list" command.
 

Uses of CommandQueue in com.realtime.crossfire.jxclient.window
 

Fields in com.realtime.crossfire.jxclient.window declared as CommandQueue
private  CommandQueue KeyHandler.commandQueue
          The CommandQueue to use.
 

Constructors in com.realtime.crossfire.jxclient.window with parameters of type CommandQueue
KeyHandler(java.io.Writer debugKeyboard, KeybindingsManager keybindingsManager, CommandQueue commandQueue, JXCWindowRenderer windowRenderer, KeyHandlerListener keyHandlerListener)
          Creates a new instance.