|
 |
|
|
Uses of Class org.eclipse.jface.viewers.AbstractTreeViewer
Methods in
org.eclipse.jface.databinding.viewers with parameters of type
AbstractTreeViewer
|
static void
|
ViewerSupport.
bind
(
AbstractTreeViewer viewer,
Object input,
org.eclipse.core.databinding.property.list.IListProperty childrenProperty,
org.eclipse.core.databinding.property.value.IValueProperty labelProperty)
Binds the viewer to the specified input, using the specified children
property to generate child nodes, and the specified label property to
generate labels. |
static void
|
ViewerSupport.
bind
(
AbstractTreeViewer viewer,
Object input,
org.eclipse.core.databinding.property.list.IListProperty childrenProperty,
org.eclipse.core.databinding.property.value.IValueProperty[] labelProperties)
Binds the viewer to the specified input, using the specified children
property to generate child nodes, and the specified label properties to
generate labels. |
static void
|
ViewerSupport.
bind
(
AbstractTreeViewer viewer,
Object input,
org.eclipse.core.databinding.property.set.ISetProperty childrenProperty,
org.eclipse.core.databinding.property.value.IValueProperty labelProperty)
Binds the viewer to the specified input, using the specified children
property to generate child nodes, and the specified label property to
generate labels. |
static void
|
ViewerSupport.
bind
(
AbstractTreeViewer viewer,
Object input,
org.eclipse.core.databinding.property.set.ISetProperty childrenProperty,
org.eclipse.core.databinding.property.value.IValueProperty[] labelProperties)
Binds the viewer to the specified input, using the specified children
property to generate child nodes, and the specified label properties to
generate labels. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|