public class TableRowHeaderListModel
public TableRowHeaderListModel(java.util.List<java.lang.Object> list)
TableRowHeaderListModel Constructor.
list - list of row headerspublic java.lang.Object getElementAt(int index)
Returns the value at the specified index.
index - the requested indexindexpublic int getSize()
Returns the length of the list.