Java:GridBagLayout
De W3API
Contenido |
[editar] Descripcion
GridBagLayout es un layout que alínea los componentes verticual, horizontalmente o a lo largo de la línea base sin necesidad de que los componentes sean del mismo tamaño.
[editar] Sintaxis
public class GridBagLayout extends Object implements LayoutManager2, Serializable
[editar] Ejemplo
[editar] Campos
- columnWeights
- columnWidths
- comptable
- defaultConstraints
- layoutInfo
- MAXGRIDSIZE
- MINSIZE
- PREFERREDSIZE
- rowHeights
- rowWeights
[editar] Constuctores
[editar] Metodos
- addLayoutComponent()
- adjustForGravity()
- AdjustForGravity()
- arrangeGrid()
- ArrangeGrid()
- getConstraints()
- getLayoutAlignmentX()
- getLayoutAlignmentY()
- getLayoutDimensions()
- getLayoutInfo()
- GetLayoutInfo()
- getLayoutOrigin()
- getLayoutWeights()
- getMinSize()
- GetMinSize()
- invalidateLayout()
- layoutContainer()
- location()
- lookupConstraints()
- maximumLayoutSize()
- minimumLayoutSize()
- preferredLayoutSize()
- removeLayoutComponent()
- setConstraints()
- toString()