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 org.atomictagging.ui.tableviewer.TagsTableViewer.java

/**
 * @author strangeoptics
 * 
 */
public class TagsTableViewer extends TableViewer implements KeyListener {

From source file org.bonitasoft.studio.contract.ui.expression.ContractInputTableViewer.java

/**
 * @author Romain Bioteau
 *
 */
public class ContractInputTableViewer extends TableViewer {

From source file org.bonitasoft.studio.contract.ui.property.constraint.ContractConstraintsTableViewer.java

/**
 * @author Romain Bioteau
 */
public class ContractConstraintsTableViewer extends TableViewer {

    private AdapterFactoryContentProvider propertySourceProvider;

From source file org.bonitasoft.studio.properties.sections.iteration.control.IteratorNameEditor.java

public class IteratorNameEditor extends TableViewer {

    private final TableViewerColumn tableViewerColumn;

    public IteratorNameEditor(final Composite parent, final TabbedPropertySheetWidgetFactory widgetFactory) {
        super(parent, SWT.BORDER | SWT.SINGLE);

From source file org.dawb.common.ui.viewers.AppliableTableViewer.java

public class AppliableTableViewer extends TableViewer {

    public AppliableTableViewer(Composite parent, int style) {
        super(parent, style);
    }

From source file org.digimead.tabuddy.desktop.logic.ui.dialog.ModifiedTableViewer.java

/**
 * A concrete viewer based on a SWT <code>Table</code> control with public
 * getSortedChildren.
 *
 * @author ezh
 *

From source file org.ebayopensource.turmeric.eclipse.ui.components.TableButtonPanelViewer.java

/**
 * Custom widget - Table Viewer with button panel.
 *
 * @author ramurthy
 */

From source file org.ebayopensource.turmeric.eclipse.ui.views.registry.TypeViewer.java

/**
 * This is the right side Type Viewer. Displays all types corresponding to the
 * left side library selection. For root selection it displays all types. Main
 * features exposed through this view are importing or inlining type based on
 * the selected editor, refresh the registry and creating new artifacts. An
 * additional optional feature is the reading of the XSD type. Since XSDs are

From source file org.eclipse.cdt.debug.internal.ui.views.signals.SignalsViewer.java

/**
 * Signals viewer.
 *
 * @since: Mar 8, 2004
 */
public class SignalsViewer extends TableViewer {

From source file org.eclipse.cdt.dstore.hosts.views.OutputViewer.java

public class OutputViewer extends TableViewer
        implements ISelected, ISelectionChangedListener, IDomainListener, IMenuListener {

    protected DataElement _selected;
    protected DataElement _currentInput;
    private int _maxWidth;