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

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

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

Fields in org.eclipse.mat.ui.compare declared as CompareTablesQuery.Mode
 CompareTablesQuery.Mode CompareTablesQuery.mode
           
 

Methods in org.eclipse.mat.ui.compare that return CompareTablesQuery.Mode
 CompareTablesQuery.Mode CompareTablesQuery.TableComparisonResult.getMode()
           
static CompareTablesQuery.Mode CompareTablesQuery.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompareTablesQuery.Mode[] CompareTablesQuery.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mat.ui.compare with parameters of type CompareTablesQuery.Mode
 void CompareTablesQuery.TableComparisonResult.setMode(CompareTablesQuery.Mode mode)
           
 

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