JavaTM Platform
Standard Ed. 6

类 java.awt.GridBagLayoutInfo
的使用

使用 GridBagLayoutInfo 的软件包
java.awt 包含用于创建用户界面和绘制图形图像的所有类。 
 

java.awt 中 GridBagLayoutInfo 的使用
 

声明为 GridBagLayoutInfo 的 java.awt 中的字段
protected  GridBagLayoutInfo GridBagLayout.layoutInfo
          此字段保持网格包的布局信息。
 

返回 GridBagLayoutInfo 的 java.awt 中的方法
protected  GridBagLayoutInfo GridBagLayout.getLayoutInfo(Container parent, int sizeflag)
          为当前受管子级的集合填充 GridBagLayoutInfo 的实例。
protected  GridBagLayoutInfo GridBagLayout.GetLayoutInfo(Container parent, int sizeflag)
          此方法已过时,仅为提供向后兼容性;新代码应该调用 getLayoutInfo 来代替。
 

参数类型为 GridBagLayoutInfo 的 java.awt 中的方法
protected  Dimension GridBagLayout.getMinSize(Container parent, GridBagLayoutInfo info)
          基于 getLayoutInfo 中的信息计算其所有者的最小大小。
protected  Dimension GridBagLayout.GetMinSize(Container parent, GridBagLayoutInfo info)
          此方法已过时,仅为提供向后兼容性;新代码应该调用 getMinSize 来代替。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。