public class SynthProgressBarUI extends BasicProgressBarUI implements SynthUI, PropertyChangeListener
JProgressBar
の Synth L&F UI の委譲を提供します。BasicProgressBarUI.ChangeHandler
boxRect, changeListener, progressBar
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
コンストラクタと説明 |
---|
SynthProgressBarUI() |
修飾子と型 | メソッドと説明 |
---|---|
static ComponentUI |
createUI(JComponent x)
指定されたコンポーネントの新しい UI オブジェクトを作成します。
|
int |
getBaseline(JComponent c, int width, int height)
ベースラインを返します。
|
protected Rectangle |
getBox(Rectangle r)
現在のアニメーションインデックス用にペイントされるバウンシングボックスの位置とサイズを
r に格納し、r を返します。 |
SynthContext |
getContext(JComponent c)
指定されたコンポーネントのコンテキストを返します。
|
Dimension |
getPreferredSize(JComponent c)
指定されたコンポーネントの、Look & Feel に適した推奨サイズを返します。
|
protected void |
installDefaults() |
protected void |
installListeners() |
void |
paint(Graphics g, JComponent c)
Look & Feel に従って、指定されたコンポーネントをペイントします。
|
protected void |
paint(SynthContext context, Graphics g)
指定されたコンポーネントをペイントします。
|
void |
paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
ボーダーをペイントします。
|
protected void |
paintText(SynthContext context, Graphics g, String title)
コンポーネントのテキストをペイントします。
|
void |
propertyChange(PropertyChangeEvent e)
バウンドプロパティーの変更時に呼び出されます。
|
protected void |
setAnimationIndex(int newValue)
現在のアニメーションフレームのインデックスを指定された値に設定し、進捗バーをペイントし直すよう要求します。
|
protected void |
uninstallDefaults() |
protected void |
uninstallListeners()
このオブジェクトがインストールしたすべてのリスナーを削除します。
|
void |
update(Graphics g, JComponent c)
この UI 委譲に、指定されたコンポーネントを再ペイントするよう通知します。
|
getAmountFull, getAnimationIndex, getBaselineResizeBehavior, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installUI, paintDeterminate, paintIndeterminate, paintString, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount
public static ComponentUI createUI(JComponent x)
x
- UI オブジェクトを作成するコンポーネントprotected void installListeners()
installListeners
、クラス: BasicProgressBarUI
protected void uninstallListeners()
BasicProgressBarUI
uninstallListeners
、クラス: BasicProgressBarUI
protected void installDefaults()
installDefaults
、クラス: BasicProgressBarUI
protected void uninstallDefaults()
uninstallDefaults
、クラス: BasicProgressBarUI
public SynthContext getContext(JComponent c)
SynthUI
getContext
、インタフェース: SynthUI
c
- SynthContext を要求するコンポーネント。public int getBaseline(JComponent c, int width, int height)
BasicProgressBarUI
getBaseline
、クラス: BasicProgressBarUI
c
- ベースラインが要求される JComponent
width
- ベースラインを取得する幅height
- ベースラインを取得する高さJComponent.getBaseline(int, int)
protected Rectangle getBox(Rectangle r)
BasicProgressBarUI
r
に格納し、r
を返します。paintIndeterminate
のこのクラスの実装で実行されるペイントに追加するサブクラスは - たとえば、バウンシングボックスの周りにアウトラインを描画するために - このメソッドを使用してペイントされたばかりのバウンシングボックスの位置を取得できます。このメソッドをオーバーライドすることにより、paintIndeterminate
を実装し直さなくても、バウンシングボックスのサイズと位置を完全に制御できます。getBox
、クラス: BasicProgressBarUI
r
- 変更される Rectangle のインスタンス。 null
null
。そうでない場合は渡された矩形 (null 以外の場合)、または新しい矩形BasicProgressBarUI.setAnimationIndex(int)
protected void setAnimationIndex(int newValue)
BasicProgressBarUI
repaint
メソッドの起動方法を変更する必要がある場合があります。setAnimationIndex
、クラス: BasicProgressBarUI
newValue
- 新しいアニメーションインデックス。この値はチェックされないBasicProgressBarUI.incrementAnimationIndex()
public void update(Graphics g, JComponent c)
paint(SynthContext,Graphics)
メソッドを呼び出します。
一般に、このメソッドはサブクラスによってオーバーライドする必要はありません。すべての Look & Feel の描画コードを paint
メソッドに入れるようにしてください。
update
、クラス: ComponentUI
g
- ペイントに使用される Graphics
オブジェクトc
- ペイントされるコンポーネントpaint(SynthContext,Graphics)
public void paint(Graphics g, JComponent c)
このメソッドは、Synth Look & Feel で使用されません。ペイントは paint(SynthContext,Graphics)
メソッドによって処理されます。
paint
、クラス: BasicProgressBarUI
g
- ペイントに使用される Graphics
オブジェクトc
- ペイントされるコンポーネントpaint(SynthContext,Graphics)
protected void paint(SynthContext context, Graphics g)
context
- ペイントされるコンポーネントのコンテキストg
- ペイントに使用される Graphics
オブジェクトupdate(Graphics,JComponent)
protected void paintText(SynthContext context, Graphics g, String title)
context
- ペイントされるコンポーネントのコンテキストg
- ペイントに使用される Graphics
オブジェクトtitle
- ペイントされるテキストpublic void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
SynthUI
paintBorder
、インタフェース: SynthUI
context
- コンポーネントコンテキストg
- ペイントされる Graphics
x
- X 座標y
- Y 座標w
- ボーダーの幅h
- ボーダーの高さpublic void propertyChange(PropertyChangeEvent e)
PropertyChangeListener
propertyChange
、インタフェース: PropertyChangeListener
e
- イベントソースと変更されたプロパティーを記述した PropertyChangeEvent オブジェクト。public Dimension getPreferredSize(JComponent c)
ComponentUI
null
が返された場合、適切なサイズは代わりにコンポーネントのレイアウトマネージャーによって計算されます (これは、特定のレイアウトマネージャーをインストールしてあるコンポーネントの場合に推奨する方法です)。このメソッドのデフォルト実装は null
を返します。getPreferredSize
、クラス: BasicProgressBarUI
c
- 適切なサイズが照会されるコンポーネント。この引数は通常無視されるが、UI オブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがあるJComponent.getPreferredSize()
, LayoutManager.preferredLayoutSize(java.awt.Container)
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.