|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--AbstractBox
|
+--AbstractFlexibleBox
|
+--VerticalBoxStack
|
+--TableData
An alias for a VerticalBoxStack. Since this is the class
that is used for cells in tables, it can contain
everything you can put into a page, including other tables.
| Fields inherited from class AbstractFlexibleBox |
boxes |
| Fields inherited from class AbstractBox |
height, min_width, pref_width, width |
| Constructor Summary | |
TableData()
|
|
| Method Summary | |
boolean |
isEmpty()
Reports if the cell is empty. |
| Methods inherited from class VerticalBoxStack |
doLayout, drawAt, getMinimumWidth, getPreferredWidth |
| Methods inherited from class AbstractFlexibleBox |
insert |
| Methods inherited from class AbstractBox |
getHeight, getWidth, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface Box |
getHeight, getWidth, toString |
| Constructor Detail |
public TableData()
| Method Detail |
public boolean isEmpty()
isEmpty in class AbstractFlexibleBox
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||