Example usage for org.eclipse.jface.viewers ViewerComparator subclass-usage

List of usage examples for org.eclipse.jface.viewers ViewerComparator subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers ViewerComparator subclass-usage.

Usage

From source file com.google.devtools.depan.platform.InverseSorter.java

/**
 * Reverse the collation order for an existing comparator.
 *
 * @author <a href="leeca@google.com">Lee Carver</a>
 */
public class InverseSorter extends ViewerComparator {

From source file com.google.gwt.eclipse.oophm.views.hierarchical.ModelNodeViewerComparator.java

/**
 * Defines a Viewer sort order for {@link IModelNode} elements. Makes sure that
 * newer elements appear first and terminated elements appear last.
 */
public class ModelNodeViewerComparator extends ViewerComparator {
    private int compare(IModelNode n1, IModelNode n2) {

From source file com.hilotec.elexis.messwerte.v2.views.MessungenComparator.java

public class MessungenComparator extends ViewerComparator {

    private int propertyIndex;
    private static final int DESCENDING = 1;
    private int direction = DESCENDING;

From source file com.ivenix.debug.gdbjtag.render.peripheral.PeripheralViewerComparator.java

/**
 * Comparator used to sort columns in the Peripheral monitor.
 * 
 * Inspired by the code provided by Lars Vogella.
 */
public class PeripheralViewerComparator extends ViewerComparator {

From source file com.kdmanalytics.toif.report.internal.views.ReportViewerComparator.java

/**
 * The Class ReportViewerComparator.
 * 
 * @author Kyle Girard <kyle@kdmanalytics.com>
 */
public class ReportViewerComparator extends ViewerComparator {

From source file com.kdmanalytics.toif.ui.views.sort.AdaptorConfigWeightComparator.java

/** Comparator that uses the AdaptorConfiguration file order:
 * 
 *     1. Calculated weighting (see REQ 9.x for details) 
 *     2. Number of tools defining defects on same file/line 
 *     3. Confidence 
 *     4. File 

From source file com.kdmanalytics.toif.ui.views.sort.FindingGroupComparator.java

/** Comparator that uses the AdaptorConfiguration file order:
 * 
 *     1. Number of tools defining defects on same file/line 
 *     2. Calculated weighting (see REQ 9.x for details) 
 *     3. Confidence 
 *     4. File 

From source file com.kdmanalytics.toif.ui.views.sort.FindingViewColumnComparator.java

/**
 * Provides column sorting.
 * 
 * Derived from ReportViewerComparator in design
 * 
 * @author Ken Duck

From source file com.kopson.cite.smartlogmodel.SmartLogComparator.java

/**
 * Smart Log Comparator.
 * 
 * @author kopson
 *
 */

From source file com.liferay.ide.project.ui.migration.MigratorComparator.java

/**
 * @author Lovett li
 */
public class MigratorComparator extends ViewerComparator {

    private int columnIndex;