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

All Known Subinterfaces:
GUIScrollable2
All Known Implementing Classes:
GUICharacter, GUICharacterList, GUIItem, GUIItemFloor, GUIItemInventory, GUIItemItem, GUIItemList, GUIItemShortcut, GUIItemSpellList, GUILabelLog, GUIList, GUILog, GUIMessageLog, GUIMetaElement, GUIMetaElementList

public interface GUIScrollable


Method Summary
 boolean canScroll(int distance)
          Returns whether scrolling is possible.
 void resetScroll()
          Resets the scroll index to the default value.
 void scroll(int distance)
           
 

Method Detail

canScroll

boolean canScroll(int distance)
Returns whether scrolling is possible.

Parameters:
distance - the distance to scroll
Returns:
whether scrolling is possible

resetScroll

void resetScroll()
Resets the scroll index to the default value.


scroll

void scroll(int distance)