|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectinfo.clearthought.layout.TableLayout.Entry
public static class TableLayout.Entry
| Field Summary | |
|---|---|
int[] |
alignment
Horizontal and vertical alignment |
java.awt.Component |
component
Component bound by the constraints |
int[] |
cr1
Cell in which the upper-left corner of the component lies |
int[] |
cr2
Cell in which the lower-right corner of the component lies |
| Constructor Summary | |
|---|---|
TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
Constructs an Entry that binds a component to a set of constraints. |
|
| Method Summary | |
|---|---|
java.lang.Object |
copy()
Copies this Entry. |
java.lang.String |
toString()
Gets the string representation of this Entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.awt.Component component
public int[] cr1
public int[] cr2
public int[] alignment
| Constructor Detail |
|---|
public TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
component - component being boundconstraint - constraints being applied| Method Detail |
|---|
public java.lang.Object copy()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||