| |
|
| java.lang.Object groovy.swing.impl.TableLayoutCell
Field Summary | |
final protected static Logger | log |
getAnchor | protected int getAnchor()(Code) | | the GridBagConstraints enumeration for achor |
isColfill | public boolean isColfill()(Code) | | Returns the colfill.
boolean |
isRowfill | public boolean isRowfill()(Code) | | Returns the rowfill.
boolean |
setAlign | public void setAlign(String align)(Code) | | Sets the horizontal alignment to a case insensitive value of {LEFT, CENTER, RIGHT}
|
setColfill | public void setColfill(boolean colfill)(Code) | | Sets whether or not this column should allow its component to stretch to fill the space available
|
setColspan | public void setColspan(int colspan)(Code) | | Sets the number of columns that this cell should span. The default value is 1
|
setRowfill | public void setRowfill(boolean rowfill)(Code) | | Sets whether or not this row should allow its component to stretch to fill the space available
|
setRowspan | public void setRowspan(int rowspan)(Code) | | Sets the number of rows that this cell should span. The default value is 1
|
setValign | public void setValign(String valign)(Code) | | Sets the vertical alignment to a case insensitive value of {TOP, MIDDLE, BOTTOM}
|
|
|
|