| 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 |
CheckList
Abstract implementation of a checklist
AsciiList_Check. |
| Modifier and Type | Method and Description |
|---|---|
AsciiList_Check |
CheckList.addAllItems(Collection<String> items) |
AsciiList_Check |
AsciiList_Check.addAllItems(Collection<String> items)
Adds a collection of new items to the list, all set to "unchecked".
|
AsciiList_Check |
CheckList.addItem(String item) |
AsciiList_Check |
AsciiList_Check.addItem(String item)
Adds a new item which is set to "unchecked".
|
AsciiList_Check |
CheckList.addItemChecked(String item) |
AsciiList_Check |
AsciiList_Check.addItemChecked(String item)
Adds a new item which is set to "checked".
|
AsciiList_Check |
CheckList.setListStyle(ListStyle style) |
AsciiList_Check |
CheckList.setPostIndent(int indent) |
AsciiList_Check |
AsciiList_Check.setPostIndent(int indent)
Sets the indentation to be used for an item after the label (and before the post-label string).
|
AsciiList_Check |
CheckList.setPostLabel(String postLabel) |
AsciiList_Check |
AsciiList_Check.setPostLabel(String postLabel)
Sets a string to be printed after an item label (and before the post-label indentation).
|
AsciiList_Check |
CheckList.setPreLabel(String preLabel) |
AsciiList_Check |
AsciiList_Check.setPreLabel(String preLabel)
Sets a string to be printed before an item label (and after the pre-label indentation).
|
Copyright © 2015–2016. All rights reserved.