パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.plaf.basic |
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.metal |
デフォルトのLook & FeelであるJava Look & Feel (以前のコード名はMetal)に従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.synth |
Synthは、すべてのペイントが委譲されるスキン設定可能なLook & Feelです。
|
javax.swing.table |
javax.swing.JTable を処理するためのクラスとインタフェースを提供します。 |
javax.swing.tree |
javax.swing.JTree を処理するためのクラスとインタフェースを提供します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultListCellRenderer
リスト内の項目をレンダリングします。
|
static class |
DefaultListCellRenderer.UIResource
UIResourceを実装するDefaultListCellRendererのサブクラスです。
|
修飾子と型 | クラスと説明 |
---|---|
class |
BasicComboBoxRenderer
ComboBoxレンダラです。
|
static class |
BasicComboBoxRenderer.UIResource
UIResourceを実装するBasicComboBoxRendererのサブクラスです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
BasicLabelUI.installComponents(JLabel c) |
protected void |
BasicLabelUI.installDefaults(JLabel c) |
protected void |
BasicLabelUI.installKeyboardActions(JLabel l) |
protected void |
BasicLabelUI.installListeners(JLabel c) |
protected String |
BasicLabelUI.layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR)
呼出しをSwingUtilities.layoutCompoundLabel()に転送します。
|
protected void |
BasicLabelUI.paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
clippedTextをtextX、textYにbackground.lighter()でペイントしてから、右および下方向に1ピクセルずつずらしてbackground.darker()でペイントします。
|
protected void |
BasicLabelUI.paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)
clippedTextをtextX、textYにラベル・フォアグラウンド・カラーでペイントします。
|
protected void |
BasicLabelUI.uninstallComponents(JLabel c) |
protected void |
BasicLabelUI.uninstallDefaults(JLabel c) |
protected void |
BasicLabelUI.uninstallKeyboardActions(JLabel c) |
protected void |
BasicLabelUI.uninstallListeners(JLabel c) |
修飾子と型 | クラスと説明 |
---|---|
protected class |
MetalFileChooserUI.FileRenderer |
class |
MetalFileChooserUI.FilterComboBoxRenderer
各種のサイズおよびスタイルをレンダリングします。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
MetalLabelUI.paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
テキストをそれぞれのラベルのフォアグラウンド・カラーではなく、グレー(Label.disabledForeground)を使ってペイントします。
|
修飾子と型 | メソッドと説明 |
---|---|
protected void |
SynthLabelUI.installDefaults(JLabel c) |
protected void |
SynthLabelUI.uninstallDefaults(JLabel c) |
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultTableCellRenderer
JTable 内の個々のセルをレンダリング(表示)するための標準クラス。 |
static class |
DefaultTableCellRenderer.UIResource
UIResource を実装するDefaultTableCellRenderer のサブクラス。 |
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultTreeCellRenderer
ツリーのエントリを表示します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.