Class FormattedHeaderImpl<T>

    • Constructor Detail

      • FormattedHeaderImpl

        public FormattedHeaderImpl​()
        Instantiates a new formatted header impl.
      • FormattedHeaderImpl

        public FormattedHeaderImpl​(FormattedColumn<? extends T>... aHeader)
        Instantiates a new formatted header impl.
        Parameters:
        aHeader - the header
    • Method Detail

      • getResetEscapeCode

        public java.lang.String getResetEscapeCode​()
        Gets the ANSI reset Escape-Code for this FormattedHeader instance. In case an ANSI Escape-Codes is set, then this ANSI Reset-Code is prepended to the according text being printed.
        Specified by:
        getResetEscapeCode in interface FormattedHeader<T>
        Returns:
        The String to be used for resetting ANSI escaping.
      • setResetEscapeCode

        public void setResetEscapeCode​(java.lang.String aEscapeCode)
        Gets the ANSI reset Escape-Code for this FormattedHeader instance. In case an ANSI Escape-Codes is set, then this ANSI Reset-Code is prepended to the according text being printed.
        Specified by:
        setResetEscapeCode in interface FormattedHeader<T>
        Parameters:
        aEscapeCode - The String to be used for resetting ANSI escaping.