Uses of Class
org.eclipse.mat.ui.compare.CompareTablesQuery.ComparedColumn

Packages that use CompareTablesQuery.ComparedColumn
org.eclipse.mat.ui.compare Compare reports basket and compared tables - user interface (not API). 
 

Uses of CompareTablesQuery.ComparedColumn in org.eclipse.mat.ui.compare
 

Methods in org.eclipse.mat.ui.compare that return types with arguments of type CompareTablesQuery.ComparedColumn
 java.util.List<CompareTablesQuery.ComparedColumn> CompareTablesQuery.TableComparisonResult.getComparedColumns()
           
 

Method parameters in org.eclipse.mat.ui.compare with type arguments of type CompareTablesQuery.ComparedColumn
 void CompareTablesQuery.TableComparisonResult.setComparedColumns(java.util.List<CompareTablesQuery.ComparedColumn> comparedColumns)
           
 

Constructor parameters in org.eclipse.mat.ui.compare with type arguments of type CompareTablesQuery.ComparedColumn
CompareTablesQuery.TableComparisonResult(java.util.List<org.eclipse.mat.ui.compare.CompareTablesQuery.ComparedRow> rows, Column key, java.util.List<CompareTablesQuery.ComparedColumn> comparedColumns, CompareTablesQuery.Mode mode)