Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
Uses of GridBagLayoutInfo in java.awt |
---|
Modifier and Type | Field and Description |
---|---|
protected GridBagLayoutInfo |
GridBagLayout.layoutInfo
This field holds the layout information for the gridbag. |
Modifier and Type | Method and Description |
---|---|
protected GridBagLayoutInfo |
GridBagLayout.getLayoutInfo(Container parent,
int sizeflag)
Fills in an instance of GridBagLayoutInfo for the
current set of managed children. |
protected GridBagLayoutInfo |
GridBagLayout.GetLayoutInfo(Container parent,
int sizeflag)
This method is obsolete and supplied for backwards compatability only; new code should call getLayoutInfo instead. |
Modifier and Type | Method and Description |
---|---|
protected Dimension |
GridBagLayout.getMinSize(Container parent,
GridBagLayoutInfo info)
Figures out the minimum size of the master based on the information from getLayoutInfo . |
protected Dimension |
GridBagLayout.GetMinSize(Container parent,
GridBagLayoutInfo info)
This method is obsolete and supplied for backwards compatability only; new code should call getMinSize instead. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.