|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraints | |
---|---|
uic.layout | Java Swing based layouter for professional layouting with minimum code. |
Uses of Constraints in uic.layout |
---|
Subclasses of Constraints in uic.layout | |
---|---|
class |
Entry
Helper class for NaturalLayout |
Methods in uic.layout that return Constraints | |
---|---|
Constraints |
NaturalLayout.getConstraints(Component component)
Return a mutable contraints object for argument component. |
Methods in uic.layout with parameters of type Constraints | |
---|---|
void |
NaturalLayout.setConstraints(Component component,
Constraints constraint)
|
Constructors in uic.layout with parameters of type Constraints | |
---|---|
Entry(Component component,
Constraints constraint)
Constructs an Entry that binds a component to a set of constraints. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |