org.rapla.components.layout
Class TableLayout.Entry
java.lang.Object
org.rapla.components.layout.TableLayoutConstraints
org.rapla.components.layout.TableLayout.Entry
- All Implemented Interfaces:
- TableLayoutConstants
- Enclosing class:
- TableLayout
protected class TableLayout.Entry
- extends TableLayoutConstraints
Field Summary |
protected Component |
component
Component bound by the constraints |
protected boolean |
singleCell
Does the component occupy a single cell |
Fields inherited from interface org.rapla.components.layout.TableLayoutConstants |
BOTTOM, CENTER, FILL, FULL, LEFT, MAX_ALIGN, MIN_ALIGN, MINIMUM, PREFERRED, RIGHT, TOP |
Method Summary |
boolean |
equals(Object object)
Determines whether or not two entries are equal. |
component
protected Component component
- Component bound by the constraints
singleCell
protected boolean singleCell
- Does the component occupy a single cell
TableLayout.Entry
public TableLayout.Entry(Component component,
TableLayoutConstraints constraint)
- Constructs an Entry that binds a component to a set of constraints.
- Parameters:
component
- component being boundconstranit
- constraints being applied
equals
public boolean equals(Object object)
- Determines whether or not two entries are equal.
- Overrides:
equals
in class Object
- Parameters:
object
- object being compared to; must be a Component if it
is equal to this TableLayoutConstraints.
- Returns:
- True, if the entries refer to the same component object.
False, otherwise.
Copyright © 2000-2006 Rapla Team. All Rights Reseserved.