List of usage examples for org.eclipse.jface.viewers ITableFontProvider interface-usage
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.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.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.VehicleViewTableDetailLabelProvider.java
public class VehicleViewTableDetailLabelProvider implements ITableLabelProvider, ITableColorProvider, ITransportStatus, IKindOfTransport, ITableFontProvider { // define the columns public static final int COLUMN_LOCK = 0; public static final int COLUMN_READY = 1;
From source file at.rc.tacos.client.providers.VehicleViewTableLabelProvider.java
public class VehicleViewTableLabelProvider implements ITableLabelProvider, ITableColorProvider, ITransportStatus, IKindOfTransport, ITableFontProvider { // define the columns public static final int COLUMN_LOCK = 0; public static final int COLUMN_NAME = 1;
From source file com.astra.ses.spell.gui.model.watchvariables.WatchVariablesLabelProvider.java
/****************************************************************************** * Provides the labels and icons for the callstack tree. * *****************************************************************************/ public class WatchVariablesLabelProvider implements ITableLabelProvider, ITableFontProvider, ITableColorProvider { /** Holds the bold font for globals */
From source file com.astra.ses.spell.gui.views.providers.LogFileLabelProvider.java
public class LogFileLabelProvider extends LabelProvider implements ITableLabelProvider, ITableColorProvider, ITableFontProvider { /** background color */ private Color m_warningColor; /** foreground color */ private Color m_errorColor;
From source file com.astra.ses.spell.gui.views.providers.TabbedViewLabelProvider.java
public class TabbedViewLabelProvider extends LabelProvider implements ITableLabelProvider, ITableFontProvider { /** Font */ private Font m_font; /*********************************************************************** * Constructor