|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.SliderUI javax.swing.plaf.basic.BasicSliderUI javax.swing.plaf.metal.MetalSliderUI
public class MetalSliderUI
SliderUI 的 Java L&F 實作。
警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans
套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder
。
巢狀類別摘要 | |
---|---|
protected class |
MetalSliderUI.MetalPropertyListener
|
欄位摘要 | |
---|---|
protected static Color |
darkShadowColor
|
protected boolean |
filledSlider
|
protected static Color |
highlightColor
|
protected static Icon |
horizThumbIcon
預設水平 thumb Icon 。 |
protected String |
SLIDER_FILL
|
protected static Color |
thumbColor
|
protected int |
TICK_BUFFER
|
protected static int |
tickLength
|
protected static int |
trackWidth
|
protected static Icon |
vertThumbIcon
預設垂直 thumb Icon 。 |
從類別 javax.swing.plaf.basic.BasicSliderUI 繼承的欄位 |
---|
changeListener, componentListener, contentRect, focusInsets, focusListener, focusRect, insetCache, labelRect, leftToRightCache, MAX_SCROLL, MIN_SCROLL, NEGATIVE_SCROLL, POSITIVE_SCROLL, propertyChangeListener, scrollListener, scrollTimer, slider, thumbRect, tickRect, trackBuffer, trackListener, trackRect |
建構子摘要 | |
---|---|
MetalSliderUI()
|
方法摘要 | |
---|---|
protected PropertyChangeListener |
createPropertyChangeListener(JSlider slider)
|
static ComponentUI |
createUI(JComponent c)
|
protected int |
getThumbOverhang()
返回 thumb 在滑桿上滑過的量。 |
protected Dimension |
getThumbSize()
|
int |
getTickLength()
獲取水平滑塊的刻度區域高度和垂直滑塊的刻度區域寬度。 |
protected int |
getTrackLength()
返回較長的滑桿尺寸。 |
protected int |
getTrackWidth()
返回較短的滑道尺寸。 |
void |
installUI(JComponent c)
配置指定元件,使其適合外觀。 |
void |
paintFocus(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)
|
void |
paintThumb(Graphics g)
|
void |
paintTrack(Graphics g)
|
protected void |
scrollDueToClickInTrack(int dir)
在滑道(而非 thumb)中檢測到 mousePressed 時調用此方法。 |
從類別 javax.swing.plaf.ComponentUI 繼承的方法 |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, update |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
protected final int TICK_BUFFER
protected boolean filledSlider
protected static Color thumbColor
protected static Color highlightColor
protected static Color darkShadowColor
protected static int trackWidth
protected static int tickLength
protected static Icon horizThumbIcon
Icon
。可以不使用此欄位。要更改此委託使用的 Icon
,可使用 Slider.horizontalThumbIcon
UIManager 屬性直接設置它。
protected static Icon vertThumbIcon
Icon
。可以不使用此欄位。要更改此委託使用的 Icon
,可使用 Slider.verticalThumbIcon
UIManager 屬性直接設置它。
protected final String SLIDER_FILL
建構子詳細資訊 |
---|
public MetalSliderUI()
方法詳細資訊 |
---|
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
ComponentUI
複製的描述ComponentUI
實例將作為 UI 委託安裝在指定元件上時,可調用此方法。此方法應該為外觀完整地配置元件,包括以下方面:
LayoutManager
。
PropertyChangeListener
。
BasicSliderUI
中的 installUI
c
- 將安裝此 UI 委託的元件ComponentUI.uninstallUI(javax.swing.JComponent)
,
JComponent.setUI(javax.swing.plaf.ComponentUI)
,
JComponent.updateUI()
protected PropertyChangeListener createPropertyChangeListener(JSlider slider)
BasicSliderUI
中的 createPropertyChangeListener
public void paintThumb(Graphics g)
BasicSliderUI
中的 paintThumb
public void paintTrack(Graphics g)
BasicSliderUI
中的 paintTrack
public void paintFocus(Graphics g)
BasicSliderUI
中的 paintFocus
protected Dimension getThumbSize()
BasicSliderUI
中的 getThumbSize
public int getTickLength()
BasicSliderUI
中的 getTickLength
protected int getTrackWidth()
protected int getTrackLength()
protected int getThumbOverhang()
protected void scrollDueToClickInTrack(int dir)
BasicSliderUI
複製的描述
BasicSliderUI
中的 scrollDueToClickInTrack
protected void paintMinorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x)
BasicSliderUI
中的 paintMinorTickForHorizSlider
protected void paintMajorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x)
BasicSliderUI
中的 paintMajorTickForHorizSlider
protected void paintMinorTickForVertSlider(Graphics g, Rectangle tickBounds, int y)
BasicSliderUI
中的 paintMinorTickForVertSlider
protected void paintMajorTickForVertSlider(Graphics g, Rectangle tickBounds, int y)
BasicSliderUI
中的 paintMajorTickForVertSlider
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。