Packages that use GUIItemItem | |
---|---|
com.realtime.crossfire.jxclient.gui.commands | |
com.realtime.crossfire.jxclient.gui.item | |
com.realtime.crossfire.jxclient.gui.list |
Uses of GUIItemItem in com.realtime.crossfire.jxclient.gui.commands |
---|
Methods in com.realtime.crossfire.jxclient.gui.commands with parameters of type GUIItemItem | |
---|---|
static boolean |
CommandType.canExecute(GUIItemItem guiItem)
Returns whether the action can be executed. |
void |
CommandType.execute(GUIItemItem guiItem,
CrossfireServerConnection crossfireServerConnection,
int floor,
CommandQueue commandQueue)
Executes the action. |
Uses of GUIItemItem in com.realtime.crossfire.jxclient.gui.item |
---|
Subclasses of GUIItemItem in com.realtime.crossfire.jxclient.gui.item | |
---|---|
class |
GUIItemFloor
A GUIElement representing an in-game object in the ground view. |
class |
GUIItemInventory
A GUIItem for displaying inventory objects. |
Methods in com.realtime.crossfire.jxclient.gui.item that return GUIItemItem | |
---|---|
GUIItemItem |
GUIItemFloorFactory.newTemplateItem(int cellHeight)
Creates a new GUIItemInventory instance. |
GUIItemItem |
GUIItemItemFactory.newTemplateItem(int cellHeight)
Creates a new GUIItemInventory instance. |
GUIItemItem |
GUIItemInventoryFactory.newTemplateItem(int cellHeight)
Creates a new GUIItemInventory instance. |
Uses of GUIItemItem in com.realtime.crossfire.jxclient.gui.list |
---|
Fields in com.realtime.crossfire.jxclient.gui.list declared as GUIItemItem | |
---|---|
private GUIItemItem |
ItemItemCellRenderer.template
The template used for painting. |
Methods in com.realtime.crossfire.jxclient.gui.list that return GUIItemItem | |
---|---|
GUIItemItem |
GUIItemList.getSelectedItem()
Returns the selected GUIItemItem instance. |
Constructors in com.realtime.crossfire.jxclient.gui.list with parameters of type GUIItemItem | |
---|---|
ItemItemCellRenderer(GUIItemItem template)
Creates a new instance. |