public class GridBagLayoutComponent extends Object implements IGridBagLayoutComponent
| Constructor and Description |
|---|
GridBagLayoutComponent(JComponent component,
int column,
int row,
int with,
int height,
int anchor) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
getComponent() |
GridBagConstraints |
getConstraints(Insets insets) |
public GridBagLayoutComponent(JComponent component, int column, int row, int with, int height, int anchor)
public JComponent getComponent()
getComponent in interface IComponentProviderpublic GridBagConstraints getConstraints(Insets insets)
getConstraints in interface IGridBagLayoutComponentCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.