|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
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 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。