| Package | Description |
|---|---|
| de.vandermeer.asciilist |
ASCII lists - ordered and unordered and checklist and more, with many configuration options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptionList
Abstract implementation of a description list
AsciiList_Description. |
| Modifier and Type | Method and Description |
|---|---|
AsciiList_Description |
DescriptionList.addItem(String term,
String description) |
AsciiList_Description |
AsciiList_Description.addItem(String term,
String description)
Adds a new item to the description list.
|
AsciiList_Description |
DescriptionList.setWrappedLineIndentation(int indentation) |
AsciiList_Description |
AsciiList_Description.setWrappedLineIndentation(int indentation)
Sets the indentation if lines need to be wrapped due to over length compared to a given width.
|
AsciiList_Description |
DescriptionList.useSingleLine(boolean flag) |
AsciiList_Description |
AsciiList_Description.useSingleLine(boolean flag)
Sets the list behavior for the descriptions to single line or multiline.
|
Copyright © 2015–2016. All rights reserved.