|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.util.TableLayout.Entry
Field Summary | |
protected int[] |
alignment
Horizontal and vertical alignment |
protected java.awt.Component |
component
Component bound by the constraints |
protected int[] |
cr1
Cell in which the upper-left corner of the component lies |
protected int[] |
cr2
Cell in which the lower-right corner of the component lies |
Constructor Summary | |
protected |
TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
Constructs an Entry that binds a component to a set of constraints. |
Method Summary | |
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 |
protected java.awt.Component component
protected int[] cr1
protected int[] cr2
protected int[] alignment
Constructor Detail |
protected TableLayout.Entry(java.awt.Component component, TableLayoutConstraints constraint)
component
- component being boundconstraint
- constraints being appliedMethod Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |