- AbstractAsciiList - Class in de.vandermeer.asciilist
-
Abstract implementation as base for the
AsciiList hierarchy.
- AbstractAsciiList() - Constructor for class AbstractAsciiList
-
Creates a new list.
- AbstractAsciiList(AbstractAsciiList) - Constructor for class AbstractAsciiList
-
Creates a new list.
- AbstractAsciiList(boolean) - Constructor for class AbstractAsciiList
-
Creates a new list.
- AbstractAsciiListItem - Class in de.vandermeer.asciilist
-
- AbstractAsciiListItem(Object) - Constructor for class AbstractAsciiListItem
-
Creates a new list item
- addAllItems(Collection<String>) - Method in interface AsciiList_Check
-
Adds a collection of new items to the list, all set to "unchecked".
- addAllItems(Collection<String>) - Method in interface AsciiList_Enumerate
-
Adds a collection of new items to the list.
- addAllItems(Collection<String>) - Method in interface AsciiList_Itemize
-
Adds a collection of new items to the list.
- addAllItems(Collection<String>) - Method in class CheckList
-
- addAllItems(Collection<String>) - Method in class EnumerateList
-
- addAllItems(Collection<String>) - Method in class ItemizeList
-
- addItem(String) - Method in interface AsciiList_Check
-
Adds a new item which is set to "unchecked".
- addItem(String, String) - Method in interface AsciiList_Description
-
Adds a new item to the description list.
- addItem(AsciiList) - Method in interface AsciiList_Enumerate
-
Adds a new list to the list.
- addItem(String) - Method in interface AsciiList_Enumerate
-
Adds a new item to the list.
- addItem(String) - Method in interface AsciiList_Itemize
-
Adds a new item to the list.
- addItem(AsciiList) - Method in interface AsciiList_Itemize
-
Adds a new list to the list.
- addItem(String) - Method in class CheckList
-
- addItem(String, String) - Method in class DescriptionList
-
- addItem(AsciiList) - Method in class EnumerateList
-
- addItem(String) - Method in class EnumerateList
-
- addItem(AsciiList) - Method in class ItemizeList
-
- addItem(String) - Method in class ItemizeList
-
- addItemChecked(String) - Method in interface AsciiList_Check
-
Adds a new item which is set to "checked".
- addItemChecked(String) - Method in class CheckList
-
- AlphaLiteralUtils - Class in de.vandermeer.asciilist.commons
-
Utilities to convert numbers (integers) into alphanumeric literals with several supported representations using ASCII-7 and UTF characters.
- AlphaLiteralUtils() - Constructor for class AlphaLiteralUtils
-
- ArabicLiteralUtils - Class in de.vandermeer.asciilist.commons
-
Utilities to convert numbers (integers) into arabic number literals with several supported representations using ASCII-7 and UTF characters.
- ArabicLiteralUtils() - Constructor for class ArabicLiteralUtils
-
- AsciiList - Interface in de.vandermeer.asciilist
-
Base of the ASCII list hierarchy - standard interface.
- AsciiList_Check - Interface in de.vandermeer.asciilist
-
A list - called option (list) in HTML, checklist in ASCII Doc.
- AsciiList_Description - Interface in de.vandermeer.asciilist
-
A list - called description in LaTeX, definition list in HTML, labeled list in ASCII Doc.
- AsciiList_Enumerate - Interface in de.vandermeer.asciilist
-
A list - called enumerate in LaTeX, ordered in HTML and ASCII Doc.
- AsciiList_Itemize - Interface in de.vandermeer.asciilist
-
A list - called itemize in LaTeX, unordered in HTML and ASCII Doc.
- AsciiListItem - Interface in de.vandermeer.asciilist
-
A list item.
- getContent() - Method in class AbstractAsciiListItem
-
- getContent() - Method in interface AsciiListItem
-
Returns the content of the list item.
- getItems() - Method in class AbstractAsciiList
-
- getItems() - Method in interface AsciiList
-
Returns the items of the list.
- getLabel(int) - Method in enum EnumerateStyles
-
- getLabel(int) - Method in interface ListStyle_Enumerate
-
Returns the label according to the style for a particular position in an enumerate list.
- getLabel() - Method in interface ListStyle_Itemize
-
Returns the label for an item.
- getLabel(int) - Method in interface ListStyle_ItemizeNested
-
Returns the label for a given level.
- getLabel(int) - Method in enum NestedItemizeStyles
-
- getLabelChecked() - Method in enum CheckListStyles
-
- getLabelChecked() - Method in interface ListStyle_Check
-
Returns the label for a checked item.
- getLabelSeparator() - Method in interface AsciiList_Enumerate
-
Returns the label separator, default is dot.
- getLabelSeparator() - Method in class EnumerateList
-
- getLabelUnchecked() - Method in enum CheckListStyles
-
- getLabelUnchecked() - Method in interface ListStyle_Check
-
Returns the label for an unchecked item.
- getLevel() - Method in class AbstractAsciiList
-
- getLevel() - Method in interface AsciiList
-
Returns the level of the list.
- getParents() - Method in interface AsciiList_Enumerate
-
Returns the parents of nested enumerate lists.
- getParents() - Method in class EnumerateList
-
- getPostLabelIndent() - Method in class AbstractAsciiList
-
- getPostLabelIndent() - Method in interface AsciiList
-
Sets the indentation to be used for an item after the label (and before the post-label string).
- getPostLabelString() - Method in class AbstractAsciiList
-
- getPostLabelString() - Method in interface AsciiList
-
Sets a string to be printed after an item label (and before the post-label indentation).
- getPreLabelIndent() - Method in class AbstractAsciiList
-
- getPreLabelIndent() - Method in interface AsciiList
-
Gets the indentation to be used for an item before the label (and after the pre-label string).
- getPreLabelString() - Method in class AbstractAsciiList
-
- getPreLabelString() - Method in interface AsciiList
-
Sets a string to be printed before an item label (and after the pre-label indentation).
- getStyle(int) - Method in interface ListStyle_CheckNested
-
Returns the style for a given level.
- getStyle(int) - Method in interface ListStyle_EnumerateNested
-
Returns the style for a given level.
- getStyle(int) - Method in enum NestedCheckStyles
-
- getStyle(int) - Method in enum NestedEnumerateStyles
-
- getTerm() - Method in class DescriptionListItem
-
Returns the term of the description item.
- getWrappedLineIndentation() - Method in interface AsciiList_Description
-
Returns the indentation if lines need to be wrapped due to over length compared to a given width.
- getWrappedLineIndentation() - Method in class DescriptionList
-
- setLabelDefaults() - Method in class AbstractAsciiList
-
- setLabelDefaults() - Method in interface AsciiList
-
Sets the values for pre/post paramters of labels back to their default values.
- setLabelSeparator(String) - Method in interface AsciiList_Enumerate
-
Sets the label separator, default is dot.
- setLabelSeparator(String) - Method in class EnumerateList
-
- setLevel(int) - Method in class AbstractAsciiList
-
- setLevel(int) - Method in interface AsciiList
-
Sets the level of the list.
- setListStyle(ListStyle) - Method in interface AsciiList
-
Sets the style of a list.
- setListStyle(ListStyle) - Method in class CheckList
-
- setListStyle(ListStyle) - Method in class DescriptionList
-
- setListStyle(ListStyle) - Method in class EnumerateList
-
- setListStyle(ListStyle) - Method in class ItemizeList
-
- setParents(int[]) - Method in interface AsciiList_Enumerate
-
Sets the parents (enumerations of all parent items) to generate for instance 1.
- setParents(int[]) - Method in class EnumerateList
-
- setPostIndent(int) - Method in interface AsciiList_Check
-
Sets the indentation to be used for an item after the label (and before the post-label string).
- setPostIndent(int) - Method in class CheckList
-
- setPostLabel(String) - Method in interface AsciiList_Check
-
Sets a string to be printed after an item label (and before the post-label indentation).
- setPostLabel(String) - Method in class CheckList
-
- setPostLabelIndent(int) - Method in class AbstractAsciiList
-
- setPostLabelIndent(int) - Method in interface AsciiList
-
Sets the indentation to be used for an item after the label (and before the post-label string).
- setPostLabelString(String) - Method in class AbstractAsciiList
-
- setPostLabelString(String) - Method in interface AsciiList
-
Sets a string to be printed after an item label (and before the post-label indentation).
- setPreLabel(String) - Method in interface AsciiList_Check
-
Sets a string to be printed before an item label (and after the pre-label indentation).
- setPreLabel(String) - Method in class CheckList
-
- setPreLabelIndent(int) - Method in class AbstractAsciiList
-
- setPreLabelIndent(int) - Method in interface AsciiList
-
Sets the indentation to be used for an item before the label (and after the pre-label string).
- setPreLabelString(String) - Method in class AbstractAsciiList
-
- setPreLabelString(String) - Method in interface AsciiList
-
Sets a string to be printed before an item label (and after the pre-label indentation).
- setPrepared() - Method in interface AsciiList_Enumerate
-
Sets the list as being prepared for rendering.
- setPrepared() - Method in class EnumerateList
-
- setWidth(int) - Method in class AbstractAsciiList
-
- setWidth(int) - Method in interface AsciiList
-
Sets the (maximum) width a list (and all items and sub-lists) can have when being rendered.
- setWrappedLineIndentation(int) - Method in interface AsciiList_Description
-
Sets the indentation if lines need to be wrapped due to over length compared to a given width.
- setWrappedLineIndentation(int) - Method in class DescriptionList
-
- style - Variable in class CheckList
-
The style for list items.
- style - Variable in class EnumerateList
-
The style for list items.
- style - Variable in class ItemizeList
-
The style for list items.
- term - Variable in class DescriptionListItem
-
The term of a description.
- toAscii(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using ASCII-7 upper case characters.
- toAscii(int) - Static method in class ArabicLiteralUtils
-
Returns an Arabic literal representation of the given number using ASCII-7 characters.
- toAscii(int) - Static method in enum RomanNumberLiterals
-
Returns a Roman literal representation of the given number using ASCII-7 upper case characters.
- toAsciiLC(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using ASCII-7 lower case characters.
- toAsciiLC(int) - Static method in enum RomanNumberLiterals
-
Returns a Roman literal representation of the given number using ASCII-7 lower case characters.
- toCircledDigit(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Circled Digit/Number characters.
- toCircledLatinCapital(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Circled Latin Capital (upper case) characters.
- toCircledLatinCaptial(int) - Static method in enum RomanNumberLiterals
-
Returns a Roman literal representation of the given number using UTF Circled Latin Captial (upper case) characters.
- toCircledLatinSmall(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Circled Latin Small (lower case) characters.
- toCircledLatinSmall(int) - Static method in enum RomanNumberLiterals
-
Returns a Roman literal representation of the given number using UTF Circled Latin Small (lower case) characters.
- toDingbatNegativeCircledDigit(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Dingbat Negative Circled Digit characters.
- toDingbatNegativeSanserifCircledDigit(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Dingbat Negative Sanserif Circled Digit characters.
- toDingbatSanserifCircledDigit(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Dingbat Sanserif Circled Digit characters.
- toDoc() - Method in enum CheckListStyles
-
- toDoc() - Method in enum EnumerateStyles
-
- toDoc() - Method in interface ListStyle
-
Returns a representation of the list style useful for documentation
- toDoc() - Method in interface ListStyle_Check
-
Returns a representation of the list style useful for documentation
- toDoc() - Method in interface ListStyle_Enumerate
-
Returns a representation of the list style useful for documentation
- toDoc() - Method in interface ListStyle_Itemize
-
Returns a representation of the list style useful for documentation
- toDoc() - Method in enum NestedCheckStyles
-
- toDoc() - Method in enum NestedEnumerateStyles
-
- toDoc() - Method in enum NestedItemizeStyles
-
- toDoubleCircledDigit(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Double Circled Digit/Number characters.
- toFullStop(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Full Stop characters.
- toFullwidth(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Fullwidth characters.
- toFullwidthLatinCapital(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Fullwidth Latin Capital Letter (upper case) characters.
- toFullwidthLatinSmall(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Fullwidth Latin Small Letter (lower case) characters.
- toNumberForms(int) - Static method in enum RomanNumberLiterals
-
Returns a Roman literal representation of the given number using UTF Number Forms upper case characters.
- toNumberFormsLC(int) - Static method in enum RomanNumberLiterals
-
Returns a Roman literal representation of the given number using UTF Number Forms lower case characters.
- toParenthesized(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Parenthesized Digit/Number characters.
- toParenthesizedLatinSmallLetter(int) - Static method in class AlphaLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Parenthesized Latin Small Letter (lower case) characters.
- toSubscript(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Subscript characters.
- toSuperscript(int) - Static method in class ArabicLiteralUtils
-
Returns an alphanumeric literal representation of the given number using UTF Superscript Latin Small Letter characters.
- valueOf(String) - Static method in enum RomanNumberLiterals
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum CheckListStyles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum EnumerateStyles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum NestedCheckStyles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum NestedEnumerateStyles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum NestedItemizeStyles
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum RomanNumberLiterals
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum CheckListStyles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum EnumerateStyles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum NestedCheckStyles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum NestedEnumerateStyles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum NestedItemizeStyles
-
Returns an array containing the constants of this enum type, in
the order they are declared.