Search
RangeSelector Methods
 


 Public Methods

  Name Description

addRangeSelectorListener

 

componentHidden

 

componentMoved

 

componentResized

 

componentShown

 

getBorderBrush

Gets the border of the selector.

getButtonBackgroundBrush

Gets the brush used to fill the selector buttons when they are in normal state.

getButtonBackgroundBrushDisabled

Gets the brush used to fill selector buttons when the selector is disabled.

getButtonBackgroundBrushDown

Gets the brush used to fill the selector buttons when they are pressed.

getButtonBackgroundBrushOver

Gets the brush used to fill the selector buttons when they are pointed with the mouse.

getButtonBorderBrush

Gets the brush used to draw the border of selector buttons.

getButtonBorderBrushDisabled

Gets the border brush used to draw the border of selector buttons when the selector is disabled.

getButtonBorderBrushDown

Gets the brush used to draw the border of selector buttons when they are pressed.

getButtonBorderBrushOver

Gets the brush used to draw the border of selector buttons when they are pointed with the mouse.

getButtonBorderThickness

Gets the border thickness of the selector buttons.

getButtonSize

Gets the size of the buttons.

getHeight

Gets the height of the range selector.

getIsRightToLeft

Gets whether the control is right-to-left.

getMaximum

Gets the maximum of the control range.

getMinimum

Gets the minimum of the control range.

getMinimumSelectionLength

Gets the minimum size of the selected range.

getProjectionBrush

Gets the brush used to fill the selection projection.

getScrollBackgroundBrush

Gets the brush used to fill the scroll background.

getSelectionBrush

Gets the brush used to fill the selection.

getSelectionEnd

Gets the end of the selected range.

getSelectionStart

Gets the start of the selected range.

getStep

Gets the step to scroll with when using the buttons.

getWidth

Gets the width of the range selector.

mouseClicked

 

mouseDragged

 

mouseEntered

 

mouseExited

 

mouseMoved

 

mousePressed

 

mouseReleased

 

paintComponent

 

removeRangeSelectorListener

 

setBorderBrush

Sets the border of the selector.

setButtonBackgroundBrush

Sets the brush used to fill the selector buttons when they are in normal state.

setButtonBackgroundBrushDisabled

Sets the brush used to fill selector buttons when the selector is disabled.

setButtonBackgroundBrushDown

Sets the brush used to fill the selector buttons when they are pressed.

setButtonBackgroundBrushOver

Sets the brush used to fill the selector buttons when they are pointed with the mouse.

setButtonBorderBrush

Sets the brush used to draw the border of selector buttons.

setButtonBorderBrushDisabled

Sets the border brush used to draw the border of selector buttons when the selector is disabled.

setButtonBorderBrushDown

Sets the brush used to draw the border of selector buttons when they are pressed.

setButtonBorderBrushOver

Sets the brush used to draw the border of selector buttons when they are pointed with the mouse.

setButtonBorderThickness

Sets the border thickness of the selector buttons.

setButtonSize

Sets the size of the buttons.

setHeight

Sets the height of the range selector.

setMaximum

Sets the maximum of the control range.

setMinimum

Sets the minimum of the control range.

setMinimumSelectionLength

Sets the minimum size of the selected range.

setProjectionBrush

Sets the brush used to fill the selection projection.

setScrollBackgroundBrush

Sets the brush used to fill the scroll background.

setSelectionBrush

Sets the brush used to fill the selection.

setSelectionEnd

Sets the end of the selected range.

setSelectionStart

Sets the start of the selected range.

setStep

Sets the step to scroll with when using the buttons.

setWidth

Sets the width of the range selector.

 Protected Methods

  Name Description

fireDrawBackground

 

fireValueChanged

 

 See Also