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