Uses of Class
com.explodingpixels.widgets.TableUtils.SortDirection

Packages that use TableUtils.SortDirection
com.explodingpixels.widgets   
 

Uses of TableUtils.SortDirection in com.explodingpixels.widgets
 

Methods in com.explodingpixels.widgets that return TableUtils.SortDirection
static TableUtils.SortDirection TableHeaderUtils.getSortDirection(javax.swing.table.JTableHeader tableHeader, int columnModelIndex)
          Get's the pressed column header for the given JTableHeader.
static TableUtils.SortDirection TableHeaderUtils.toggleSortDirection(javax.swing.table.JTableHeader tableHeader, int columnModelIndex)
          Toggles the sort direction of the given column model index in the given JTableHeader.
static TableUtils.SortDirection TableUtils.SortDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableUtils.SortDirection[] TableUtils.SortDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.explodingpixels.widgets with parameters of type TableUtils.SortDirection
 void TableUtils.SortDelegate.sort(int columnModelIndex, TableUtils.SortDirection sortDirection)
          Called when a table should sort its' rows based on the given column.
 



Copyright © 2012. All Rights Reserved.