Java プラットフォーム 1.2

javax.swing.plaf.basic
クラス BasicInternalFrameUI.InternalFrameLayout

java.lang.Object
  |
  +--javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout

public class BasicInternalFrameUI.InternalFrameLayout
extends Object
implements LayoutManager


コンストラクタの概要
BasicInternalFrameUI.InternalFrameLayout()
           
 
メソッドの概要
 void addLayoutComponent(String name, Component c)
           
 void layoutContainer(Container c)
           
 Dimension minimumLayoutSize(Container c)
           
 Dimension preferredLayoutSize(Container c)
           
 void removeLayoutComponent(Component c)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicInternalFrameUI.InternalFrameLayout

public BasicInternalFrameUI.InternalFrameLayout()
メソッドの詳細

addLayoutComponent

public void addLayoutComponent(String name,
                               Component c)
定義:
インタフェース LayoutManager 内の addLayoutComponent

removeLayoutComponent

public void removeLayoutComponent(Component c)
定義:
インタフェース LayoutManager 内の removeLayoutComponent

preferredLayoutSize

public Dimension preferredLayoutSize(Container c)
定義:
インタフェース LayoutManager 内の preferredLayoutSize

minimumLayoutSize

public Dimension minimumLayoutSize(Container c)
定義:
インタフェース LayoutManager 内の minimumLayoutSize

layoutContainer

public void layoutContainer(Container c)
定義:
インタフェース LayoutManager 内の layoutContainer

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.