| Package | Description |
|---|---|
| com.gargoylesoftware.base.gui |
Classes that are UI related.
|
| Modifier and Type | Field and Description |
|---|---|
private TableLayoutConstraints |
TableLayout.Entry.constraints_
Description of the Field
|
| Modifier and Type | Method and Description |
|---|---|
TableLayoutConstraints |
TableLayout.Entry.getConstraints()
Gets the constraints attribute of the Entry object
|
private TableLayoutConstraints |
TableLayout.getConstraints(java.awt.Component component)
Return the TableLayoutConstraints object that corresponds to the
specified component or null if this component could not be found.
|
static TableLayoutConstraints |
TableLayoutConstraints.makeConstraints(java.lang.String constraintString)
Create an instance of TableLayoutConstraints from the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
TableLayoutConstraints.parseConstraintString(TableLayoutConstraints constraints,
java.lang.String constraintString,
boolean isRow)
Parse the constraint string.
|
| Constructor and Description |
|---|
Entry(java.awt.Component comp,
TableLayoutConstraints constraints)
Constructor for the Entry object
|