| |
|
| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.SliderUI javax.swing.plaf.basic.BasicSliderUI
All known Subclasses: javax.swing.plaf.metal.MetalSliderUI,
BasicSliderUI | public class BasicSliderUI extends SliderUI (Code) | | Note: serialVersionUID fields are added as
a performance optimization only but not as a guarantee of correct
deserialization.
|
Method Summary | |
protected void | calculateContentRect() | protected void | calculateFocusRect() | protected void | calculateGeometry() | protected void | calculateLabelRect() | protected void | calculateThumbLocation() | protected void | calculateThumbSize() | protected void | calculateTickRect() | protected void | calculateTrackBuffer() | protected void | calculateTrackRect() | int | computeIncrement() | protected ChangeListener | createChangeListener(JSlider slider) | protected ComponentListener | createComponentListener(JSlider slider) | protected FocusListener | createFocusListener(JSlider slider) | protected PropertyChangeListener | createPropertyChangeListener(JSlider slider) | protected ScrollListener | createScrollListener(JSlider slider) | protected TrackListener | createTrackListener(JSlider slider) | public static ComponentUI | createUI(JComponent c) | protected boolean | drawInverted() | protected Color | getFocusColor() | protected int | getHeightOfHighValueLabel() | protected int | getHeightOfLowValueLabel() | protected int | getHeightOfTallestLabel() | protected Component | getHighestValueLabel() | protected Color | getHighlightColor() | protected Component | getLowestValueLabel() | public Dimension | getMaximumSize(JComponent c) | public Dimension | getMinimumHorizontalSize() | public Dimension | getMinimumSize(JComponent c) | public Dimension | getMinimumVerticalSize() | public Dimension | getPreferredHorizontalSize() | public Dimension | getPreferredSize(JComponent c) | public Dimension | getPreferredVerticalSize() | protected Color | getShadowColor() | protected Dimension | getThumbSize() | protected int | getTickLength() | protected int | getWidthOfHighValueLabel() | protected int | getWidthOfLowValueLabel() | protected int | getWidthOfWidestLabel() | protected void | installDefaults(JSlider slider) | protected void | installKeyboardActions(JSlider slider) | protected void | installListeners(JSlider slider) | public void | installUI(JComponent c) | protected boolean | isDragging() | public void | paint(Graphics g, JComponent c) | public void | paintFocus(Graphics g) | protected void | paintHorizontalLabel(Graphics g, int value, Component label) | public void | paintLabels(Graphics g) | protected void | paintMajorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x) | protected void | paintMajorTickForVertSlider(Graphics g, Rectangle tickBounds, int y) | protected void | paintMinorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x) | protected void | paintMinorTickForVertSlider(Graphics g, Rectangle tickBounds, int y) | public void | paintThumb(Graphics g) | public void | paintTicks(Graphics g) | public void | paintTrack(Graphics g) | protected void | paintVerticalLabel(Graphics g, int value, Component label) | protected void | recalculateIfInsetsChanged() | protected void | recalculateIfOrientationChanged() | public void | scrollByBlock(int direction) | public void | scrollByUnit(int direction) | protected void | scrollDueToClickInTrack(int dir) | public void | setThumbLocation(int x, int y) | protected void | uninstallKeyboardActions(JSlider slider) | protected void | uninstallListeners(JSlider slider) | public void | uninstallUI(JComponent c) | public int | valueForXPosition(int xPos) | public int | valueForYPosition(int yPos) | protected int | xPositionForValue(int value) | protected int | yPositionForValue(int value) |
MAX_SCROLL | final public static int MAX_SCROLL(Code) | | |
MIN_SCROLL | final public static int MIN_SCROLL(Code) | | |
NEGATIVE_SCROLL | final public static int NEGATIVE_SCROLL(Code) | | |
POSITIVE_SCROLL | final public static int POSITIVE_SCROLL(Code) | | |
leftToRightCache | protected boolean leftToRightCache(Code) | | |
scrollListener | protected ScrollListener scrollListener(Code) | | |
trackBuffer | protected int trackBuffer(Code) | | |
trackListener | protected TrackListener trackListener(Code) | | |
calculateContentRect | protected void calculateContentRect()(Code) | | |
calculateFocusRect | protected void calculateFocusRect()(Code) | | |
calculateGeometry | protected void calculateGeometry()(Code) | | |
calculateLabelRect | protected void calculateLabelRect()(Code) | | |
calculateThumbLocation | protected void calculateThumbLocation()(Code) | | |
calculateThumbSize | protected void calculateThumbSize()(Code) | | |
calculateTickRect | protected void calculateTickRect()(Code) | | |
calculateTrackBuffer | protected void calculateTrackBuffer()(Code) | | |
calculateTrackRect | protected void calculateTrackRect()(Code) | | |
computeIncrement | int computeIncrement()(Code) | | |
createScrollListener | protected ScrollListener createScrollListener(JSlider slider)(Code) | | |
createTrackListener | protected TrackListener createTrackListener(JSlider slider)(Code) | | |
drawInverted | protected boolean drawInverted()(Code) | | |
getHeightOfHighValueLabel | protected int getHeightOfHighValueLabel()(Code) | | |
getHeightOfLowValueLabel | protected int getHeightOfLowValueLabel()(Code) | | |
getHeightOfTallestLabel | protected int getHeightOfTallestLabel()(Code) | | |
getHighlightColor | protected Color getHighlightColor()(Code) | | |
getPreferredHorizontalSize | public Dimension getPreferredHorizontalSize()(Code) | | |
getTickLength | protected int getTickLength()(Code) | | |
getWidthOfHighValueLabel | protected int getWidthOfHighValueLabel()(Code) | | |
getWidthOfLowValueLabel | protected int getWidthOfLowValueLabel()(Code) | | |
getWidthOfWidestLabel | protected int getWidthOfWidestLabel()(Code) | | |
installDefaults | protected void installDefaults(JSlider slider)(Code) | | |
installKeyboardActions | protected void installKeyboardActions(JSlider slider)(Code) | | |
installListeners | protected void installListeners(JSlider slider)(Code) | | |
isDragging | protected boolean isDragging()(Code) | | |
paintMajorTickForHorizSlider | protected void paintMajorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x)(Code) | | |
paintMajorTickForVertSlider | protected void paintMajorTickForVertSlider(Graphics g, Rectangle tickBounds, int y)(Code) | | |
paintMinorTickForHorizSlider | protected void paintMinorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x)(Code) | | |
paintMinorTickForVertSlider | protected void paintMinorTickForVertSlider(Graphics g, Rectangle tickBounds, int y)(Code) | | |
recalculateIfInsetsChanged | protected void recalculateIfInsetsChanged()(Code) | | |
recalculateIfOrientationChanged | protected void recalculateIfOrientationChanged()(Code) | | |
scrollByBlock | public void scrollByBlock(int direction)(Code) | | |
scrollByUnit | public void scrollByUnit(int direction)(Code) | | |
scrollDueToClickInTrack | protected void scrollDueToClickInTrack(int dir)(Code) | | |
setThumbLocation | public void setThumbLocation(int x, int y)(Code) | | |
uninstallKeyboardActions | protected void uninstallKeyboardActions(JSlider slider)(Code) | | |
uninstallListeners | protected void uninstallListeners(JSlider slider)(Code) | | |
valueForXPosition | public int valueForXPosition(int xPos)(Code) | | |
valueForYPosition | public int valueForYPosition(int yPos)(Code) | | |
xPositionForValue | protected int xPositionForValue(int value)(Code) | | |
yPositionForValue | protected int yPositionForValue(int value)(Code) | | |
|
|
|