JavaTM Platform
Standard Ed. 6

クラス
javax.swing.CellRendererPane の使用

CellRendererPane を使用しているパッケージ
javax.swing.plaf.basic 基本 Look & Feel に従って構築されたユーザーインタフェースオブジェクトを提供します。 
javax.swing.plaf.metal デフォルトの Look & Feel である Java Look & Feel (コード名は Metal) に従って作成されたユーザーインタフェースオブジェクトを提供します。 
 

javax.swing.plaf.basic での CellRendererPane の使用
 

CellRendererPane として宣言されている javax.swing.plaf.basic のフィールド
protected  CellRendererPane BasicComboBoxUI.currentValuePane
           
protected  CellRendererPane BasicListUI.rendererPane
           
protected  CellRendererPane BasicTableHeaderUI.rendererPane
           
protected  CellRendererPane BasicTableUI.rendererPane
           
protected  CellRendererPane BasicTreeUI.rendererPane
          TreeCellRenderer をペイントするために使われます。
 

CellRendererPane を返す javax.swing.plaf.basic のメソッド
protected  CellRendererPane BasicTreeUI.createCellRendererPane()
          レンダリングコンポーネントが配置されているレンダリング区画を返します。
 

javax.swing.plaf.metal での CellRendererPane の使用
 

CellRendererPane として宣言されている javax.swing.plaf.metal のフィールド
protected  CellRendererPane MetalComboBoxButton.rendererPane
           
 

CellRendererPane 型のパラメータを持つ javax.swing.plaf.metal のコンストラクタ
MetalComboBoxButton(JComboBox cb, Icon i, boolean onlyIcon, CellRendererPane pane, JList list)
           
MetalComboBoxButton(JComboBox cb, Icon i, CellRendererPane pane, JList list)
           
 


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 も参照してください。