Methods' Details
|
- addAdjustmentListener
-  
- [ oneway ] void
addAdjustmentListener(
-
- Description
- registers an adjustment event listener.
|
- removeAdjustmentListener
-  
- [ oneway ] void
removeAdjustmentListener(
-
- Description
- unregisters an adjustment event listener.
|
- setValue
-  
- [ oneway ] void
setValue(
-
- Description
- sets the value (position) of the scrollbar.
|
- setValues
-  
- [ oneway ] void
setValues(
[ in ] long |
nValue, |
[ in ] long |
nVisible, |
[ in ] long |
nMax ); |
- Description
- sets the value (position), visible area and scale of the scollbar.
|
- getValue
-  
long
getValue();
- Returns
-
the current value (position) of the scrollbar.
|
- setMaximum
-  
- [ oneway ] void
setMaximum(
-
- Description
- sets the maximum value (scale) for the scrollbar.
|
- getMaximum
-  
long
getMaximum();
- Returns
-
the currently set value (scale) for the scrollbar.
|
- setLineIncrement
-  
- [ oneway ] void
setLineIncrement(
-
- Description
- sets the increment for a single line move.
|
- getLineIncrement
-  
long
getLineIncrement();
- Returns
-
the currently set increment of a single line move.
|
- setBlockIncrement
-  
- [ oneway ] void
setBlockIncrement(
-
- Description
- sets the increment for a block move.
|
- getBlockIncrement
-  
long
getBlockIncrement();
- Returns
-
the currently set increment of a block move.
|
- setVisibleSize
-  
- [ oneway ] void
setVisibleSize(
-
- Description
- sets the visible size for this scrollbar.
|
- getVisibleSize
-  
long
getVisibleSize();
- Returns
-
the currently visible size for this scrollbar.
|
- setOrientation
-  
- [ oneway ] void
setOrientation(
-
- Description
- sets the ScrollBarOrientation of this scrollbar.
|
- getOrientation
-  
long
getOrientation();
- Returns
-
the currently set ScrollBarOrientation of this scrollbar.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.