Uses of Class
com.jformdesigner.model.FormLayoutConstraints
-
Packages that use FormLayoutConstraints Package Description com.jformdesigner.model -
-
Uses of FormLayoutConstraints in com.jformdesigner.model
Methods in com.jformdesigner.model that return FormLayoutConstraints Modifier and Type Method Description FormLayoutConstraintsFormComponent. getConstraints()Returns the form layout constraints of this form component if the parent container has a form layout manager which uses constraints.FormLayoutConstraintsFormLayoutManager. getConstraints(FormComponent comp)Returns the form layout constraints for the specified form component, ornullthe form component has no constraints.FormLayoutConstraintsFormLayoutManager. setConstraints(FormComponent comp, FormLayoutConstraints constraints)Sets the form layout constraints for a form component.Methods in com.jformdesigner.model that return types with arguments of type FormLayoutConstraints Modifier and Type Method Description Iterator<Map.Entry<FormComponent,FormLayoutConstraints>>FormLayoutManager. iterator()Returns an iterator over the constraints in this object.Methods in com.jformdesigner.model with parameters of type FormLayoutConstraints Modifier and Type Method Description voidFormContainer. add(FormComponent comp, FormLayoutConstraints constraints)Adds a form component to the end of this form container and sets the specified constraints in the form layout manager of this container.voidFormContainer. add(FormComponent comp, FormLayoutConstraints constraints, int index)Adds a form component to this form container at the specified position and sets the specified constraints in the form layout manager of this container.booleanFormLayoutConstraints. isEqual(FormLayoutConstraints constraints)Compares this constraints with the given constraints.voidFormContainer. replace(int index, FormComponent comp, FormLayoutConstraints constraints)Replaces the form component at the specified index with the given form component and constraints.FormLayoutConstraintsFormLayoutManager. setConstraints(FormComponent comp, FormLayoutConstraints constraints)Sets the form layout constraints for a form component.
-