T - the generic typepublic class FormattedHeaderImpl<T> extends AbstractHeader<T,FormattedColumn<? extends T>> implements FormattedHeader<T>
modCount| Constructor and Description |
|---|
FormattedHeaderImpl()
Instantiates a new formatted header impl.
|
FormattedHeaderImpl(FormattedColumn<? extends T>... aHeader)
Instantiates a new formatted header impl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResetEscapeCode()
Gets the ANSI reset Escape-Code for this
FormattedHeader
instance. |
void |
setResetEscapeCode(String aEscapeCode)
Gets the ANSI reset Escape-Code for this
FormattedHeader
instance. |
add, add, containsKey, delete, fromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, get, indexOf, keySet, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRow, valuesaddAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitwithResetEscapeCodefromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, indexOf, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRowcontainsValue, withColumnsadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic FormattedHeaderImpl()
public FormattedHeaderImpl(FormattedColumn<? extends T>... aHeader)
aHeader - the a headerpublic String getResetEscapeCode()
FormattedHeader
instance. In case an ANSI Escape-Codes is set, then this ANSI Reset-Code
is prepended to the according text being printed.getResetEscapeCode in interface FormattedHeader<T>String to be used for resetting ANSI escaping.public void setResetEscapeCode(String aEscapeCode)
FormattedHeader
instance. In case an ANSI Escape-Codes is set, then this ANSI Reset-Code
is prepended to the according text being printed.setResetEscapeCode in interface FormattedHeader<T>aEscapeCode - The String to be used for resetting ANSI
escaping.Copyright © 2018. All rights reserved.