| Package | Description |
|---|---|
| com.codename1.ui.layouts |
Layout managers allow a
Container to
arrange its components by a set of rules that adapt to specific
densities (ppi - pixels per inch). |
| Modifier and Type | Field and Description |
|---|---|
protected GridBagConstraints |
GridBagLayout.defaultConstraints |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<Component,GridBagConstraints> |
GridBagLayout.comptable |
| Modifier and Type | Method and Description |
|---|---|
protected GridBagConstraints |
GridBagLayout.lookupConstraints(Component comp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridBagLayout.adjustForGravity(GridBagConstraints constraints,
Rectangle r) |
protected void |
GridBagLayout.AdjustForGravity(GridBagConstraints constraints,
Rectangle r) |
void |
GridBagLayout.setConstraints(Component comp,
GridBagConstraints constraints) |
Copyright © 2023. All rights reserved.