public final class TreeViewerColumn extends ViewerColumn
| Constructor and Description |
|---|
TreeViewerColumn(TreeViewer viewer,
int style)
Creates a new viewer column for the given
TreeViewer on a new
TreeColumn with the given style bits. |
TreeViewerColumn(TreeViewer viewer,
int style,
int index)
Creates a new viewer column for the given
TreeViewer on a new
TreeColumn with the given style bits. |
TreeViewerColumn(TreeViewer viewer,
TreeColumn column)
Creates a new viewer column for the given
TreeViewer on the given
TreeColumn. |
| Modifier and Type | Method and Description |
|---|---|
TreeColumn |
getColumn() |
getViewer, handleDispose, setEditingSupport, setLabelProviderpublic TreeViewerColumn(TreeViewer viewer, int style)
TreeViewer on a new
TreeColumn with the given style bits. The column is inserted at
the given index into the list of columns.viewer - the tree viewer to which this column belongsstyle - the style bits used to create the column, for applicable style bits
see TreeColumnTreeColumn.TreeColumn(Tree, int)public TreeViewerColumn(TreeViewer viewer, int style, int index)
TreeViewer on a new
TreeColumn with the given style bits. The column is added at the
end of the list of columns.viewer - the tree viewer to which this column belongsstyle - the style bits used to create the column, for applicable style bits
see TreeColumnindex - the index at which to place the newly created columnTreeColumn.TreeColumn(Tree, int, int)public TreeViewerColumn(TreeViewer viewer, TreeColumn column)
TreeViewer on the given
TreeColumn.viewer - the tree viewer to which this column belongscolumn - the underlying tree columnpublic TreeColumn getColumn()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.