|
MDateSelector | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormConstraints | |
|---|---|
| mseries.utils | |
| Uses of FormConstraints in mseries.utils |
|---|
| Fields in mseries.utils declared as FormConstraints | |
|---|---|
protected FormConstraints |
FormLayout.defaultConstraints
This field holds a gridbox constraints instance containing the default values, so if a component does not have gridbox constraints associated with it, then the component will be assigned a copy of the defaultConstraints. |
| Fields in mseries.utils with type parameters of type FormConstraints | |
|---|---|
protected Hashtable<Component,FormConstraints> |
FormLayout.comptable
This hashtable maintains the association between a component and its gridbox constraints. |
| Methods in mseries.utils that return FormConstraints | |
|---|---|
FormConstraints |
FormLayout.getConstraints(Component comp)
Gets the constraints for the specified component. |
protected FormConstraints |
FormLayout.lookupConstraints(Component comp)
Retrieves the constraints for the specified component. |
| Methods in mseries.utils with parameters of type FormConstraints | |
|---|---|
protected void |
FormLayout.applyGravity(FormConstraints constraints,
Rectangle r)
Relocates the component inside its cell according to the anchor constraint |
void |
FormLayout.setConstraints(Component comp,
FormConstraints constraints)
Sets the constraints for the specified component in this layout. |
|
MDateSelector | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||