|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupLayout.Policy | |
|---|---|
| com.threerings.opengl.gui.config | GUI configurations. |
| com.threerings.opengl.gui.layout | |
| Uses of GroupLayout.Policy in com.threerings.opengl.gui.config |
|---|
| Methods in com.threerings.opengl.gui.config that return GroupLayout.Policy | |
|---|---|
GroupLayout.Policy |
LayoutConfig.OnAxisPolicy.getPolicy()
Returns the corresponding group policy. |
GroupLayout.Policy |
LayoutConfig.OffAxisPolicy.getPolicy()
Returns the corresponding group policy. |
| Uses of GroupLayout.Policy in com.threerings.opengl.gui.layout |
|---|
| Fields in com.threerings.opengl.gui.layout declared as GroupLayout.Policy | |
|---|---|
static GroupLayout.Policy |
GroupLayout.CONSTRAIN
Only valid for off-axis policy, this leaves widgets alone unless they are larger in the off-axis direction than their container, in which case it constrains them to fit on the off-axis. |
static GroupLayout.Policy |
GroupLayout.EQUALIZE
Stretch all the widgets to be equal to the size of the largest widget on this axis. |
static GroupLayout.Policy |
GroupLayout.NONE
Do not adjust the widgets on this axis. |
static GroupLayout.Policy |
GroupLayout.STRETCH
Stretch all the widgets to their maximum possible size on this axis. |
| Methods in com.threerings.opengl.gui.layout that return GroupLayout.Policy | |
|---|---|
GroupLayout.Policy |
GroupLayout.getOffAxisPolicy()
|
GroupLayout.Policy |
GroupLayout.getPolicy()
|
| Methods in com.threerings.opengl.gui.layout with parameters of type GroupLayout.Policy | |
|---|---|
static GroupLayout |
GroupLayout.makeHoriz(GroupLayout.Policy policy,
GroupLayout.Justification justification,
GroupLayout.Policy offpolicy)
Convenience method for creating a horizontal group layout manager. |
static GroupLayout |
GroupLayout.makeVert(GroupLayout.Policy policy,
GroupLayout.Justification justification,
GroupLayout.Policy offpolicy)
Convenience method for creating a vertical group layout manager. |
GroupLayout |
GroupLayout.setOffAxisPolicy(GroupLayout.Policy offpolicy)
|
GroupLayout |
GroupLayout.setPolicy(GroupLayout.Policy policy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||