Packages that use Shortcut | |
---|---|
com.realtime.crossfire.jxclient.gui.item | |
com.realtime.crossfire.jxclient.shortcuts |
Uses of Shortcut in com.realtime.crossfire.jxclient.gui.item |
---|
Fields in com.realtime.crossfire.jxclient.gui.item declared as Shortcut | |
---|---|
private Shortcut |
GUIItemShortcut.shortcut
The currently monitored Shortcut instance. |
Methods in com.realtime.crossfire.jxclient.gui.item with parameters of type Shortcut | |
---|---|
private void |
GUIItemShortcut.setShortcut(Shortcut shortcut)
Updates GUIItemShortcut.shortcut and registers/de-registers GUIItemShortcut.shortcutListener . |
Uses of Shortcut in com.realtime.crossfire.jxclient.shortcuts |
---|
Subclasses of Shortcut in com.realtime.crossfire.jxclient.shortcuts | |
---|---|
class |
ShortcutCommand
A Shortcut that executes a Crossfire command. |
class |
ShortcutSpell
A Shortcut that casts a spell. |
Fields in com.realtime.crossfire.jxclient.shortcuts with type parameters of type Shortcut | |
---|---|
private java.util.List<Shortcut> |
Shortcuts.shortcuts
The shortcuts. |
Methods in com.realtime.crossfire.jxclient.shortcuts that return Shortcut | |
---|---|
private Shortcut |
Shortcuts.getShortcut(int index)
Returns a shortcut. |
Methods in com.realtime.crossfire.jxclient.shortcuts that return types with arguments of type Shortcut | |
---|---|
java.util.Iterator<Shortcut> |
Shortcuts.iterator()
|
Methods in com.realtime.crossfire.jxclient.shortcuts with parameters of type Shortcut | |
---|---|
void |
Shortcuts.setShortcut(int index,
Shortcut shortcut)
Sets a Shortcut . |
void |
ShortcutsListener.shortcutAdded(int index,
Shortcut shortcut)
A shortcut has been added. |
void |
ShortcutsListener.shortcutRemoved(int index,
Shortcut shortcut)
A shortcut has been removed. |