|
Eclipse Platform Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IObservableFactory | |
org.eclipse.core.databinding.beans | Provides classes for observing JavaBeans(tm) objects. |
org.eclipse.core.databinding.observable | Provides the core APIs for observing changes in objects. |
org.eclipse.core.databinding.observable.map | Provides classes that can be used to observe changes in maps. |
org.eclipse.core.databinding.observable.masterdetail | Provides classes that can be used to observe a detail of a master object. |
org.eclipse.jface.databinding.viewers | Provides classes that can be used to observe the JFace Viewer framework. |
Uses of IObservableFactory in org.eclipse.core.databinding.beans |
Methods in org.eclipse.core.databinding.beans that return IObservableFactory | |
static IObservableFactory |
BeansObservables.valueFactory(Realm realm,
String propertyName)
Returns a factory for creating obervable values tracking the given property of a particular bean object |
static IObservableFactory |
BeansObservables.listFactory(Realm realm,
String propertyName,
Class elementType)
Returns a factory for creating obervable lists tracking the given property of a particular bean object |
static IObservableFactory |
BeansObservables.setFactory(Realm realm,
String propertyName)
Returns a factory for creating obervable sets tracking the given property of a particular bean object |
static IObservableFactory |
BeansObservables.setFactory(Realm realm,
String propertyName,
Class elementType)
|
static IObservableFactory |
BeansObservables.setToMapFactory(Class beanClass,
String propertyName)
Returns a factory for creating an observable map. |
static IObservableFactory |
BeansObservables.mapPropertyFactory(Realm realm,
String propertyName)
Returns a factory for creating an observable map. |
static IObservableFactory |
PojoObservables.valueFactory(Realm realm,
String propertyName)
Returns a factory for creating obervable values tracking the given property of a particular pojo object |
static IObservableFactory |
PojoObservables.listFactory(Realm realm,
String propertyName,
Class elementType)
Returns a factory for creating obervable lists tracking the given property of a particular pojo object |
static IObservableFactory |
PojoObservables.setFactory(Realm realm,
String propertyName)
Returns a factory for creating obervable sets tracking the given property of a particular pojo object |
static IObservableFactory |
PojoObservables.setFactory(Realm realm,
String propertyName,
Class elementType)
|
static IObservableFactory |
PojoObservables.mapPropertyFactory(Realm realm,
String propertyName)
Returns a factory for creating an observable map. |
Uses of IObservableFactory in org.eclipse.core.databinding.observable |
Methods in org.eclipse.core.databinding.observable that return IObservableFactory | |
static IObservableFactory |
Observables.mapEntryValueFactory(IObservableMap map,
Object valueType)
Returns a factory for creating obervable values tracking the value of the observable map entry identified by a particular
key. |
Uses of IObservableFactory in org.eclipse.core.databinding.observable.map |
Constructors in org.eclipse.core.databinding.observable.map with parameters of type IObservableFactory | |
CompositeMap(IObservableMap firstMap,
IObservableFactory secondMapFactory)
Creates a new composite map. |
Uses of IObservableFactory in org.eclipse.core.databinding.observable.masterdetail |
Methods in org.eclipse.core.databinding.observable.masterdetail with parameters of type IObservableFactory | |
static IObservableValue |
MasterDetailObservables.detailValue(IObservableValue master,
IObservableFactory detailFactory,
Object detailType)
Creates a detail observable value from a master observable value and a factory. |
static IObservableList |
MasterDetailObservables.detailList(IObservableValue master,
IObservableFactory detailFactory,
Object detailElementType)
Creates a detail observable list from a master observable value and a factory. |
static IObservableSet |
MasterDetailObservables.detailSet(IObservableValue master,
IObservableFactory detailFactory,
Object detailElementType)
Creates a detail observable set from a master observable value and a factory. |
static IObservableMap |
MasterDetailObservables.detailMap(IObservableValue master,
IObservableFactory detailFactory)
Creates a detail observable map from a master observable value and a factory. |
Uses of IObservableFactory in org.eclipse.jface.databinding.viewers |
Constructors in org.eclipse.jface.databinding.viewers with parameters of type IObservableFactory | |
ObservableListTreeContentProvider(IObservableFactory listFactory,
TreeStructureAdvisor structureAdvisor)
Constructs an ObservableListTreeContentProvider using the given list factory. |
|
ObservableSetTreeContentProvider(IObservableFactory setFactory,
TreeStructureAdvisor structureAdvisor)
Constructs an ObservableListTreeContentProvider using the given list factory. |
|
Eclipse Platform Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.