Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.table
Interface RowHeader

All Known Implementing Classes:
ListRowHeader

public interface RowHeader

This interface defines methods that will allow a JTable to use a row header at the left or right of a JScrollPane.


Method Summary
 Component getView()
          Returns the view attached to the RowHeader.
 void setTable(JTable table)
          Assigns a table to the rowheader's view component.
 

Method Detail

getView

Component getView()
Returns the view attached to the RowHeader.

Returns:
the view

setTable

void setTable(JTable table)
Assigns a table to the rowheader's view component.

Parameters:
table - the table to assign

Copyright © 2011 Citra Technologies. All Rights Reserved.