Uses of Interface
com.realtime.crossfire.jxclient.items.ItemView

Packages that use ItemView
com.realtime.crossfire.jxclient.gui.item   
com.realtime.crossfire.jxclient.gui.list   
com.realtime.crossfire.jxclient.items   
com.realtime.crossfire.jxclient.skin.io   
 

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

Fields in com.realtime.crossfire.jxclient.gui.item declared as ItemView
private  ItemView GUIItemFloor.floorView
          The floor view to watch.
private  ItemView GUIItemInventoryFactory.inventoryView
          The inventory view to use.
private  ItemView GUIItemInventory.inventoryView
          The inventory view to watch.
 

Constructors in com.realtime.crossfire.jxclient.gui.item with parameters of type ItemView
GUIItemFloor(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, Extent extent, ItemPainter itemPainter, int index, CrossfireServerConnection crossfireServerConnection, ItemView floorView, ItemSet itemSet, FacesManager facesManager, java.awt.Image nextGroupFace, java.awt.Image prevGroupFace)
          Creates a new instance.
GUIItemInventory(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, Extent extent, ItemPainter itemPainter, int index, CrossfireServerConnection crossfireServerConnection, FacesManager facesManager, FloorView floorView, ItemView inventoryView)
          Creates a new instance.
GUIItemInventoryFactory(TooltipManager tooltipManager, GUIElementListener elementListener, CommandQueue commandQueue, java.lang.String name, ItemPainter itemPainter, CrossfireServerConnection crossfireServerConnection, FacesManager facesManager, FloorView floorView, ItemView inventoryView)
          Creates a new instance.
 

Uses of ItemView in com.realtime.crossfire.jxclient.gui.list
 

Fields in com.realtime.crossfire.jxclient.gui.list declared as ItemView
private  ItemView GUIItemList.itemView
          The ItemView to monitor.
 

Constructors in com.realtime.crossfire.jxclient.gui.list with parameters of type ItemView
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.
 

Uses of ItemView in com.realtime.crossfire.jxclient.items
 

Classes in com.realtime.crossfire.jxclient.items that implement ItemView
 class AbstractItemView
          Abstract base class for ItemView implementing classes.
 class FloorView
          Provides a view to all items comprising the current floor view.
 class InventoryView
          Provides a view of all items in the current player's inventory.
 

Uses of ItemView in com.realtime.crossfire.jxclient.skin.io
 

Fields in com.realtime.crossfire.jxclient.skin.io declared as ItemView
private  ItemView JXCSkinLoader.inventoryView
          The inventory ItemView to use.
 

Constructors in com.realtime.crossfire.jxclient.skin.io with parameters of type ItemView
JXCSkinLoader(ItemSet itemSet, ItemView inventoryView, FloorView floorView, SpellsManager spellsManager, FacesManager facesManager, Stats stats, CfMapUpdater mapUpdater, KeyBindings defaultKeyBindings, OptionManager optionManager, ExperienceTable experienceTable, SkillSet skillSet, int defaultTileSize)
          Creates a new instance.