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

Packages that use Border
org.crsh.text.ui   
 

Uses of Border in org.crsh.text.ui
 

Fields in org.crsh.text.ui declared as Border
protected  Border TableElement.border
          .
private  Border TableRenderer.border
          .
 

Methods in org.crsh.text.ui that return Border
 Border TableElement.getBorder()
           
static Border Border.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Border[] Border.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 Border
 TableElement TableElement.border(Border border)
           
(package private) abstract  int[] ColumnLayout.compute(Border border, int width, int[] widths, int[] minWidths)
           
(package private)  int[] ColumnLayout.Weighted.compute(Border border, int width, int[] widths, int[] minWidths)
           
 LineReader RowRenderer.renderer(int[] widths, int width, Border border)
           
 LineReader RowRenderer.renderer(int width, Border border)
           
 void TableElement.setBorder(Border border)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.