Uses of Interface
com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable

Packages that use GUIScrollable
com.realtime.crossfire.jxclient.gui   
com.realtime.crossfire.jxclient.gui.commands   
com.realtime.crossfire.jxclient.gui.item   
com.realtime.crossfire.jxclient.gui.list   
com.realtime.crossfire.jxclient.gui.log   
com.realtime.crossfire.jxclient.gui.scrollable   
 

Uses of GUIScrollable in com.realtime.crossfire.jxclient.gui
 

Classes in com.realtime.crossfire.jxclient.gui that implement GUIScrollable
 class GUICharacter
          A character displaying GUI element.
 class GUIMetaElement
          Display a Crossfire server entry.
 

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

Fields in com.realtime.crossfire.jxclient.gui.commands declared as GUIScrollable
private  GUIScrollable ScrollListCommand.list
          The list to scroll.
private  GUIScrollable ScrollNeverCommand.scrollable
          The scrollable element.
private  GUIScrollable ScrollResetCommand.scrollable
          The scrollable gui element to reset.
private  GUIScrollable ScrollCommand.scrollable
          The scrollable element.
 

Constructors in com.realtime.crossfire.jxclient.gui.commands with parameters of type GUIScrollable
ScrollCommand(int distance, GUIScrollable scrollable)
          Creates a new instance.
ScrollListCommand(GUIScrollable list, int distance)
          Creates a new instance.
ScrollNeverCommand(int distance, GUIScrollable scrollable)
          Creates a new instance.
ScrollResetCommand(GUIScrollable scrollable)
          Creates a new instance.
 

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

Classes in com.realtime.crossfire.jxclient.gui.item that implement GUIScrollable
 class GUIItem
          A GUIElement representing an in-game object.
 class GUIItemFloor
          A GUIElement representing an in-game object in the ground view.
 class GUIItemInventory
          A GUIItem for displaying inventory objects.
 class GUIItemItem
          A GUIElement instance representing an in-game item.
 class GUIItemShortcut
          Displays a shortcut command.
 class GUIItemSpellList
           
 

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

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

Uses of GUIScrollable in com.realtime.crossfire.jxclient.gui.log
 

Classes in com.realtime.crossfire.jxclient.gui.log that implement GUIScrollable
 class GUILabelLog
          A gui element implementing a static text field which may contain media tags.
 class GUILog
          Abstract base class for gui elements implementing text fields.
 class GUIMessageLog
          A gui element implementing the message window.
 

Uses of GUIScrollable in com.realtime.crossfire.jxclient.gui.scrollable
 

Subinterfaces of GUIScrollable in com.realtime.crossfire.jxclient.gui.scrollable
 interface GUIScrollable2
          A GUIScrollable that can be attached to GUIScrollBars.