com.maverick.sshd.shell.terminal
Class Cell<T>

java.lang.Object
  extended by com.maverick.sshd.shell.terminal.Cell<T>

public class Cell<T>
extends Object


Constructor Summary
Cell(T value)
           
 
Method Summary
 Table.Alignment getAlignment()
           
 T getValue()
           
 boolean isStrong()
           
 String render()
           
protected  String render(T value)
           
 void setAlignment(Table.Alignment alignment)
           
 void setStrong(boolean strong)
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(T value)
Method Detail

isStrong

public boolean isStrong()

setStrong

public void setStrong(boolean strong)

getAlignment

public Table.Alignment getAlignment()

setAlignment

public void setAlignment(Table.Alignment alignment)

getValue

public T getValue()

setValue

public void setValue(T value)

render

public String render()

render

protected String render(T value)


Copyright © 2012. All Rights Reserved.