com.maverick.sshd.shell.terminal
Class Cell<T>
java.lang.Object
com.maverick.sshd.shell.terminal.Cell<T>
public class Cell<T>
- extends Object
|
Constructor Summary |
Cell(T value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cell
public Cell(T value)
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.