Uses of Class
org.crsh.text.ui.BorderStyle

Packages that use BorderStyle
org.crsh.text.ui   
 

Uses of BorderStyle in org.crsh.text.ui
 

Fields in org.crsh.text.ui declared as BorderStyle
protected  BorderStyle TableElement.border
          .
(package private)  BorderStyle TableLineRenderer.border
          .
private  BorderStyle TableRowReader.bottom
          .
private  BorderStyle RowLineRenderer.separator
          .
protected  BorderStyle TableElement.separator
          .
(package private)  BorderStyle TableLineRenderer.separator
          .
private  BorderStyle TableRowReader.top
          .
 

Methods in org.crsh.text.ui that return BorderStyle
 BorderStyle TableElement.getBorder()
           
 BorderStyle TableElement.getSeparator()
           
static BorderStyle BorderStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BorderStyle[] BorderStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crsh.text.ui with parameters of type BorderStyle
 TableElement TableElement.border(BorderStyle border)
           
 TableElement TableElement.separator(BorderStyle separator)
           
 void TableElement.setBorder(BorderStyle border)
           
 void TableElement.setSeparator(BorderStyle separator)
           
 

Constructors in org.crsh.text.ui with parameters of type BorderStyle
RowLineRenderer(RowElement row, BorderStyle separator, int leftCellPadding, int rightCellPadding)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.