软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
Modifier and Type | Field and Description |
---|---|
protected GridBagLayoutInfo |
GridBagLayout.layoutInfo
这一领域的gridbag持有布局信息。
|
Modifier and Type | Method and Description |
---|---|
protected GridBagLayoutInfo |
GridBagLayout.getLayoutInfo(Container parent, int sizeflag)
填写
GridBagLayoutInfo 实例管理孩子的当前设置。
|
protected GridBagLayoutInfo |
GridBagLayout.GetLayoutInfo(Container parent, int sizeflag)
这种方法已经过时了,仅用于向后兼容提供新的代码应该叫
getLayoutInfo 代替。
|
Modifier and Type | Method and Description |
---|---|
protected Dimension |
GridBagLayout.getMinSize(Container parent, GridBagLayoutInfo info)
指出了基于
getLayoutInfo 信息掌握的最小尺寸。
|
protected Dimension |
GridBagLayout.GetMinSize(Container parent, GridBagLayoutInfo info)
这种方法已经过时了,仅用于向后兼容提供新的代码应该叫
getMinSize 代替。
|
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.