public class MultiTreeUI extends TreeUI
TreeUI
を組み合わせるために使用する多重UIです。
このファイルは、AutoMultiによって自動生成されたものです。
コンストラクタと説明 |
---|
MultiTreeUI() |
修飾子と型 | メソッドと説明 |
---|---|
void |
cancelEditing(JTree a)
このオブジェクトで処理されている各UIで
cancelEditing メソッドを呼び出します。 |
boolean |
contains(JComponent a, int b, int c)
このオブジェクトで処理されている各UIで
contains メソッドを呼び出します。 |
static ComponentUI |
createUI(JComponent a)
補助的な
LookAndFeel のいずれかがこのUIをサポートする場合は、多重UIインスタンスを返します。 |
Accessible |
getAccessibleChild(JComponent a, int b)
このオブジェクトで処理されている各UIで
getAccessibleChild メソッドを呼び出します。 |
int |
getAccessibleChildrenCount(JComponent a)
このオブジェクトで処理されている各UIで
getAccessibleChildrenCount メソッドを呼び出します。 |
TreePath |
getClosestPathForLocation(JTree a, int b, int c)
このオブジェクトで処理されている各UIで
getClosestPathForLocation メソッドを呼び出します。 |
TreePath |
getEditingPath(JTree a)
このオブジェクトで処理されている各UIで
getEditingPath メソッドを呼び出します。 |
Dimension |
getMaximumSize(JComponent a)
このオブジェクトで処理されている各UIで
getMaximumSize メソッドを呼び出します。 |
Dimension |
getMinimumSize(JComponent a)
このオブジェクトで処理されている各UIで
getMinimumSize メソッドを呼び出します。 |
Rectangle |
getPathBounds(JTree a, TreePath b)
このオブジェクトで処理されている各UIで
getPathBounds メソッドを呼び出します。 |
TreePath |
getPathForRow(JTree a, int b)
このオブジェクトで処理されている各UIで
getPathForRow メソッドを呼び出します。 |
Dimension |
getPreferredSize(JComponent a)
このオブジェクトで処理されている各UIで
getPreferredSize メソッドを呼び出します。 |
int |
getRowCount(JTree a)
このオブジェクトで処理されている各UIで
getRowCount メソッドを呼び出します。 |
int |
getRowForPath(JTree a, TreePath b)
このオブジェクトで処理されている各UIで
getRowForPath メソッドを呼び出します。 |
ComponentUI[] |
getUIs()
この多重UIに関連付けられたUIのリストを返します。
|
void |
installUI(JComponent a)
このオブジェクトで処理されている各UIで
installUI メソッドを呼び出します。 |
boolean |
isEditing(JTree a)
このオブジェクトで処理されている各UIで
isEditing メソッドを呼び出します。 |
void |
paint(Graphics a, JComponent b)
このオブジェクトで処理されている各UIで
paint メソッドを呼び出します。 |
void |
startEditingAtPath(JTree a, TreePath b)
このオブジェクトで処理されている各UIで
startEditingAtPath メソッドを呼び出します。 |
boolean |
stopEditing(JTree a)
このオブジェクトで処理されている各UIで
stopEditing メソッドを呼び出します。 |
void |
uninstallUI(JComponent a)
このオブジェクトで処理されている各UIで
uninstallUI メソッドを呼び出します。 |
void |
update(Graphics a, JComponent b)
このオブジェクトで処理されている各UIで
update メソッドを呼び出します。 |
getBaseline, getBaselineResizeBehavior
protected Vector uis
createUI
の呼出しによって作成され、getUIs
メソッドを呼び出すことで取得できます。最初の要素は、デフォルトのLook & Feelから得られた実際のUIであることが保証されます。public ComponentUI[] getUIs()
public Rectangle getPathBounds(JTree a, TreePath b)
getPathBounds
メソッドを呼び出します。getPathBounds
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic TreePath getPathForRow(JTree a, int b)
getPathForRow
メソッドを呼び出します。getPathForRow
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic int getRowForPath(JTree a, TreePath b)
getRowForPath
メソッドを呼び出します。getRowForPath
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic int getRowCount(JTree a)
getRowCount
メソッドを呼び出します。getRowCount
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic TreePath getClosestPathForLocation(JTree a, int b, int c)
getClosestPathForLocation
メソッドを呼び出します。getClosestPathForLocation
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic boolean isEditing(JTree a)
isEditing
メソッドを呼び出します。public boolean stopEditing(JTree a)
stopEditing
メソッドを呼び出します。stopEditing
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic void cancelEditing(JTree a)
cancelEditing
メソッドを呼び出します。cancelEditing
、クラス: TreeUI
public void startEditingAtPath(JTree a, TreePath b)
startEditingAtPath
メソッドを呼び出します。startEditingAtPath
、クラス: TreeUI
public TreePath getEditingPath(JTree a)
getEditingPath
メソッドを呼び出します。getEditingPath
、クラス: TreeUI
LookAndFeel
から取得されたUIと等しいpublic boolean contains(JComponent a, int b, int c)
contains
メソッドを呼び出します。contains
、クラス: ComponentUI
a
- x,yの位置が照会されるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントに共有されている場合は使用されることがあるb
- 点のx座標c
- 点のy座標LookAndFeel
から取得されたUIと等しいJComponent.contains(int, int)
, Component.contains(int, int)
public void update(Graphics a, JComponent b)
update
メソッドを呼び出します。update
、クラス: ComponentUI
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
メソッドを呼び出します。installUI
、クラス: ComponentUI
a
- UI委譲がインストールされるコンポーネントComponentUI.uninstallUI(javax.swing.JComponent)
, JComponent.setUI(javax.swing.plaf.ComponentUI)
, JComponent.updateUI()
public void uninstallUI(JComponent a)
uninstallUI
メソッドを呼び出します。uninstallUI
、クラス: ComponentUI
a
- このUI委譲が削除されるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがあるComponentUI.installUI(javax.swing.JComponent)
, JComponent.updateUI()
public void paint(Graphics a, JComponent b)
paint
メソッドを呼び出します。paint
、クラス: ComponentUI
a
- ペイント対象のGraphics
コンテキストb
- ペイントされるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがあるComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
public Dimension getPreferredSize(JComponent a)
getPreferredSize
メソッドを呼び出します。getPreferredSize
、クラス: ComponentUI
a
- 適切なサイズが照会されるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがあるLookAndFeel
から取得されたUIと等しいJComponent.getPreferredSize()
, LayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension getMinimumSize(JComponent a)
getMinimumSize
メソッドを呼び出します。getMinimumSize
、クラス: ComponentUI
a
- 最小サイズが照会されるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがあるLookAndFeel
から取得されたUIと等しいJComponent.getMinimumSize()
, LayoutManager.minimumLayoutSize(java.awt.Container)
, ComponentUI.getPreferredSize(javax.swing.JComponent)
public Dimension getMaximumSize(JComponent a)
getMaximumSize
メソッドを呼び出します。getMaximumSize
、クラス: ComponentUI
a
- 最大サイズが照会されるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがあるLookAndFeel
から取得されたUIと等しいJComponent.getMaximumSize()
, LayoutManager2.maximumLayoutSize(java.awt.Container)
public int getAccessibleChildrenCount(JComponent a)
getAccessibleChildrenCount
メソッドを呼び出します。getAccessibleChildrenCount
、クラス: ComponentUI
LookAndFeel
から取得されたUIと等しいComponentUI.getAccessibleChild(javax.swing.JComponent, int)
public Accessible getAccessibleChild(JComponent a, int b)
getAccessibleChild
メソッドを呼び出します。getAccessibleChild
、クラス: ComponentUI
b
- 子のゼロから始まるインデックスLookAndFeel
から取得されたUIと等しいComponentUI.getAccessibleChildrenCount(javax.swing.JComponent)
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.