Uses of Class
org.jcreme.swing.table.SortableTableColumn

Packages that use SortableTableColumn
org.jcreme.swing.reporting   
org.jcreme.swing.table   
 

Uses of SortableTableColumn in org.jcreme.swing.reporting
 

Methods in org.jcreme.swing.reporting with parameters of type SortableTableColumn
protected  void JReportTable.orderChanged(SortableTableColumn column)
          This is a convenience method to handle column order changes.
protected  void JReportTable.prepareColumn(SortableTableColumn column)
          This is a convenience method that installs listeners and header renderer on SortableTableColumns.
 

Uses of SortableTableColumn in org.jcreme.swing.table
 

Methods in org.jcreme.swing.table that return SortableTableColumn
protected  SortableTableColumn[] AbstractSortableTableModel.getSortingColumns()
          Provides access to the columns used for sorting.
 

Methods in org.jcreme.swing.table with parameters of type SortableTableColumn
 void AbstractSortableTableModel.sort(SortableTableColumn[] columns)
          Sorts the TableModel using the columns given in the columns parameter in the order given in columns.
 void SortableTableModel.sort(SortableTableColumn[] columns)
          Sorts the TableModel using the colummns given in the columns parameter in the order given in columns.
 

Constructors in org.jcreme.swing.table with parameters of type SortableTableColumn
SortableColumnTableHeaderRenderer(SortableTableColumn column)
          Creates new SortableColumnTableHeaderRenderer
SortableColumnTableHeaderRenderer(SortableTableColumn column, javax.swing.ImageIcon ascendingIcon, javax.swing.ImageIcon descendingIcon)
          Creates new SortableColumnTableHeaderRenderer
 



Copyright 2006 null. All Rights Reserved.