Package | Description |
---|---|
com.jformdesigner.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<FormComponent,FormLayoutConstraints>> |
FormLayoutManager.iterator()
Returns an iterator over the constraints in this object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) 2004-2019 FormDev Software GmbH. All rights reserved.