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.eclipse.wst.xml.ui.internal.dialogs.XMLCatalogTableViewer.java

public class XMLCatalogTableViewer extends TableViewer {

    public class CatalogEntryContentProvider implements IStructuredContentProvider {

        public void dispose() {
        }

From source file org.eclipse.wst.xml.ui.internal.nsedit.CommonNamespaceInfoTable.java

public class CommonNamespaceInfoTable extends TableViewer {

    /**
     * NamespaceInfoTableLabelProvider
     */
    protected class Provider extends LabelProvider implements ITableLabelProvider, IStructuredContentProvider {

From source file org.eclipse.wst.xml.ui.internal.validation.core.errorinfo.TaskListTableViewer.java

public class TaskListTableViewer extends TableViewer {
    protected static final int COLUMN_ICON = 0;
    protected static final int COLUMN_DESCRIPTION = 1;
    protected static final int COLUMN_RESOURCE = 3;
    protected static final int COLUMN_LOCATION = 2;

From source file org.fusesource.ide.jvmmonitor.internal.ui.properties.StackTraceViewer.java

/**
 * The stack trace viewer.
 */
public class StackTraceViewer extends TableViewer {

    /** the open action */

From source file org.fusesource.tools.messaging.ui.DefaultMessageTableViewer.java

public class DefaultMessageTableViewer extends TableViewer implements TableModel {

    private String prefKey;

    protected String columnString = IConstants.EMPTY_STRING;

From source file org.geotools.swt.control.MaplayerTableViewer.java

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

From source file org.jboss.ide.eclipse.as.ui.wizards.JBossConfigurationTableViewer.java

/**
 * @author Marshall
 */
public class JBossConfigurationTableViewer extends TableViewer {
    // private String jbossHome;
    private String selectedConfiguration;

From source file org.jboss.tools.common.model.ui.editors.dnd.composite.TagAttributesTableViewer.java

/**
 * 
 * @author yzhishko
 *
 */

From source file org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.StackTraceViewer.java

/**
 * The stack trace viewer.
 */
public class StackTraceViewer extends TableViewer {

    /** the open action */

From source file org.jboss.tools.jst.css.dialog.selector.viewers.CSSSelectorTableViewer.java

/**
 * 
 * @author yzhishko
 * 
 */