com.maverick.sshd.shell.terminal
Class Row
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Cell<?>>
com.maverick.sshd.shell.terminal.Row
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Cell<?>>, Collection<Cell<?>>, List<Cell<?>>, RandomAccess
public class Row
- extends ArrayList<Cell<?>>
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Row
public Row(Cell<?>... cells)
Row
public Row(int cells)
Row
public Row(Collection<Cell<?>> cells)
isStrong
public boolean isStrong()
setStrong
public void setStrong(boolean strong)
getDefaultAlignment
public Table.Alignment getDefaultAlignment()
setDefaultAlignment
public void setDefaultAlignment(Table.Alignment defaultAlignment)
Copyright © 2012. All Rights Reserved.