|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.text.ui.Element org.crsh.text.ui.RowElement
public class RowElement
Field Summary | |
---|---|
(package private) List<Element> |
cols . |
(package private) boolean |
header . |
Constructor Summary | |
---|---|
RowElement() |
|
RowElement(boolean header) |
Method Summary | |
---|---|
RowElement |
add(Element... cols) |
RowElement |
add(String... cols) |
Element |
getCol(int index) |
int |
getSize() |
RowLineRenderer |
renderer() |
RowElement |
style(Style.Composite style) |
Methods inherited from class org.crsh.text.ui.Element |
---|
getStyle, header, label, render, row, setStyle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
List<Element> cols
final boolean header
Constructor Detail |
---|
public RowElement()
public RowElement(boolean header)
Method Detail |
---|
public int getSize()
public Element getCol(int index)
public RowElement add(Element... cols)
public RowElement add(String... cols)
public RowElement style(Style.Composite style)
style
in class Element
public RowLineRenderer renderer()
renderer
in class Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |