protected class BasicSplitPaneDivider.DividerLayout extends Object implements LayoutManager
BasicSplitPaneDivider
。分压器的布局包括适当地移动左/右按钮。
Modifier | Constructor and Description |
---|---|
protected |
DividerLayout() |
Modifier and Type | Method and Description |
---|---|
void |
addLayoutComponent(String string, Component c)
如果布局管理器使用的每一个组件串,添加成分
comp 的布局,将其与指定的字符串
name 。
|
void |
layoutContainer(Container c)
指定指定的容器。
|
Dimension |
minimumLayoutSize(Container c)
计算指定容器的最小尺寸尺寸,给出它所包含的组件。
|
Dimension |
preferredLayoutSize(Container c)
计算指定容器的首选大小尺寸,给出它所包含的组件。
|
void |
removeLayoutComponent(Component c)
从布局中移除指定的组件。
|
public void layoutContainer(Container c)
LayoutManager
layoutContainer
接口
LayoutManager
c
-容器被设置
public Dimension minimumLayoutSize(Container c)
LayoutManager
minimumLayoutSize
接口
LayoutManager
c
-被设置的组件
LayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension preferredLayoutSize(Container c)
LayoutManager
preferredLayoutSize
接口
LayoutManager
c
-容器被设置
LayoutManager.minimumLayoutSize(java.awt.Container)
public void removeLayoutComponent(Component c)
LayoutManager
removeLayoutComponent
接口
LayoutManager
c
-要移除的组件
public void addLayoutComponent(String string, Component c)
LayoutManager
comp
的布局,将其与指定的字符串
name
。
addLayoutComponent
接口
LayoutManager
string
要与组件关联的字符串
c
-要添加的组件
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.