Uses of Class
info.clearthought.layout.TableLayoutConstraints
| Package | Description |
|---|---|
| info.clearthought.layout |
-
Uses of TableLayoutConstraints in info.clearthought.layout
Methods in info.clearthought.layout that return TableLayoutConstraints Modifier and Type Method Description TableLayoutConstraintsTableLayout. getConstraints(Component component)Gets the constraints of a given component.Methods in info.clearthought.layout with parameters of type TableLayoutConstraints Modifier and Type Method Description voidTableLayout. setConstraints(Component component, TableLayoutConstraints constraint)Sets the constraints of a given component.