Packages that use GUIItemItemFactory | |
---|---|
com.realtime.crossfire.jxclient.gui.item | |
com.realtime.crossfire.jxclient.gui.list |
Uses of GUIItemItemFactory in com.realtime.crossfire.jxclient.gui.item |
---|
Classes in com.realtime.crossfire.jxclient.gui.item that implement GUIItemItemFactory | |
---|---|
class |
GUIItemFloorFactory
A factory for creating GUIItemFloor instances. |
class |
GUIItemInventoryFactory
A factory for creating GUIItemInventory instances. |
Uses of GUIItemItemFactory in com.realtime.crossfire.jxclient.gui.list |
---|
Fields in com.realtime.crossfire.jxclient.gui.list declared as GUIItemItemFactory | |
---|---|
private GUIItemItemFactory |
GUIItemList.itemItemFactory
The GUIItemItemFactory for creating new GUIItemItem
instances. |
Constructors in com.realtime.crossfire.jxclient.gui.list with parameters of type GUIItemItemFactory | |
---|---|
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. |