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 TableLayoutConstraints
TableLayout. 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 void
TableLayout. setConstraints(Component component, TableLayoutConstraints constraint)
Sets the constraints of a given component.