|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextColumn | |
|---|---|
| net.sf.mmm.util.text.api | Provides the API for utilities that help with textual operations. |
| net.sf.mmm.util.text.base | Provides the base-implementation of text-util API. |
| Uses of TextColumn in net.sf.mmm.util.text.api |
|---|
| Methods in net.sf.mmm.util.text.api with parameters of type TextColumn | |
|---|---|
int |
LineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
TextColumn... columns)
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo)
for any number of columns. |
| Uses of TextColumn in net.sf.mmm.util.text.base |
|---|
| Subclasses of TextColumn in net.sf.mmm.util.text.base | |
|---|---|
protected static class |
DefaultLineWrapper.ColumnState
This class represents the state of a text-column. |
| Methods in net.sf.mmm.util.text.base with parameters of type TextColumn | |
|---|---|
int |
DefaultLineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
TextColumn... columns)
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo)
for any number of columns. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||