ScrollBar Class

ScrollBar Class

This Package | All Packages

Component
  |
  +--Control
    |
    +--ScrollBar
public abstract class ScrollBar
extends Control

Topic under construction.

Constructors
Name Description
ScrollBar() Topic under construction.

Methods
Name Description
addOnScroll(ScrollEventHandler seh) Topic under construction.
getLargeChange() Topic under construction.
getMaximum() Topic under construction.
getMinimum() Topic under construction.
getPosition() Topic under construction.
getSmallChange() Topic under construction.
removeOnScroll(ScrollEventHandler seh) Topic under construction.
setLargeChange(int largeChange) Topic under construction.
setMaximum(int max) Topic under construction.
setMinimum(int min) Topic under construction.
setPosition(int pos) Topic under construction.
setSmallChange(int smallChange) Topic under construction.
setValues(int min, int max, int smallChange, int largeChange, int pos) Topic under construction.

Constructors

ScrollBar.ScrollBar

Syntax
public ScrollBar();
Description

Topic under construction.

Methods

ScrollBar.addOnScroll

Syntax
public void addOnScroll( ScrollEventHandler seh );
Description

Topic under construction.

ScrollBar.getLargeChange

Syntax
public int getLargeChange();
Description

Topic under construction.

ScrollBar.getMaximum

Syntax
public int getMaximum();
Description

Topic under construction.

ScrollBar.getMinimum

Syntax
public int getMinimum();
Description

Topic under construction.

ScrollBar.getPosition

Syntax
public int getPosition();
Description

Topic under construction.

ScrollBar.getSmallChange

Syntax
public int getSmallChange();
Description

Topic under construction.

ScrollBar.removeOnScroll

Syntax
public void removeOnScroll( ScrollEventHandler seh );
Description

Topic under construction.

ScrollBar.setLargeChange

Syntax
public void setLargeChange( int largeChange );
Description

Topic under construction.

ScrollBar.setMaximum

Syntax
public void setMaximum( int max );
Description

Topic under construction.

ScrollBar.setMinimum

Syntax
public void setMinimum( int min );
Description

Topic under construction.

ScrollBar.setPosition

Syntax
public void setPosition( int pos );
Description

Topic under construction.

ScrollBar.setSmallChange

Syntax
public void setSmallChange( int smallChange );
Description

Topic under construction.

ScrollBar.setValues

Syntax
public void setValues( int min, int max, int smallChange, int largeChange, int pos );
Description

Topic under construction.