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

Packages that use GUIScrollable2
com.realtime.crossfire.jxclient.gui.gui   
com.realtime.crossfire.jxclient.gui.log   
 

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

Fields in com.realtime.crossfire.jxclient.gui.gui declared as GUIScrollable2
private  GUIScrollable2 GUIScrollBar.scrollable
          The target element to scroll.
 

Constructors in com.realtime.crossfire.jxclient.gui.gui with parameters of type GUIScrollable2
GUIScrollBar(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, boolean proportionalSlider, GUIScrollable2 scrollable, java.awt.Color colorBackground, java.awt.Color colorForeground)
          Creates a new instance.
 

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

Classes in com.realtime.crossfire.jxclient.gui.log that implement GUIScrollable2
 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.