JTableRowHeader

Top  Previous  Next

 

JTableRowHeader represents a vertical table header, that can be used as the row header of a JTable. This class extends JTableHeader, therefore it inherits all of JTableHeader's methods and properties. JTableRowHeader uses a TableColumnModel to manage its cells. Each cell in the header has the same column width, whereas the cell's row height is determined by the row height of the cell in the associative table.