クラスBasicSplitPaneUI.BasicVerticalLayoutManager
java.lang.Object
javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager
- すべての実装されたインタフェース:
LayoutManager, LayoutManager2
- 含まれているクラス:
BasicSplitPaneUI
public non-sealed class BasicSplitPaneUI.BasicVerticalLayoutManager extends BasicSplitPaneUI.BasicHorizontalLayoutManager
VERTICAL_SPLIT方向のJSplitPaneに使われるLayoutManagerです。
-
フィールドのサマリー
クラスで宣言されたフィールド BasicSplitPaneUI.BasicHorizontalLayoutManager
components, sizes -
コンストラクタのサマリー
コンストラクタ -
メソッドのサマリー
クラスで宣言されたメソッド BasicSplitPaneUI.BasicHorizontalLayoutManager
addLayoutComponent, addLayoutComponent, getAvailableSize, getInitialLocation, getLayoutAlignmentX, getLayoutAlignmentY, getPreferredSizeOfComponent, getSizeOfComponent, getSizes, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, resetSizeAt, resetToPreferredSizes, setComponentToSize, setSizes, updateComponents修飾子と型メソッド説明voidaddLayoutComponent(Component comp, Object constraints) 指定された制約オブジェクトを使って、指定されたコンポーネントをレイアウトに追加します。voidaddLayoutComponent(String place, Component component) コンポーネントをplaceに追加します。protected intgetAvailableSize(Dimension containerSize, Insets insets) コンテナのサイズとInsetsに基づいて使用可能な幅を返します。protected intgetInitialLocation(Insets insets) Insetsがnullの場合、0が返されないかぎり、左のインセットを返します。floatgetLayoutAlignmentX(Container target) x軸方向の配置を返します。floatgetLayoutAlignmentY(Container target) y軸方向の配置を返します。protected int渡されたComponent推奨サイズの幅を返します。protected int渡されたコンポーネントの幅を返します。protected int[]getSizes()コンポーネントのサイズを返します。void何も行いません。voidlayoutContainer(Container container) 実際のレイアウトを行います。maximumLayoutSize(Container target) 最大のレイアウト・サイズを返します。両方向ともInteger.MAX_VALUEです。minimumLayoutSize(Container container) 子を含めるために必要な最小サイズを返します。preferredLayoutSize(Container container) 子を含めるために必要な推奨サイズを返します。voidremoveLayoutComponent(Component component) 指定されたコンポーネントを削除します。protected voidresetSizeAt(int index) 渡された位置にあるComponentのサイズをリセットします。void次回このインスタンスが配置されるときに推奨サイズを設定するように、レシーバにマークします。protected voidsetComponentToSize(Component c, int size, int location, Insets insets, Dimension containerSize) コンポーネントcの幅をsizeに設定し、そのxロケーションをlocationに、yをinsets.topに、高さを上下のインセットより小さいcontainerSize.heightに設定します。protected voidsetSizes(int[] newSizes) サイズをnewSizesに設定します。protected voidコンポーネントを判定します。クラスオブジェクトで宣言されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait修飾子と型メソッド説明protected Objectclone()このオブジェクトのコピーを作成して、返します。booleanこのオブジェクトと他のオブジェクトが等しいかどうかを示します。protected voidfinalize()削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。最終決定は非推奨であり、将来のリリースで削除される可能性があります。final Class<?> getClass()このObjectの実行時クラスを返します。inthashCode()このオブジェクトに対するハッシュ・コード値を返します。final voidnotify()このオブジェクトのモニターで待機中のスレッドを1つ再開します。final voidこのオブジェクトのモニターで待機中のすべてのスレッドを再開します。toString()オブジェクトの文字列表現を返します。final voidwait()現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。final voidwait(long timeoutMillis) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。final voidwait(long timeoutMillis, int nanos) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
-
コンストラクタの詳細
-
BasicVerticalLayoutManager
public BasicVerticalLayoutManager()BasicVerticalLayoutManagerの新しいインスタンスを構築します。
-