|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a cell in a table layout.
Field Summary | |
---|---|
Logger |
LOG
|
String |
align
|
boolean |
colfill
|
int |
colspan
|
Component |
component
|
GridBagConstraints |
constraints
|
TableLayoutRow |
parent
|
boolean |
rowfill
|
int |
rowspan
|
String |
valign
|
Constructor Summary | |
TableLayoutCell(TableLayoutRow parent)
|
Method Summary | |
---|---|
void |
addComponent(Component component)
|
GridBagConstraints |
createConstraints()
|
int |
getAnchor()
|
int |
getColspan()
|
Component |
getComponent()
|
GridBagConstraints |
getConstraints()
|
int |
getRowspan()
|
boolean |
isColfill()
Returns the colfill. |
boolean |
isRowfill()
Returns the rowfill. |
void |
setAlign(String align)
|
void |
setColfill(boolean colfill)
Sets whether or not this column should allow its component to stretch to fill the space available |
void |
setColspan(int colspan)
Sets the number of columns that this cell should span. |
void |
setRowfill(boolean rowfill)
Sets whether or not this row should allow its component to stretch to fill the space available |
void |
setRowspan(int rowspan)
Sets the number of rows that this cell should span. |
void |
setValign(String valign)
|
Constructor Detail |
---|
public TableLayoutCell(TableLayoutRow parent)
Method Detail |
---|
public void addComponent(Component component)
GridBagConstraints createConstraints()
int getAnchor()
public int getColspan()
public Component getComponent()
public GridBagConstraints getConstraints()
public int getRowspan()
public boolean isColfill()
public boolean isRowfill()
public void setAlign(String align)
public void setColfill(boolean colfill)
public void setColspan(int colspan)
public void setRowfill(boolean rowfill)
public void setRowspan(int rowspan)
public void setValign(String valign)