| Interface | Description |
|---|---|
| Renderer |
Instances of this interface can render
Table to strings or Appendables. |
| Class | Description |
|---|---|
| AttrChangeListener | |
| BooleanTable |
A specialization of the
Table class for Boolean cell values. |
| doubleTable | |
| floatTable | |
| FulibTable | Deprecated
since 1.2; unused
|
| HasLinkChangeListener | |
| HtmlRenderer |
Allows rendering
Table instances as HTML <table> elements. |
| IncrementalDoubleTable | |
| IncrementalObjectTable | |
| IncrementalTable | |
| intTable | |
| LinkChangeListener | |
| ListeningTable | |
| longTable | |
| MarkdownRenderer |
Allows rendering
Table instances as Markdown tables. |
| ObjectTable<T> |
A
Table specialized for model objects. |
| StringTable |
A specialization of the
Table class for String cell values. |
| Table<T> |
Provides a mechanism for managing object structures in a row and column format.
|