Uses of Interface
com.explodingpixels.widgets.TableUtils.SortDelegate

Packages that use TableUtils.SortDelegate
com.explodingpixels.macwidgets   
com.explodingpixels.widgets   
 

Uses of TableUtils.SortDelegate in com.explodingpixels.macwidgets
 

Methods in com.explodingpixels.macwidgets with parameters of type TableUtils.SortDelegate
 void ITunesTableHeaderRenderer.setSortDelegate(TableUtils.SortDelegate sortDelegate)
           
 

Uses of TableUtils.SortDelegate in com.explodingpixels.widgets
 

Methods in com.explodingpixels.widgets with parameters of type TableUtils.SortDelegate
static void TableUtils.makeSortable(javax.swing.JTable table, TableUtils.SortDelegate sortDelegate)
          Installs a listener on the given JTable's JTableHeader, which will notify the given TableUtils.SortDelegate when the user clicks the header and thus wishes to sort.
 



Copyright © 2012. All Rights Reserved.