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

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

Introduction

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

Usage

From source file org.eclipse.scada.ui.databinding.StyledViewerLabel.java

public class StyledViewerLabel extends ViewerLabel {

    private StyledString styledText;

    public StyledViewerLabel(final String initialText, final Image initialImage) {
        super(initialText, initialImage);

From source file org.eclipse.ui.internal.navigator.ReusableViewerLabel.java

/**
 * Provides a subclass of ViewerLabel that can be re-used for multiple viewer updates.
 * 
 * @since 3.2
 * 
 */

From source file org.openscada.ui.databinding.StyledViewerLabel.java

public class StyledViewerLabel extends ViewerLabel {

    private StyledString styledText;

    public StyledViewerLabel(final String initialText, final Image initialImage) {
        super(initialText, initialImage);