Package swingtree.layout
Interface AddConstraint
- All Known Implementing Classes:
FlowCell
,MigAddConstraint
public interface AddConstraint
Represents a constraint that can be added to a layout manager
on a component by component basis. A typical example of a constraint
are layout constants like
UILayoutConstants.GROW
,
UILayoutConstants.WRAP
, etc.-
Method Summary
Modifier and TypeMethodDescriptionSupplies the actualObject
that is used by a particular layout manager to apply the constraint to a component.