Uses of Class
com.realtime.crossfire.jxclient.shortcuts.Shortcuts

Packages that use Shortcuts
com.realtime.crossfire.jxclient.gui.item   
com.realtime.crossfire.jxclient.main   
com.realtime.crossfire.jxclient.skin.io   
com.realtime.crossfire.jxclient.window   
 

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

Fields in com.realtime.crossfire.jxclient.gui.item declared as Shortcuts
private  Shortcuts GUIItemShortcut.shortcuts
          The Shortcuts instance for looking up Shortcuts.
 

Constructors in com.realtime.crossfire.jxclient.gui.item with parameters of type Shortcuts
GUIItemShortcut(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.Color castColor, java.awt.Image castImage, java.awt.Color invokeColor, java.awt.Image invokeImage, int index, FacesManager facesManager, Shortcuts shortcuts, java.awt.Font font, CurrentSpellManager currentSpellManager)
          Creates a new instance.
 

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

Fields in com.realtime.crossfire.jxclient.main declared as Shortcuts
private  Shortcuts SkinLoader.shortcuts
          The Shortcuts instance.
 

Constructors in com.realtime.crossfire.jxclient.main with parameters of type Shortcuts
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 Shortcuts in com.realtime.crossfire.jxclient.skin.io
 

Methods in com.realtime.crossfire.jxclient.skin.io with parameters of type Shortcuts
 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.
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.
 

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

Fields in com.realtime.crossfire.jxclient.window declared as Shortcuts
private  Shortcuts JXCConnection.shortcuts
          The Shortcuts to update.
 

Methods in com.realtime.crossfire.jxclient.window with parameters of type Shortcuts
static void ShortcutsLoader.loadShortcuts(Shortcuts shortcuts, java.lang.CharSequence hostname, java.lang.CharSequence character)
          Load shortcut info from the backing file.
static void ShortcutsLoader.saveShortcuts(Shortcuts shortcuts)
          Save all shortcut info to the backing file.
 

Constructors in com.realtime.crossfire.jxclient.window with parameters of type Shortcuts
JXCConnection(KeybindingsManager keybindingsManager, Shortcuts shortcuts, Settings settings, java.awt.Frame frame, Pickup characterPickup, CrossfireServerConnection server, GuiStateManager guiStateManager)
          Creates a new instance.