Module java.desktop
Package javax.swing.plaf.basic
Class BasicInternalFrameTitlePane.TitlePaneLayout
java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
- 所有已实现的接口:
-
LayoutManager
此类应被视为“protected”内部类。仅在
Foo
的子类中实例化它。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component c) 如果布局管理器使用每个组件的字符串,则将组件comp
添加到布局中,并将其与由name
指定的字符串关联起来。void
对指定的容器进行布局。计算指定容器的最小尺寸维度,考虑到它包含的组件。计算指定容器的首选尺寸维度,考虑到它包含的组件。void
从布局中移除指定的组件。
-
Constructor Details
-
TitlePaneLayout
public TitlePaneLayout()构造一个TitlePaneLayout
。
-
-
Method Details
-
addLayoutComponent
从接口复制的描述:LayoutManager
如果布局管理器使用每个组件的字符串,则将组件comp
添加到布局中,并将其与由name
指定的字符串关联起来。- 指定者:
-
addLayoutComponent
在接口LayoutManager
- 参数:
-
name
- 要与组件关联的字符串 -
c
- 要添加的组件
-
removeLayoutComponent
从接口复制的描述:LayoutManager
从布局中移除指定的组件。- 指定者:
-
removeLayoutComponent
在接口LayoutManager
- 参数:
-
c
- 要移除的组件
-
preferredLayoutSize
从接口复制的描述:LayoutManager
计算指定容器的首选尺寸维度,考虑到它包含的组件。- 指定者:
-
preferredLayoutSize
在接口LayoutManager
- 参数:
-
c
- 要布局的容器 - 返回:
- 容器的首选尺寸
- 参见:
-
minimumLayoutSize
从接口复制的描述:LayoutManager
计算指定容器的最小尺寸维度,考虑到它包含的组件。- 指定者:
-
minimumLayoutSize
在接口LayoutManager
- 参数:
-
c
- 要布局的组件 - 返回:
- 容器的最小尺寸
- 参见:
-
layoutContainer
从接口复制的描述:LayoutManager
对指定的容器进行布局。- 指定者:
-
layoutContainer
在接口LayoutManager
- 参数:
-
c
- 要布局的容器
-