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

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

Introduction

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

Usage

From source file ac.soton.eventb.classdiagrams.diagram.navigator.ClassdiagramsNavigatorSorter.java

/**
 * @generated
 */
public class ClassdiagramsNavigatorSorter extends ViewerSorter {

    /**

From source file ac.soton.eventb.statemachines.diagram.navigator.StatemachinesNavigatorSorter.java

/**
 * @generated
 */
public class StatemachinesNavigatorSorter extends ViewerSorter {

    /**

From source file ac.soton.fmusim.components.diagram.navigator.ComponentsNavigatorSorter.java

/**
 * @generated
 */
public class ComponentsNavigatorSorter extends ViewerSorter {

    /**

From source file ac.soton.multisim.diagram.navigator.MultisimNavigatorSorter.java

/**
 * @generated
 */
public class MultisimNavigatorSorter extends ViewerSorter {

    /**

From source file ac.soton.rms.components.diagram.navigator.ComponentsNavigatorSorter.java

/**
 * @generated
 */
public class ComponentsNavigatorSorter extends ViewerSorter {

    /**

From source file at.rc.tacos.client.view.sorterAndTooltip.AddressViewSorter.java

public class AddressViewSorter extends ViewerSorter {

    // columns that are sortable
    public final static String ZIP_SORTER = "zip";
    public final static String CITY_SORTER = "city";
    public final static String STREET_SORTER = "street";

From source file at.rc.tacos.client.view.sorterAndTooltip.DialysisTransportSorter.java

/**
 * Provides sorting functions for the dialysis transport table.
 * 
 * @author b.thek
 */
public class DialysisTransportSorter extends ViewerSorter {

From source file at.rc.tacos.client.view.sorterAndTooltip.PersonalViewSorter.java

/**
 * Provides sorting functions for the personal view table.
 * 
 * @author Michael
 */
public class PersonalViewSorter extends ViewerSorter {

From source file at.rc.tacos.client.view.sorterAndTooltip.TransportSorter.java

/**
 * Provides sorting functions for the transport tables.
 * 
 * @author b.thek
 */
public class TransportSorter extends ViewerSorter implements ITransportStatus {

From source file at.rc.tacos.client.view.sorterAndTooltip.VehicleSorter.java

/**
 * Provides sorting functions for the transport tables.
 * 
 * @author b.thek
 */
public class VehicleSorter extends ViewerSorter implements ITransportStatus {