Uses of Interface
com.metamatrix.toolbox.ui.widget.table.TableComparator

Packages that use TableComparator
com.metamatrix.console.ui.views   
com.metamatrix.console.ui.views.deploy.util   
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.table   
 

Uses of TableComparator in com.metamatrix.console.ui.views
 

Classes in com.metamatrix.console.ui.views that implement TableComparator
 class DefaultConsoleTableComparator
           
 

Methods in com.metamatrix.console.ui.views with parameters of type TableComparator
 int DefaultConsoleTableSorter.getInsertionIndex(java.util.List row, java.util.List rows, java.util.List sortedRowMap, java.util.List sortedColumns, TableComparator comparator, int maximumRowIndex)
           
 

Uses of TableComparator in com.metamatrix.console.ui.views.deploy.util
 

Classes in com.metamatrix.console.ui.views.deploy.util that implement TableComparator
 class DeployTableSorter
          A table sorter that works with the domain objects of the deployments subsystem.
 

Uses of TableComparator in com.metamatrix.toolbox.ui.widget
 

Methods in com.metamatrix.toolbox.ui.widget that return TableComparator
protected  TableComparator DirectoryEntryTable.createDefaultComparator()
           
protected  TableComparator TableWidget.createDefaultComparator()
           
protected  TableComparator PropertiedObjectArrayTable.createDefaultComparator()
           
 TableComparator TableWidget.getComparator()
           
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type TableComparator
 void TableWidget.setComparator(TableComparator comparator)
           
 

Uses of TableComparator in com.metamatrix.toolbox.ui.widget.table
 

Classes in com.metamatrix.toolbox.ui.widget.table that implement TableComparator
 class DefaultTableComparator
           
 class DirectoryEntryTableComparator
           
 

Methods in com.metamatrix.toolbox.ui.widget.table with parameters of type TableComparator
 int DefaultTableSorter.getInsertionIndex(java.util.List rowData, java.util.List rows, java.util.List sortedRowMap, java.util.List sortedColumns, TableComparator comparator, int maximumRowIndex)
           
 int TableSorter.getInsertionIndex(java.util.List rowDataVector, java.util.List rows, java.util.List sortedRowMap, java.util.List sortedColumns, TableComparator comparator, int maximumRowIndex)
          determine where the specified row of the table belongs given the specified parameters
 



Copyright © 2009. All Rights Reserved.