public class MetalProgressBarUI extends BasicProgressBarUI
警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。1.4以降、すべてのJavaBeans(tm)用の長期間の格納サポートがjava.beans
パッケージに追加されています。XMLEncoder
を参照してください。
BasicProgressBarUI.ChangeHandler
boxRect, changeListener, progressBar
コンストラクタと説明 |
---|
MetalProgressBarUI() |
修飾子と型 | メソッドと説明 |
---|---|
static ComponentUI |
createUI(JComponent c) |
void |
paintDeterminate(Graphics g, JComponent c)
進捗バーに特別なハイライトを描画します。
|
void |
paintIndeterminate(Graphics g, JComponent c)
進捗バーおよびバウンシング・ボックスに特別なハイライトを描画します。
|
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, installUI, paint, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent c)
public void paintDeterminate(Graphics g, JComponent c)
paintDeterminate
メソッドに従います。paintDeterminate
、クラス: BasicProgressBarUI
BasicProgressBarUI.paintIndeterminate(java.awt.Graphics, javax.swing.JComponent)
public void paintIndeterminate(Graphics g, JComponent c)
paintIndeterminate
メソッドに従います。paintIndeterminate
、クラス: BasicProgressBarUI
BasicProgressBarUI.paintDeterminate(java.awt.Graphics, javax.swing.JComponent)
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.