Uses of Interface
org.eclipse.core.databinding.property.set.ISetProperty
Packages that use ISetProperty
Package
Description
Provides classes for observing JavaBeans(tm) objects.
Interfaces and classes for representing and observing properties of objects.
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of ISetProperty in org.eclipse.core.databinding.beans
Subinterfaces of ISetProperty in org.eclipse.core.databinding.beansModifier and TypeInterfaceDescriptioninterface
IBeanSetProperty<S,
E> AnISetProperty
extension interface with convenience methods for creating nested bean properties. -
Uses of ISetProperty in org.eclipse.core.databinding.property
Methods in org.eclipse.core.databinding.property that return ISetPropertyModifier and TypeMethodDescriptionstatic <E> ISetProperty<Set<E>,
E> Returns a set property which takes the source object (aSet
) as the property set. -
Uses of ISetProperty in org.eclipse.core.databinding.property.set
Classes in org.eclipse.core.databinding.property.set that implement ISetPropertyModifier and TypeClassDescriptionclass
class
SetProperty<S,
E> Abstract implementation of ISetPropertyclass
SimpleSetProperty<S,
E> Simplified abstract implementation of ISetProperty.class
UnionSetProperty<S,
E> A set property for observing the union of multiple set properties a combined set.Methods in org.eclipse.core.databinding.property.set that return ISetPropertyModifier and TypeMethodDescriptionprotected abstract ISetProperty<S,
E> DelegatingSetProperty.doGetDelegate
(S source) Returns the property to delegate to for the specified source object.protected final ISetProperty<S,
E> DelegatingSetProperty.getDelegate
(S source) Returns the property to delegate to for the specified source object.Constructors in org.eclipse.core.databinding.property.set with parameters of type ISetPropertyModifierConstructorDescriptionUnionSetProperty
(ISetProperty<S, E>[] properties) UnionSetProperty
(ISetProperty<S, E>[] properties, Object elementType) -
Uses of ISetProperty in org.eclipse.core.databinding.property.value
Methods in org.eclipse.core.databinding.property.value that return ISetPropertyModifier and TypeMethodDescription<E> ISetProperty<S,
E> IValueProperty.set
(ISetProperty<? super T, E> detailSet) Returns the nested combination of this property and the specified detail set property.final <E> ISetProperty<S,
E> ValueProperty.set
(ISetProperty<? super T, E> detailSet) Methods in org.eclipse.core.databinding.property.value with parameters of type ISetPropertyModifier and TypeMethodDescription<E> ISetProperty<S,
E> IValueProperty.set
(ISetProperty<? super T, E> detailSet) Returns the nested combination of this property and the specified detail set property.final <E> ISetProperty<S,
E> ValueProperty.set
(ISetProperty<? super T, E> detailSet) -
Uses of ISetProperty in org.eclipse.jface.databinding.viewers
Subinterfaces of ISetProperty in org.eclipse.jface.databinding.viewersModifier and TypeInterfaceDescriptioninterface
IViewerSetProperty<S,
E> ISetProperty
for observing a JFace viewerClasses in org.eclipse.jface.databinding.viewers that implement ISetPropertyModifier and TypeClassDescriptionclass
ViewerSetProperty<S,
E> Abstract set property implementation forViewer
properties.Methods in org.eclipse.jface.databinding.viewers with parameters of type ISetPropertyModifier and TypeMethodDescriptionstatic <E> void
ViewerSupport.bind
(AbstractTreeViewer viewer, E input, ISetProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?> 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 <E> void
ViewerSupport.bind
(AbstractTreeViewer viewer, E input, ISetProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?>... 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.