|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.property.set.SetProperty
org.eclipse.core.databinding.property.set.DelegatingSetProperty
public abstract class DelegatingSetProperty
Constructor Summary | |
---|---|
protected |
DelegatingSetProperty()
|
protected |
DelegatingSetProperty(Object elementType)
|
Method Summary | |
---|---|
protected abstract ISetProperty |
doGetDelegate(Object source)
Returns the property to delegate to for the specified source object. |
protected ISetProperty |
getDelegate(Object source)
Returns the property to delegate to for the specified source object. |
Object |
getElementType()
Returns the type of the elements in the collection or null
if untyped |
IObservableSet |
observe(Object source)
Returns an observable set observing this set property on the given property source |
IObservableSet |
observe(Realm realm,
Object source)
Returns an observable set observing this set property on the given property source |
Methods inherited from class org.eclipse.core.databinding.property.set.SetProperty |
---|
observeDetail, setFactory, setFactory, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DelegatingSetProperty()
protected DelegatingSetProperty(Object elementType)
Method Detail |
---|
protected final ISetProperty getDelegate(Object source)
source
- the property source (may be null)
protected abstract ISetProperty doGetDelegate(Object source)
source
- the property source
public Object getElementType()
ISetProperty
null
if untyped
null
if untypedpublic IObservableSet observe(Object source)
ISetProperty
observe
in interface ISetProperty
observe
in class SetProperty
source
- the property source
public IObservableSet observe(Realm realm, Object source)
ISetProperty
realm
- the observable's realmsource
- the property source
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.