Java org.eclipse.jface.viewers TableViewerColumn fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers TableViewerColumn fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers TableViewerColumn.

The text is from its open source code.

Constructor

TableViewerColumn(TableViewer viewer, int style)
Creates a new viewer column for the given TableViewer on a new TableColumn with the given style bits.
TableViewerColumn(TableViewer viewer, TableColumn column)
Creates a new viewer column for the given TableViewer on the given TableColumn .
TableViewerColumn(TableViewer viewer, int style, int index)
Creates a new viewer column for the given TableViewer on a new TableColumn with the given style bits.

Method

TableColumngetColumn()