com.explodingpixels.widgets
Interface TableHeaderUtils.ColumnHeaderClickListener

Enclosing class:
TableHeaderUtils

public static interface TableHeaderUtils.ColumnHeaderClickListener


Method Summary
 void columnHeaderClicked(int columnModelIndex)
          Called when a column header in an associated JTable is clicked.
 void columnHeaderPressed(int columnModelIndex)
          Called when a column header in an associated JTable is pressed.
 void columnHeaderReleased()
          Called when the column header that was pressed has been released.
 

Method Detail

columnHeaderPressed

void columnHeaderPressed(int columnModelIndex)
Called when a column header in an associated JTable is pressed.

Parameters:
columnModelIndex - the model index of the column header that was pressed.

columnHeaderClicked

void columnHeaderClicked(int columnModelIndex)
Called when a column header in an associated JTable is clicked.

Parameters:
columnModelIndex - the model index of the column header that was clicked.

columnHeaderReleased

void columnHeaderReleased()
Called when the column header that was pressed has been released.