|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormLayoutConstraints | |
---|---|
com.jformdesigner.model |
Uses of FormLayoutConstraints in com.jformdesigner.model |
---|
Methods in com.jformdesigner.model that return FormLayoutConstraints | |
---|---|
FormLayoutConstraints |
FormComponent.getConstraints()
Returns the form layout constraints of this form component if the parent container has a form layout manager which uses constraints. |
FormLayoutConstraints |
FormLayoutManager.getConstraints(FormComponent comp)
Returns the form layout constraints for the specified form component, or null the form component has no constraints. |
FormLayoutConstraints |
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 FormLayoutConstraints | |
---|---|
java.util.Iterator<java.util.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 | |
---|---|
void |
FormContainer.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. |
void |
FormContainer.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. |
boolean |
FormLayoutConstraints.isEqual(FormLayoutConstraints constraints)
Compares this constraints with the given constraints. |
FormLayoutConstraints |
FormLayoutManager.setConstraints(FormComponent comp,
FormLayoutConstraints constraints)
Sets the form layout constraints for a form component. |
|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |