ewe.ui
Interface IScroll

All Known Subinterfaces:
ITrack, ScrollClient, ScrollServer
All Known Implementing Classes:
Canvas, Console, Menu, mList, mScrollBar, mTextArea, mTextPad, ScrollablePanel, ScrollEvent, TableControl, TextMessage, TrackControl

public interface IScroll


Field Summary
static int Higher
           
static int Horizontal
           
static int Lower
           
static int OPTION_INDICATOR_ONLY
          Specifies that the track will most likely be used in a situation where there is no mouse or touch screen, so the track should be made small enough to just indicate the position without regard for the user being able to easily drag it.
static int PageHigher
           
static int PageLower
           
static int ScrollHigher
           
static int ScrollLower
           
static int TrackTo
           
static int Vertical
           
 

Field Detail

Horizontal

public static final int Horizontal
See Also:
Constant Field Values

Vertical

public static final int Vertical
See Also:
Constant Field Values

PageLower

public static final int PageLower
See Also:
Constant Field Values

PageHigher

public static final int PageHigher
See Also:
Constant Field Values

TrackTo

public static final int TrackTo
See Also:
Constant Field Values

ScrollHigher

public static final int ScrollHigher
See Also:
Constant Field Values

ScrollLower

public static final int ScrollLower
See Also:
Constant Field Values

Lower

public static final int Lower
See Also:
Constant Field Values

Higher

public static final int Higher
See Also:
Constant Field Values

OPTION_INDICATOR_ONLY

public static final int OPTION_INDICATOR_ONLY
Specifies that the track will most likely be used in a situation where there is no mouse or touch screen, so the track should be made small enough to just indicate the position without regard for the user being able to easily drag it.

See Also:
Constant Field Values