TrackBar Class

TrackBar Class

This Package | All Packages

Component
  |
  +--Control
    |
    +--TrackBar
public class TrackBar
extends Control

Topic under construction.

Constructors
Name Description
TrackBar() Topic under construction.
TrackBar(IContainer container) Topic under construction.

Methods
Name Description
addOnScroll(EventHandler value) Topic under construction.
getLargeChange() Topic under construction.
getMax() Topic under construction.
getMin() Topic under construction.
getOrientation() Topic under construction.
getPos() Topic under construction.
getSmallChange() Topic under construction.
getTickFrequency() Topic under construction.
getTickStyle() Topic under construction.
removeOnScroll(EventHandler value) Topic under construction.
setLargeChange(int value) Topic under construction.
setMax(int value) Topic under construction.
setMin(int value) Topic under construction.
setOrientation(int value) throws IllegalArgumentException Topic under construction.
setPos(int value) Topic under construction.
setRange(int minValue, int maxValue) Topic under construction.
setSmallChange(int value) Topic under construction.
setTickFrequency(int value) Topic under construction.
setTickStyle(int value) throws IllegalArgumentException Topic under construction.

Constructors

TrackBar.TrackBar

Syntax 1
public TrackBar();
Description

Topic under construction.



Syntax 2
public TrackBar( IContainer container );
Description

Topic under construction.

Methods

TrackBar.addOnScroll

Syntax
public void addOnScroll( EventHandler value );
Description

Topic under construction.

TrackBar.getLargeChange

Syntax
public int getLargeChange();
Description

Topic under construction.

TrackBar.getMax

Syntax
public int getMax();
Description

Topic under construction.

TrackBar.getMin

Syntax
public int getMin();
Description

Topic under construction.

TrackBar.getOrientation

Syntax
public int getOrientation();
Description

Topic under construction.

TrackBar.getPos

Syntax
public int getPos();
Description

Topic under construction.

TrackBar.getSmallChange

Syntax
public int getSmallChange();
Description

Topic under construction.

TrackBar.getTickFrequency

Syntax
public int getTickFrequency();
Description

Topic under construction.

TrackBar.getTickStyle

Syntax
public int getTickStyle();
Description

Topic under construction.

TrackBar.removeOnScroll

Syntax
public void removeOnScroll( EventHandler value );
Description

Topic under construction.

TrackBar.setLargeChange

Syntax
public void setLargeChange( int value );
Description

Topic under construction.

TrackBar.setMax

Syntax
public void setMax( int value );
Description

Topic under construction.

TrackBar.setMin

Syntax
public void setMin( int value );
Description

Topic under construction.

TrackBar.setOrientation

Syntax
public void setOrientation( int value ) throws IllegalArgumentException;
Description

Topic under construction.

TrackBar.setPos

Syntax
public void setPos( int value );
Description

Topic under construction.

TrackBar.setRange

Syntax
public void setRange( int minValue, int maxValue );
Description

Topic under construction.

TrackBar.setSmallChange

Syntax
public void setSmallChange( int value );
Description

Topic under construction.

TrackBar.setTickFrequency

Syntax
public void setTickFrequency( int value );
Description

Topic under construction.

TrackBar.setTickStyle

Syntax
public void setTickStyle( int value ) throws IllegalArgumentException;
Description

Topic under construction.