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 org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.thread.ThreadComparator.java

/**
 * The thread comparator.
 */
public class ThreadComparator extends ViewerComparator {

    /** the sort direction */

From source file org.jboss.tools.openshift.express.internal.ui.server.CommitDialog.java

class CommitViewerComparator extends ViewerComparator {

    private Comparator<CommitItem> itemComparator;

    public CommitViewerComparator(Comparator<CommitItem> comparator) {
        this.itemComparator = comparator;

From source file org.jboss.tools.openshift.express.internal.ui.viewer.EmbeddableCartridgeViewerSorter.java

/**
 * @author Andre Dietisheim
 */
public class EmbeddableCartridgeViewerSorter extends ViewerComparator {
    @Override
    public int compare(Viewer viewer, Object thisCartridge, Object thatCartridge) {

From source file org.jboss.tools.openshift.internal.ui.comparators.ProjectViewerComparator.java

public class ProjectViewerComparator extends ViewerComparator {

    private static final int LAST = 1;
    private static final String DEFAULT_PROJECT = "default";
    private static final String OPENSHIFT_PROJECT = "openshift";

From source file org.jboss.tools.openshift.internal.ui.comparators.ResourceKindAndNameViewerComparator.java

public class ResourceKindAndNameViewerComparator extends ViewerComparator {

    private final Comparator<IResource> comparator = new ResourceKindAndNameComparator();

    @Override
    public int compare(Viewer viewer, Object resource1, Object resource2) {

From source file org.jcryptool.crypto.xml.ui.verify.SignatureComparator.java

/**
 * <p>The comparator for the <b>XML Signatures</b> view. It is possible to
 * sort the signature data by any column in ascending or descending order.</p>
 *
 * @author Dominik Schadow
 * @version 0.5.0

From source file org.jcryptool.fileexplorer.views.FileExplorerViewerComparator.java

/**
 *
 *
 * @author Simon L
 */
public class FileExplorerViewerComparator extends ViewerComparator {

From source file org.jvmmonitor.internal.ui.properties.cpu.HotSpotsComparator.java

/**
 * The hot spots comparator.
 */
public class HotSpotsComparator extends ViewerComparator {

    /** The column type. */

From source file org.jvmmonitor.internal.ui.properties.mbean.NotificationComparator.java

/**
 * The notification comparator.
 */
public class NotificationComparator extends ViewerComparator {

    /** the sort direction */

From source file org.jvmmonitor.internal.ui.properties.memory.HeapComparator.java

/**
 * The heap comparator.
 */
public class HeapComparator extends ViewerComparator {

    /** the sort direction */