|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.ViewerColumn
org.eclipse.jface.viewers.TreeViewerColumn
ViewerColumn implementation for TreeViewer to enable column-specific label providers and editing support.
Constructor Summary | |
---|---|
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 . |
Method Summary | |
---|---|
TreeColumn |
getColumn()
|
Methods inherited from class org.eclipse.jface.viewers.ViewerColumn |
---|
handleDispose, setEditingSupport, setLabelProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public 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 TreeColumn
TreeColumn.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 TreeColumn
index
- 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 columnMethod Detail |
public TreeColumn getColumn()
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.