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

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

Introduction

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

Usage

From source file ummisco.gama.ui.viewers.gis.geotools.control.MaplayerTableViewer.java

/**
 * A {@link TableViewer table viewer} for {@link Layer map layers}.
 *
 * @author Andrea Antonello (www.hydrologis.com)
 *
 *

From source file x10dt.ui.typeHierarchy.ProblemTableViewer.java

/**
 * Extends a  TableViewer to allow more performance when showing error ticks.
 * A <code>ProblemItemMapper</code> is contained that maps all items in
 * the tree to underlying resource
 */
public class ProblemTableViewer extends TableViewer implements ResourceToItemsMapper.IContentViewerAccessor {