Uses of Class
org.nocrala.tools.texttablefmt.BorderStyle

Uses of BorderStyle in org.nocrala.tools.texttablefmt
 

Fields in org.nocrala.tools.texttablefmt declared as BorderStyle
static BorderStyle BorderStyle.ASTERISKS
           
static BorderStyle BorderStyle.BLANKS
           
static BorderStyle BorderStyle.CLASSIC
           
static BorderStyle BorderStyle.CLASSIC_COMPATIBLE
           
static BorderStyle BorderStyle.CLASSIC_COMPATIBLE_LIGHT_WIDE
           
static BorderStyle BorderStyle.CLASSIC_COMPATIBLE_WIDE
           
static BorderStyle BorderStyle.CLASSIC_LIGHT
           
static BorderStyle BorderStyle.CLASSIC_LIGHT_WIDE
           
static BorderStyle BorderStyle.CLASSIC_WIDE
           
static BorderStyle BorderStyle.DEMO
           
static BorderStyle BorderStyle.DESIGN_CAFE
           
static BorderStyle BorderStyle.DESIGN_CAFE_WIDE
           
static BorderStyle BorderStyle.DESIGN_CASUAL
           
static BorderStyle BorderStyle.DESIGN_CASUAL_WIDE
           
static BorderStyle BorderStyle.DESIGN_CURTAIN
           
static BorderStyle BorderStyle.DESIGN_CURTAIN_HEAVY
           
static BorderStyle BorderStyle.DESIGN_CURTAIN_HEAVY_WIDE
           
static BorderStyle BorderStyle.DESIGN_CURTAIN_WIDE
           
static BorderStyle BorderStyle.DESIGN_DIM
           
static BorderStyle BorderStyle.DESIGN_DIM_WIDE
           
static BorderStyle BorderStyle.DESIGN_DOTS
           
static BorderStyle BorderStyle.DESIGN_DOTS_WIDE
           
static BorderStyle BorderStyle.DESIGN_FORMAL
           
static BorderStyle BorderStyle.DESIGN_FORMAL_INVERSE
           
static BorderStyle BorderStyle.DESIGN_FORMAL_INVERSE_WIDE
           
static BorderStyle BorderStyle.DESIGN_FORMAL_WIDE
           
static BorderStyle BorderStyle.DESIGN_PAPYRUS
           
static BorderStyle BorderStyle.DESIGN_SLASH
           
static BorderStyle BorderStyle.DESIGN_SLASH_WIDE
           
static BorderStyle BorderStyle.DESIGN_TUBES
           
static BorderStyle BorderStyle.DESIGN_TUBES_WIDE
           
static BorderStyle BorderStyle.DOTS
           
static BorderStyle BorderStyle.HEAVY
           
static BorderStyle BorderStyle.HEAVY_TOP_AND_BOTTOM
           
static BorderStyle BorderStyle.HORIZONTAL_ONLY
           
static BorderStyle BorderStyle.UNICODE_BOX
           
static BorderStyle BorderStyle.UNICODE_BOX_DOUBLE_BORDER
           
static BorderStyle BorderStyle.UNICODE_BOX_DOUBLE_BORDER_WIDE
           
static BorderStyle BorderStyle.UNICODE_BOX_HEAVY_BORDER
           
static BorderStyle BorderStyle.UNICODE_BOX_HEAVY_BORDER_WIDE
           
static BorderStyle BorderStyle.UNICODE_BOX_WIDE
           
static BorderStyle BorderStyle.UNICODE_DOUBLE_BOX
           
static BorderStyle BorderStyle.UNICODE_DOUBLE_BOX_WIDE
           
static BorderStyle BorderStyle.UNICODE_HEAVY_BOX
           
static BorderStyle BorderStyle.UNICODE_HEAVY_BOX_WIDE
           
static BorderStyle BorderStyle.UNICODE_ROUND_BOX
           
static BorderStyle BorderStyle.UNICODE_ROUND_BOX_WIDE
           
 

Constructors in org.nocrala.tools.texttablefmt with parameters of type BorderStyle
StreamingTable(java.lang.Appendable appendable, int totalColumns, BorderStyle borderStyle)
          Creates a streaming table that will write to an Appendable object using a specific border style, showing ShownBorders.SURROUND_HEADER_AND_COLUMNS separators, no XML escaping and no left margin.
StreamingTable(java.lang.Appendable appendable, int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders)
          Creates a streaming table that will write to an Appendable object using specific border style and shown borders, no XML escaping and no left margin.
StreamingTable(java.lang.Appendable appendable, int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders, boolean escapeXml)
          Creates a streaming table that will write to an Appendable object using specific border style, shown borders and XML escaping and without left margin.
StreamingTable(java.lang.Appendable appendable, int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders, boolean escapeXml, int leftMargin)
          Creates a streaming table that will write to an Appendable object using specific border style, shown borders, XML escaping and left margin.
StreamingTable(java.lang.Appendable appendable, int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders, boolean escapeXml, java.lang.String prompt)
          Creates a streaming table that will write to an Appendable object using specific border style, shown borders, XML escaping and left margin.
Table(int totalColumns, BorderStyle borderStyle)
          Creates a table using the specified border style and ShownBorders.SURROUND_HEADER_AND_COLUMNS, no XML escaping and no left margin.
Table(int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders)
          Creates a table using the specified border style and shown borders, with no XML escaping and no left margin.
Table(int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders, boolean escapeXml)
          Creates a table using the specified border style and shown borders, XML escaping and no left margin.
Table(int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders, boolean escapeXml, int leftMargin)
          Creates a table using the specified border style and shown borders, XML escaping and left margin.
Table(int totalColumns, BorderStyle borderStyle, ShownBorders shownBorders, boolean escapeXml, java.lang.String prompt)
          Creates a table using the specified border style and shown borders, XML escaping and left margin.
 



Nocrala tools.