Crossfire JXClient, Trunk
Public Member Functions | Public Attributes | Private Attributes | List of all members
com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot Enum Reference
Collaboration diagram for com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot:
Collaboration graph

Public Member Functions

int getSlot ()
 
 ShortcutSlot (final int slot)
 
String toString ()
 

Public Attributes

 F1 =(0)
 
 F10 =(9)
 
 F11 =(10)
 
 F12 =(11)
 
 F2 =(1)
 
 F3 =(2)
 
 F4 =(3)
 
 F5 =(4)
 
 F6 =(5)
 
 F7 =(6)
 
 F8 =(7)
 
 F9 =(8)
 

Private Attributes

final int slot
 

Detailed Description

A slot in the shortcuts bar.

Definition at line 8 of file ShortcutSlot.java.

Constructor & Destructor Documentation

◆ ShortcutSlot()

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.ShortcutSlot ( final int  slot)

Creates a new instance.

Parameters
slotthe slot

Definition at line 79 of file ShortcutSlot.java.

Member Function Documentation

◆ getSlot()

int com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.getSlot ( )

Returns the slot number.

Returns
the slot number

Definition at line 87 of file ShortcutSlot.java.

◆ toString()

String com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.toString ( )

Definition at line 94 of file ShortcutSlot.java.

Referenced by com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut.paintComponent().

Here is the caller graph for this function:

Member Data Documentation

◆ F1

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F1 =(0)

The F1 key.

Definition at line 13 of file ShortcutSlot.java.

◆ F10

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F10 =(9)

The F10 key.

Definition at line 58 of file ShortcutSlot.java.

◆ F11

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F11 =(10)

The F11 key.

Definition at line 63 of file ShortcutSlot.java.

◆ F12

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F12 =(11)

The F2 key.

Definition at line 68 of file ShortcutSlot.java.

◆ F2

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F2 =(1)

The F2 key.

Definition at line 18 of file ShortcutSlot.java.

◆ F3

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F3 =(2)

The F3 key.

Definition at line 23 of file ShortcutSlot.java.

◆ F4

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F4 =(3)

The F4 key.

Definition at line 28 of file ShortcutSlot.java.

◆ F5

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F5 =(4)

The F5 key.

Definition at line 33 of file ShortcutSlot.java.

◆ F6

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F6 =(5)

The F6 key.

Definition at line 38 of file ShortcutSlot.java.

◆ F7

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F7 =(6)

The F7 key.

Definition at line 43 of file ShortcutSlot.java.

◆ F8

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F8 =(7)

The F8 key.

Definition at line 48 of file ShortcutSlot.java.

◆ F9

com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.F9 =(8)

The F9 key.

Definition at line 53 of file ShortcutSlot.java.

◆ slot

final int com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot.slot
private

The slot.

Definition at line 73 of file ShortcutSlot.java.


The documentation for this enum was generated from the following file: