Class symantec.itools.db.beans.sqleditor.TableSorter
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.sqleditor.TableSorter
Object
   |
   +----AbstractTableModel
           |
           +----TableMap
                   |
                   +----symantec.itools.db.beans.sqleditor.TableSorter
  -  public class TableSorter
  
-  extends TableMap
  
  
  -  
	symantec.itools.db.beans.sqleditor.TableSorter()
   -    
 -  
	symantec.itools.db.beans.sqleditor.TableSorter(TableModel)
   -  
 
  
  -  
	addMouseListenerToHeaderInTable(JTable)
   -    
 -  
	checkModel()
   -    
 -  
	compare(int, int)
   -    
 -  
	compareRowsByColumn(int, int, int)
   -    
 -  
	getValueAt(int, int)
   -    
 -  
	n2sort()
   -    
 -  
	reallocateIndexes()
   -    
 -  
	setModel(TableModel)
   -    
 -  
	setValueAt(Object, int, int)
   -    
 -  
	shuttlesort(int[], int[], int, int)
   -    
 -  
	sort(Object)
   -    
 -  
	sortByColumn(int)
   -    
 -  
	sortByColumn(int, boolean)
   -    
 -  
	swap(int, int)
   -    
 -  
	tableChanged(TableModelEvent)
   -  
 
  
TableSorter
public TableSorter()
TableSorter
public TableSorter(TableModel model)
  
addMouseListenerToHeaderInTable
public void addMouseListenerToHeaderInTable(JTable table)
checkModel
public void checkModel()
compare
public int compare(int row1,
                   int row2)
compareRowsByColumn
public int compareRowsByColumn(int row1,
                               int row2,
                               int column)
getValueAt
public java.lang.Object getValueAt(int aRow,
                                   int aColumn)
 
    -  Overrides:
    
 -  getValueAt in class TableMap
  
 
 
n2sort
public void n2sort()
reallocateIndexes
public void reallocateIndexes()
setModel
public void setModel(TableModel model)
 
    -  Overrides:
    
 -  setModel in class TableMap
  
 
 
setValueAt
public void setValueAt(Object aValue,
                       int aRow,
                       int aColumn)
 
    -  Overrides:
    
 -  setValueAt in class TableMap
  
 
 
shuttlesort
public void shuttlesort(int from,
                        int to,
                        int low,
                        int high)
sort
public void sort(Object sender)
sortByColumn
public void sortByColumn(int column)
sortByColumn
public void sortByColumn(int column,
                         boolean ascending)
swap
public void swap(int i,
                 int j)
tableChanged
public void tableChanged(TableModelEvent e)
 
    -  Overrides:
    
 -  tableChanged in class TableMap
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index