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 com.predic8.plugin.membrane.viewers.HeaderTableViewer.java

public class HeaderTableViewer extends TableViewer {

    private Table table;

    private String[] columnNames = new String[] { "Header Names", "Value" };

From source file com.predic8.plugin.membrane_client.message.composite.HeaderTableViewer.java

public class HeaderTableViewer extends TableViewer {

    private Table table;

    private String[] columnNames = new String[] { "Header Names", "Value" };

From source file com.tocea.scertify.eclipse.scertifycode.ui.util.table.EnhancedTableViewer.java

/**
 * This subclass of <code>TableViewer</code> adds easier sorting support and
 * support for storing table settings (column width, sorter state).
 * 
 * @author Lars Kdderitzsch
 */

From source file com.vectrace.MercurialEclipse.history.ChangePathsTableProvider.java

public class ChangePathsTableProvider extends TableViewer {

    private static final FileStatus[] EMPTY_CHANGE_PATHS = new FileStatus[0];
    private final ChangedPathsPage page;
    private final ChangePathsTableContentProvider contentProvider;

From source file com.vectrace.MercurialEclipse.history.GraphLogTableViewer.java

public class GraphLogTableViewer extends TableViewer {

    /**
     * Number of colors. See {@link #colors}.
     */
    public static final int NUM_COLORS = 11;

From source file de.instanttouch.ui.scaffolding.swt.viewer.lazy.SnakeLazyTableViewer.java

public class SnakeLazyTableViewer extends TableViewer {
    protected SnakeLazyTablePresenter presenter = null;

    private TableColumnLayout tableColumnLayout;
    private Map<String, TableViewerColumn> columnMap = new HashMap<String, TableViewerColumn>();
    private StyledDataCellLabelProvider labelProvider;

From source file de.instanttouch.ui.scaffolding.swt.viewer.SnakeTableViewer.java

public class SnakeTableViewer extends TableViewer {

    protected SnakeType type = null;
    protected SnakeString pattern = null;

    protected SnakeAction doubleClickAction = new SnakeOpenAction("open type dialog");

From source file de.lmu.ifi.dbs.knowing.debug.ui.editor.ParameterTableViewer.java

/**
 * 
 * @author Nepomuk Seiler
 * @version 0.1
 * @since 2012-04-18
 * 

From source file de.quamoco.qm.incubator.GenericTableViewer.java

public class GenericTableViewer<I, R, C, E> extends TableViewer {

    private List<C> columns;

    private IGenericTableContentProvider<I, R, C, E> contentProvider;

From source file de.snertlab.xdccBee.ui.PacketViewer.java

/**
 * @author holgi
 * 
 */
public class PacketViewer extends TableViewer implements INotifyDccPacket {