Uses of Class
com.jformdesigner.model.FormLayoutConstraints
Packages that use FormLayoutConstraints
-
Uses of FormLayoutConstraints in com.jformdesigner.model
Classes in com.jformdesigner.model that implement interfaces with type arguments of type FormLayoutConstraintsModifier and TypeClassDescriptionclassA form layout manager represents aLayoutManagerin the form model.Methods in com.jformdesigner.model that return FormLayoutConstraintsModifier and TypeMethodDescriptionFormComponent.getConstraints()Returns the form layout constraints of this form component if the parent container has a form layout manager which uses constraints.FormLayoutManager.getConstraints(FormComponent comp) Returns the form layout constraints for the specified form component, ornullthe form component has no constraints.FormLayoutManager.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 FormLayoutConstraintsModifier and TypeMethodDescriptionFormLayoutManager.iterator()Returns an iterator over the constraints in this object.Methods in com.jformdesigner.model with parameters of type FormLayoutConstraintsModifier and TypeMethodDescriptionvoidFormContainer.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.FormLayoutManager.setConstraints(FormComponent comp, FormLayoutConstraints constraints) Sets the form layout constraints for a form component.