Example usage for org.eclipse.jface.viewers ITableColorProvider interface-usage

List of usage examples for org.eclipse.jface.viewers ITableColorProvider interface-usage

Introduction

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

Usage

From source file at.rc.tacos.client.providers.DialysisTransportLabelProvider.java

public class DialysisTransportLabelProvider implements ITableLabelProvider, ITableColorProvider {

    // define the columns
    public static final int COLUMN_LOCK = 0;
    public static final int COLUMN_STATION = 1;
    public static final int COLUMN_ABF = 2;

From source file at.rc.tacos.client.providers.JournalViewLabelProvider.java

public class JournalViewLabelProvider
        implements ITableLabelProvider, ITableColorProvider, ITransportStatus, ITableFontProvider {

    // define the columns
    public static final int COLUMN_LOCK = 0;
    public static final int COlUMN_OS = 1;

From source file at.rc.tacos.client.providers.MultiTransportLabelProvider.java

public class MultiTransportLabelProvider implements ITableLabelProvider, ITableColorProvider, IKindOfTransport {

    // define the columns
    public static final int COLUMN_DATE = 0;
    public static final int COLUMN_RESP_STATION = 1;
    public static final int COLUMN_ABF = 2;

From source file at.rc.tacos.client.providers.OutstandingTransportsViewLabelProvider.java

public class OutstandingTransportsViewLabelProvider
        implements ITableLabelProvider, ITableColorProvider, IKindOfTransport, ITableFontProvider {

    // define the columns
    public static final int COLUMN_LOCK = 0;
    public static final int COLUMN_PRIORITY = 1;

From source file at.rc.tacos.client.providers.PersonalViewLabelProvider.java

public class PersonalViewLabelProvider implements ITableLabelProvider, ITableColorProvider, ITableFontProvider {

    // define the columns
    public static final int COLUMN_LOCK = 0;
    public static final int COLUMN_STANDBY = 1;
    public static final int COLUMN_NOTES = 2;

From source file at.rc.tacos.client.providers.PrebookingViewLabelProvider.java

public class PrebookingViewLabelProvider
        implements ITableLabelProvider, ITableColorProvider, IKindOfTransport, ITableFontProvider {

    // define the columns
    public static final int COLUMN_LOCK = 0;
    public static final int COLUMN_RESP_STATION = 1;

From source file at.rc.tacos.client.providers.SickPersonAdminTableLabelProvider.java

public class SickPersonAdminTableLabelProvider
        implements ITableLabelProvider, ITableColorProvider, ITransportStatus, IKindOfTransport {

    // define the columns
    public static final int COLUMN_IMAGE = 0;
    public static final int COLUMN_LASTNAME = 2;

From source file at.rc.tacos.client.providers.SickPersonTableLabelProvider.java

public class SickPersonTableLabelProvider
        implements ITableLabelProvider, ITableColorProvider, ITransportStatus, IKindOfTransport {

    // define the columns
    public static final int COLUMN_LASTNAME = 0;
    public static final int COLUMN_FIRSTNAME = 1;

From source file at.rc.tacos.client.providers.UnderwayTransportsViewLabelProvider.java

public class UnderwayTransportsViewLabelProvider implements ITableLabelProvider, ITableColorProvider,
        ITransportStatus, IKindOfTransport, ITableFontProvider {

    // define the columns
    public static final int COLUMN_LOCK = 0;
    public static final int COLUMN_PRIORITY = 1;

From source file at.rc.tacos.client.providers.VehicleAssignLabelProvider.java

public class VehicleAssignLabelProvider implements ITableLabelProvider, ITableColorProvider, ITransportStatus {

    // define the columns
    public static final int COLUMN_STATION = 0;
    public static final int COLUMN_NAME = 1;
    public static final int COlUMN_TYPE = 2;