| |
|
| org.swingml.model.GridBagBaseModel org.swingml.model.GridBagCellModel
GridBagCellModel | public GridBagCellModel()(Code) | | |
addChild | public void addChild(Object anObject)(Code) | | See Also: swingml.model.ContainerModel.addChild(Object) |
getChildren | public List getChildren()(Code) | | See Also: swingml.model.ContainerModel.getChildren |
getConstraints | public GridBagConstraints getConstraints()(Code) | | Retrieves a valid instance of the @see java.awt.GridBagConstraints
class. This GridBagConstaints instance is applied to all components
in the Vector returned by the getChildren() method.
|
getLayout | public String getLayout()(Code) | | See Also: swingml.model.ContainerModel.getLayout |
setColumn | public void setColumn(int aColumn)(Code) | | Sets the horizontal space within a GridBagLayout to place all contained components.
Parameters: column - The horizontal coordinate within the GridBagLayout to place allcontained components. |
setRow | public void setRow(int aRow)(Code) | | Sets the vertical space within a GridBagLayout to place all contained components.
Parameters: row - The vertical coordinate within the GridBagLayout to place all contained components. |
|
|
|