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

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

Introduction

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

Usage

From source file org.eclipse.wst.jsdt.internal.ui.packageview.HierarchicalDecorationContext.java

public class HierarchicalDecorationContext implements IDecorationContext {

    private HierarchicalSynchronizationStateTester fStateTester;
    public static final HierarchicalDecorationContext CONTEXT = new HierarchicalDecorationContext();

    private HierarchicalDecorationContext() {

From source file org.xmind.ui.gallery.GalleryViewer.java

public class GalleryViewer extends GraphicalViewer implements IDecorationContext {

    /**
     * Viewer property key indicating whether frames are laid out horizontally
     * or vertically.
     * <p>