javax.swing.plaf.basic
類別 BasicInternalFrameTitlePane.TitlePaneLayout
java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
- 所有已實作的介面:
- LayoutManager
- 正在封閉類別:
- BasicInternalFrameTitlePane
public class BasicInternalFrameTitlePane.TitlePaneLayout
- extends Object
- implements LayoutManager
此類別應視為“受保護”內部類別。僅在 BasicInternalFrameTitlePane 的子類別中實例化此類別。
從類別 java.lang.Object 繼承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicInternalFrameTitlePane.TitlePaneLayout
public BasicInternalFrameTitlePane.TitlePaneLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component c)
- 從介面
LayoutManager
複製的描述
- 如果佈局管理器使用每元件字元串,則將元件
comp
添加到佈局,並將它與 name
指定的字元串關聯。
- 指定者:
- 介面
LayoutManager
中的 addLayoutComponent
- 參數:
name
- 要與元件關聯的字元串c
- 要添加的元件
removeLayoutComponent
public void removeLayoutComponent(Component c)
- 從介面
LayoutManager
複製的描述
- 從佈局移除指定元件。
- 指定者:
- 介面
LayoutManager
中的 removeLayoutComponent
- 參數:
c
- 要移除的元件
preferredLayoutSize
public Dimension preferredLayoutSize(Container c)
- 從介面
LayoutManager
複製的描述
- 給定指定容器所包含的元件,計算該容器的首選大小維數。
- 指定者:
- 介面
LayoutManager
中的 preferredLayoutSize
- 參數:
c
- 要佈置的容器- 另請參見:
LayoutManager.minimumLayoutSize(java.awt.Container)
minimumLayoutSize
public Dimension minimumLayoutSize(Container c)
- 從介面
LayoutManager
複製的描述
- 給定指定容器所包含的元件,計算該容器的最小大小維數。
- 指定者:
- 介面
LayoutManager
中的 minimumLayoutSize
- 參數:
c
- 要佈置的元件
layoutContainer
public void layoutContainer(Container c)
- 從介面
LayoutManager
複製的描述
- 佈置指定容器。
- 指定者:
- 介面
LayoutManager
中的 layoutContainer
- 參數:
c
- 要佈置的容器
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。