interface XScrollBar in module com::sun::star::awt:: |
interface XScrollBar : com::sun::star::uno::XInterface ;
gives access to the value and settings of a scroll bar and makes it possible to register event listeners.
Method Summary |
|
addAdjustmentListener | registers an adjustment event listener. |
removeAdjustmentListener | unregisters an adjustment event listener. |
setValue | sets the value (position) of the scrollbar. |
setValues | sets the value (position), visible area and scale of the scollbar. |
getValue | |
setMaximum | sets the maximum value (scale) for the scrollbar. |
getMaximum | |
setLineIncrement | sets the increment for a single line move. |
getLineIncrement | |
setBlockIncrement | sets the increment for a block move. |
getBlockIncrement | |
setVisibleSize | sets the visible size for this scrollbar. |
getVisibleSize | |
setOrientation | sets the ScrollBarOrientation of this scrollbar. |
getOrientation | |
Known Services Which Export this Interface |
Method Details |
||||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.