ScrollEvent Class

ScrollEvent Class

This Package | All Packages

Event
  |
  +--ScrollEvent
public class ScrollEvent
extends Event

Topic under construction.

Fields
Name Description
FIRST Topic under construction.
LARGE_DECREMENT Topic under construction.
LARGE_INCREMENT Topic under construction.
LAST Topic under construction.
newPos Topic under construction.
SMALL_DECREMENT Topic under construction.
SMALL_INCREMENT Topic under construction.
THUMB_POSITION Topic under construction.
THUMB_TRACK Topic under construction.
type Topic under construction.
useNewPos Topic under construction.

Constructors
Name Description
ScrollEvent(int type, int newPos) Topic under construction.

Fields

ScrollEvent.FIRST

Syntax
public final static int FIRST;
Description
Topic under construction.

ScrollEvent.LARGE_DECREMENT

Syntax
public final static int LARGE_DECREMENT;
Description
Topic under construction.

ScrollEvent.LARGE_INCREMENT

Syntax
public final static int LARGE_INCREMENT;
Description
Topic under construction.

ScrollEvent.LAST

Syntax
public final static int LAST;
Description
Topic under construction.

ScrollEvent.newPos

Syntax
public final int newPos;
Description
Topic under construction.

ScrollEvent.SMALL_DECREMENT

Syntax
public final static int SMALL_DECREMENT;
Description
Topic under construction.

ScrollEvent.SMALL_INCREMENT

Syntax
public final static int SMALL_INCREMENT;
Description
Topic under construction.

ScrollEvent.THUMB_POSITION

Syntax
public final static int THUMB_POSITION;
Description
Topic under construction.

ScrollEvent.THUMB_TRACK

Syntax
public final static int THUMB_TRACK;
Description
Topic under construction.

ScrollEvent.type

Syntax
public final int type;
Description
Topic under construction.

ScrollEvent.useNewPos

Syntax
public boolean useNewPos;
Description
Topic under construction.

Constructors

ScrollEvent.ScrollEvent

Syntax
public ScrollEvent( int type, int newPos );
Description

Topic under construction.