Uses of Class
com.realtime.crossfire.jxclient.gui.list.GUIItemList

Packages that use GUIItemList
com.realtime.crossfire.jxclient.gui.commands   
com.realtime.crossfire.jxclient.skin.skin   
 

Uses of GUIItemList in com.realtime.crossfire.jxclient.gui.commands
 

Fields in com.realtime.crossfire.jxclient.gui.commands declared as GUIItemList
private  GUIItemList ExecSelectionCommand.list
          The list to execute in.
 

Constructors in com.realtime.crossfire.jxclient.gui.commands with parameters of type GUIItemList
ExecSelectionCommand(GUIItemList list, CommandType command, CrossfireServerConnection crossfireServerConnection, FloorView floorView, CommandQueue commandQueue)
          Creates a new instance.
 

Uses of GUIItemList in com.realtime.crossfire.jxclient.skin.skin
 

Fields in com.realtime.crossfire.jxclient.skin.skin with type parameters of type GUIItemList
private  java.util.Collection<GUIItemList> DefaultJXCSkin.floorLists
          The GUIItemLists that display floor items.
 

Methods in com.realtime.crossfire.jxclient.skin.skin with parameters of type GUIItemList
 void DefaultJXCSkin.addFloorList(GUIItemList floorList)
          Adds a GUIItemList element that displays floor items.