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

Packages that use Layout
org.crsh.text.ui   
 

Uses of Layout in org.crsh.text.ui
 

Subclasses of Layout in org.crsh.text.ui
static class Layout.Weighted
           
 

Fields in org.crsh.text.ui declared as Layout
protected  Layout TableElement.columnLayout
          The column layout.
(package private)  Layout TableLineRenderer.columnLayout
          .
protected  Layout TableElement.rowLayout
          The optional row row layout.
(package private)  Layout TableLineRenderer.rowLayout
          .
private static Layout Layout.RTL
           
 

Methods in org.crsh.text.ui that return Layout
static Layout Layout.flow()
           
 Layout TableElement.getColumnLayout()
           
 Layout TableElement.getRowLayout()
           
static Layout Layout.weighted(int... weights)
           
 

Methods in org.crsh.text.ui with parameters of type Layout
 void TableElement.setColumnLayout(Layout columnLayout)
           
 void TableElement.setRowLayout(Layout rowLayout)
           
 TableElement TableElement.withColumnLayout(Layout columnLayout)
           
 TableElement TableElement.withRowLayout(Layout rowLayout)
           
 

Constructors in org.crsh.text.ui with parameters of type Layout
TableElement(Layout rowLayout, Layout columnLayout)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.