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

Packages that use GUIList
com.realtime.crossfire.jxclient.gui.commands   
com.realtime.crossfire.jxclient.gui.list   
 

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

Fields in com.realtime.crossfire.jxclient.gui.commands declared as GUIList
private  GUIList MoveSelectionCommand.list
          The list to scroll.
 

Constructors in com.realtime.crossfire.jxclient.gui.commands with parameters of type GUIList
MoveSelectionCommand(GUIList list, int diffLines, int diffElements)
          Creates a new instance.
 

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

Subclasses of GUIList in com.realtime.crossfire.jxclient.gui.list
 class GUICharacterList
          A GUIList display characters of an account.
 class GUIItemList
          A GUIList instance that displays GUIItemItem instances.
 class GUIMetaElementList
          A GUIList that tracks a Metaserver instance.