Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable:
Collaboration graph

Public Member Functions

boolean canScroll (int distance)
 
void resetScroll ()
 
void scroll (int distance)
 

Detailed Description

Interface for GUIElements that support scrolling.

Author
Lauwenmark
Andreas Kirschbaum

Definition at line 32 of file GUIScrollable.java.

Member Function Documentation

◆ canScroll()

boolean com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable.canScroll ( int  distance)

◆ resetScroll()

void com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable.resetScroll ( )

◆ scroll()

void com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable.scroll ( int  distance)

The documentation for this interface was generated from the following file: