com.maverick.sshd.shell.terminal
Class Row

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Cell<?>>
              extended by 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

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Row(Cell<?>... cells)
           
Row(Collection<Cell<?>> cells)
           
Row(int cells)
           
 
Method Summary
 Table.Alignment getDefaultAlignment()
           
 boolean isStrong()
           
 void setDefaultAlignment(Table.Alignment defaultAlignment)
           
 void setStrong(boolean strong)
           
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

Row

public Row(Cell<?>... cells)

Row

public Row(int cells)

Row

public Row(Collection<Cell<?>> cells)
Method Detail

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.