|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlayout.TableLayoutConstraints
layout.TableLayout.Entry
protected class TableLayout.Entry
Field Summary | |
---|---|
protected java.awt.Component |
component
Component bound by the constraints |
protected boolean |
singleCell
Does the component occupy a single cell |
Fields inherited from class layout.TableLayoutConstraints |
---|
ABCD, col1, col2, hAlign, row1, row2, vAlign |
Fields inherited from interface layout.TableLayoutConstants |
---|
BOTTOM, CENTER, FILL, FULL, LEFT, MAX_ALIGN, MIN_ALIGN, MINIMUM, PREFERRED, RIGHT, TOP |
Constructor Summary | |
---|---|
TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
Constructs an Entry that binds a component to a set of constraints. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Determines whether or not two entries are equal. |
Methods inherited from class layout.TableLayoutConstraints |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.awt.Component component
protected boolean singleCell
Constructor Detail |
---|
public TableLayout.Entry(java.awt.Component component, TableLayoutConstraints constraint)
component
- component being boundconstraint
- constraints being appliedMethod Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- object being compared to; must be a Component if it
is equal to this TableLayoutConstraints.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |