JavaTM Platform
Standard Ed. 6

javax.swing.plaf.metal
クラス MetalProgressBarUI

java.lang.Object
  上位を拡張 javax.swing.plaf.ComponentUI
      上位を拡張 javax.swing.plaf.ProgressBarUI
          上位を拡張 javax.swing.plaf.basic.BasicProgressBarUI
              上位を拡張 javax.swing.plaf.metal.MetalProgressBarUI

public class MetalProgressBarUI
extends BasicProgressBarUI

ProgressBarUI の Metal による実装です。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。JDK Version 1.4 以降、すべての JavaBeans の長期間の運用サポートは、java.beans パッケージに追加されています。詳細は、XMLEncoder を参照してください。


入れ子のクラスの概要
 
クラス javax.swing.plaf.basic.BasicProgressBarUI から継承された入れ子のクラス/インタフェース
BasicProgressBarUI.ChangeHandler
 
フィールドの概要
 
クラス javax.swing.plaf.basic.BasicProgressBarUI から継承されたフィールド
boxRect, changeListener, progressBar
 
コンストラクタの概要
MetalProgressBarUI()
           
 
メソッドの概要
static ComponentUI createUI(JComponent c)
           
 void paintDeterminate(Graphics g, JComponent c)
          進捗バーに特別なハイライトを描画します。
 void paintIndeterminate(Graphics g, JComponent c)
          進捗バーおよびバウンシングボックスに特別なハイライトを描画します。
 
クラス javax.swing.plaf.basic.BasicProgressBarUI から継承されたメソッド
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
 
クラス javax.swing.plaf.ComponentUI から継承されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MetalProgressBarUI

public MetalProgressBarUI()
メソッドの詳細

createUI

public static ComponentUI createUI(JComponent c)

paintDeterminate

public void paintDeterminate(Graphics g,
                             JComponent c)
進捗バーに特別なハイライトを描画します。コアのペイントメソッドは、BasicProgressBar の paintDeterminate メソッドに従います。

オーバーライド:
クラス BasicProgressBarUI 内の paintDeterminate
導入されたバージョン:
1.4
関連項目:
BasicProgressBarUI.paintIndeterminate(java.awt.Graphics, javax.swing.JComponent)

paintIndeterminate

public void paintIndeterminate(Graphics g,
                               JComponent c)
進捗バーおよびバウンシングボックスに特別なハイライトを描画します。コアのペイントメソッドは、BasicProgressBar の paintIndeterminate メソッドに従います。

オーバーライド:
クラス BasicProgressBarUI 内の paintIndeterminate
導入されたバージョン:
1.4
関連項目:
BasicProgressBarUI.paintDeterminate(java.awt.Graphics, javax.swing.JComponent)

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。