|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.montsuqi.widgets.TableConstraints
public class TableConstraints
The layout constraints used by TableLayout.
As TableLayout uses GridBagConstraints internally, this class provides interfaces to convert itself from/to GridBagConstraints.
| Field Summary | |
|---|---|
int |
bottomAttach
|
int |
leftAttach
|
int |
rightAttach
|
int |
topAttach
|
boolean |
xExpand
|
boolean |
xFill
|
int |
xPadding
|
boolean |
xShrink
|
boolean |
yExpand
|
boolean |
yFill
|
int |
yPadding
|
boolean |
yShrink
|
| Constructor Summary | |
|---|---|
TableConstraints()
Constructs a TableConstaints with the default parameters. |
|
TableConstraints(java.awt.GridBagConstraints gbc)
Constructs a TableConstaints by converting a GridBagConstraints. |
|
| Method Summary | |
|---|---|
java.awt.GridBagConstraints |
toGridBagConstraints()
Converts self to the equivalent GridBagConstraints. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int leftAttach
public int rightAttach
public int topAttach
public int bottomAttach
public int xPadding
public int yPadding
public boolean xExpand
public boolean yExpand
public boolean xShrink
public boolean yShrink
public boolean xFill
public boolean yFill
| Constructor Detail |
|---|
public TableConstraints()
Constructs a TableConstaints with the default parameters.
public TableConstraints(java.awt.GridBagConstraints gbc)
Constructs a TableConstaints by converting a GridBagConstraints.
| Method Detail |
|---|
public java.awt.GridBagConstraints toGridBagConstraints()
Converts self to the equivalent GridBagConstraints.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||