|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.OptionPaneUI javax.swing.plaf.multi.MultiOptionPaneUI
public class MultiOptionPaneUI
OptionPaneUI
の結合に使用する多重 UI です。
このファイルは、AutoMulti によって自動生成されたものです。
フィールドの概要 | |
---|---|
protected Vector |
uis
実際の UI が格納されているベクタです。 |
コンストラクタの概要 | |
---|---|
MultiOptionPaneUI()
|
メソッドの概要 | |
---|---|
boolean |
contains(JComponent a,
int b,
int c)
このオブジェクトが扱う各 UI で contains メソッドを呼び出します。 |
boolean |
containsCustomComponents(JOptionPane a)
このオブジェクトが扱う各 UI で containsCustomComponents メソッドを呼び出します。 |
static ComponentUI |
createUI(JComponent a)
補助 LookAndFeel のどれかがこの UI をサポートする場合は、多重 UI インスタンスを返します。 |
Accessible |
getAccessibleChild(JComponent a,
int b)
このオブジェクトが扱う各 UI で getAccessibleChild メソッドを呼び出します。 |
int |
getAccessibleChildrenCount(JComponent a)
このオブジェクトが扱う各 UI で getAccessibleChildrenCount メソッドを呼び出します。 |
Dimension |
getMaximumSize(JComponent a)
このオブジェクトが扱う各 UI で getMaximumSize メソッドを呼び出します。 |
Dimension |
getMinimumSize(JComponent a)
このオブジェクトが扱う各 UI で getMinimumSize メソッドを呼び出します。 |
Dimension |
getPreferredSize(JComponent a)
このオブジェクトが扱う各 UI で getPreferredSize メソッドを呼び出します。 |
ComponentUI[] |
getUIs()
この多重 UI に関連付けられた UI のリストを返します。 |
void |
installUI(JComponent a)
このオブジェクトが扱う各 UI で installUI メソッドを呼び出します。 |
void |
paint(Graphics a,
JComponent b)
このオブジェクトが扱う各 UI で paint メソッドを呼び出します。 |
void |
selectInitialValue(JOptionPane a)
このオブジェクトが扱う各 UI で selectInitialValue メソッドを呼び出します。 |
void |
uninstallUI(JComponent a)
このオブジェクトが扱う各 UI で uninstallUI メソッドを呼び出します。 |
void |
update(Graphics a,
JComponent b)
このオブジェクトが扱う各 UI で update メソッドを呼び出します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected Vector uis
createUI
の呼び出しによって作成され、getUIs
メソッドを呼び出すことで取得できます。最初の要素は、デフォルトの Look & Feel から得られた実際の UI であることが保証されます。
コンストラクタの詳細 |
---|
public MultiOptionPaneUI()
メソッドの詳細 |
---|
public ComponentUI[] getUIs()
public void selectInitialValue(JOptionPane a)
selectInitialValue
メソッドを呼び出します。
OptionPaneUI
内の selectInitialValue
public boolean containsCustomComponents(JOptionPane a)
containsCustomComponents
メソッドを呼び出します。
OptionPaneUI
内の containsCustomComponents
LookAndFeel
から取得される UIpublic boolean contains(JComponent a, int b, int c)
contains
メソッドを呼び出します。
ComponentUI
内の contains
a
- x,y の位置が照会されるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがあるb
- 点の x 座標c
- 点の y 座標
LookAndFeel
から取得される UIJComponent.contains(int, int)
,
Component.contains(int, int)
public void update(Graphics a, JComponent b)
update
メソッドを呼び出します。
ComponentUI
内の update
a
- ペイント対象の Graphics
コンテキストb
- ペイントされるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがあるComponentUI.paint(java.awt.Graphics, javax.swing.JComponent)
,
JComponent.paintComponent(java.awt.Graphics)
public static ComponentUI createUI(JComponent a)
LookAndFeel
のどれかがこの UI をサポートする場合は、多重 UI インスタンスを返します。そうでない場合は、デフォルト LookAndFeel
から取得された UI オブジェクトだけを返します。
public void installUI(JComponent a)
installUI
メソッドを呼び出します。
ComponentUI
内の installUI
a
- UI 委譲がインストールされているコンポーネントComponentUI.uninstallUI(javax.swing.JComponent)
,
JComponent.setUI(javax.swing.plaf.ComponentUI)
,
JComponent.updateUI()
public void uninstallUI(JComponent a)
uninstallUI
メソッドを呼び出します。
ComponentUI
内の uninstallUI
a
- この UI 委譲が削除されるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがあるComponentUI.installUI(javax.swing.JComponent)
,
JComponent.updateUI()
public void paint(Graphics a, JComponent b)
paint
メソッドを呼び出します。
ComponentUI
内の paint
a
- ペイント対象の Graphics
コンテキストb
- ペイントされるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがあるComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
public Dimension getPreferredSize(JComponent a)
getPreferredSize
メソッドを呼び出します。
ComponentUI
内の getPreferredSize
a
- 適切なサイズが照会されるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがある
LookAndFeel
から取得される UIJComponent.getPreferredSize()
,
LayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension getMinimumSize(JComponent a)
getMinimumSize
メソッドを呼び出します。
ComponentUI
内の getMinimumSize
a
- 最小サイズが照会されるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがある
LookAndFeel
から取得される UIJComponent.getMinimumSize()
,
LayoutManager.minimumLayoutSize(java.awt.Container)
,
ComponentUI.getPreferredSize(javax.swing.JComponent)
public Dimension getMaximumSize(JComponent a)
getMaximumSize
メソッドを呼び出します。
ComponentUI
内の getMaximumSize
a
- 最大サイズが照会されるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがある
LookAndFeel
から取得される UIJComponent.getMaximumSize()
,
LayoutManager2.maximumLayoutSize(java.awt.Container)
public int getAccessibleChildrenCount(JComponent a)
getAccessibleChildrenCount
メソッドを呼び出します。
ComponentUI
内の getAccessibleChildrenCount
LookAndFeel
から取得される UIComponentUI.getAccessibleChild(javax.swing.JComponent, int)
public Accessible getAccessibleChild(JComponent a, int b)
getAccessibleChild
メソッドを呼び出します。
ComponentUI
内の getAccessibleChild
b
- ゼロから始まる子のインデックス
LookAndFeel
から取得される UIComponentUI.getAccessibleChildrenCount(javax.swing.JComponent)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。