List of usage examples for org.eclipse.jface.viewers LabelProvider subclass-usage
From source file com.nokia.carbide.cpp.internal.project.ui.dialogs.MMPReferenceLabelProvider.java
public class MMPReferenceLabelProvider extends LabelProvider { @Override public String getText(Object element) { if (element instanceof IMMPReference) { IMMPReference mmp = (IMMPReference) element;
From source file com.nokia.carbide.cpp.internal.project.ui.images.providers.DelayedImageLoadingLabelProviderBase.java
/**
* This class is a label provider that manages a collection of images that it loads one at a time
* in a background thread or job, sending out an event when images are ready.
* <p>
* This provider must be disposed when finished, or else threads remain running.
*
From source file com.nokia.carbide.cpp.pi.irq.IrqLineLabelProvider.java
/** * LabelProvider for irq line table */ public class IrqLineLabelProvider extends LabelProvider implements ITableLabelProvider { /* irq table */
From source file com.nokia.carbide.cpp.pi.irq.SwiFunctionLabelProvider.java
/** * LabelProvider for software function table */ public class SwiFunctionLabelProvider extends LabelProvider implements ITableLabelProvider { /* function table */
From source file com.nokia.carbide.cpp.pi.irq.SwiThreadLabelProvider.java
/** * Label provider for swi thread table */ public class SwiThreadLabelProvider extends LabelProvider implements ITableLabelProvider { /* thread table */
From source file com.nokia.carbide.cpp.pi.peccommon.PecCommonLegendLabelProvider.java
/** * Performance Counter Legend: LabelProvider for TableViewer */ public class PecCommonLegendLabelProvider extends LabelProvider implements ITableLabelProvider { private static final String EMPTY_STRING = ""; //$NON-NLS-1$
From source file com.nokia.carbide.cpp.uiq.ui.vieweditor.CommandListLabelProvider.java
/**
* This class manages the labels from the TreeViewer
* The column 1 has the name of the instance and the column 2 has the command ID only
* for commands.
*
*/
From source file com.nokia.carbide.search.system.internal.ui.text.FileLabelProvider.java
public class FileLabelProvider extends LabelProvider { public static final int SHOW_LABEL = 1; public static final int SHOW_LABEL_PATH = 2; public static final int SHOW_PATH_LABEL = 3;
From source file com.nokia.s60tools.crashanalyser.ui.views.MainViewLabelProvider.java
/** * Label provider for MainView's table. Provides a correct image * for a row in MainView. Provides also a text for each column in a row. * */ public class MainViewLabelProvider extends LabelProvider implements ITableLabelProvider {
From source file com.nokia.s60tools.memspy.ui.views.MemSpyMainViewLabelProvider.java
class MemSpyMainViewLabelProvider extends LabelProvider implements ITableLabelProvider { /** * Returns text for a column defined by index */ public String getColumnText(Object obj, int index) { MemSpyFileBundle cFileBundle = (MemSpyFileBundle) obj;