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

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

Introduction

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

Usage

From source file org.eclipse.cdt.debug.internal.ui.views.memory.MemoryBlockLabelDecorator.java

/**
 * Modifies the label shown in a rendering tab of the memory view.
 * 
 * <p> CDT adapter logic will link us to a CMemoryBlockExtension if and 
 * only if that block was created by specifying a memory space. In that
 * case, a literal address and memory space identifier are the basis for 

From source file org.eclipse.cdt.internal.ui.viewsupport.ProblemsLabelDecorator.java

/**
 * LabelDecorator that decorates an element's image with error and warning overlays that
 * represent the severity of markers attached to the element's underlying resource. To see
 * a problem decoration for a marker, the marker needs to be a subtype of {@code IMarker.PROBLEM}.
 * <p>
 * Note: Only images for elements in Java projects are currently updated on marker changes.

From source file org.eclipse.cdt.ui.testplugin.CElementDecorator.java

/**
 * Allows to test decorators for Java elements
 */
public class CElementDecorator extends LabelProvider implements ILabelDecorator {

    /*

From source file org.eclipse.datatools.connectivity.internal.ui.DriverTreeLabelProvider.java

/**
 * Label provider and decorator for the driver tree
 * 
 * @author brianf
 */
public class DriverTreeLabelProvider extends LabelProvider implements ILabelDecorator {

From source file org.eclipse.datatools.sqltools.sqleditor.internal.editor.SQLMarkerLabelDecorator.java

/**
 * @author Hui Cao
 *  
 */
public class SQLMarkerLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator {

From source file org.eclipse.debug.internal.ui.importexport.breakpoints.BreakpointsPathDecorator.java

/**
 * A decorator which attaches the node path of breakpoints.
 */
public class BreakpointsPathDecorator extends BaseLabelProvider implements ILabelDecorator {

    @Override

From source file org.eclipse.dltk.freemarker.internal.ui.outline.FreemarkerOutlineLabelDecorator.java

/**
 * 
 * Freemarker {@link ILabelDecorator} implementation.
 */
public class FreemarkerOutlineLabelDecorator extends BaseLabelProvider implements ILabelDecorator {

From source file org.eclipse.dltk.internal.ui.callhierarchy.CallHierarchyLabelDecorator.java

/**
 * LabelDecorator that decorates an method's image with recursion overlays.
 * The viewer using this decorator is responsible for updating the images on element changes.
 */
public class CallHierarchyLabelDecorator implements ILabelDecorator {

From source file org.eclipse.dltk.mod.internal.ui.callhierarchy.CallHierarchyLabelDecorator.java

/**
 * LabelDecorator that decorates an method's image with recursion overlays.
 * The viewer using this decorator is responsible for updating the images on element changes.
 */
public class CallHierarchyLabelDecorator implements ILabelDecorator {

From source file org.eclipse.dltk.mod.ui.ProblemsLabelDecorator.java

/**
 * LabelDecorator that decorates an element's image with error and warning overlays that 
 * represent the severity of markers attached to the element's underlying resource. To see 
 * a problem decoration for a marker, the marker needs to be a subtype of <code>IMarker.PROBLEM</code>.
 * <p>
 * <b>Important</b>: Although this decorator implements ILightweightLabelDecorator, do not contribute this