Uses of Class
org.eclipse.core.databinding.observable.Realm
-
Packages that use Realm Package Description org.eclipse.core.databinding Provides classes for binding observable objects, for example UI widgets and model objects.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.list Provides classes for observing changes in lists.org.eclipse.core.databinding.observable.map Provides classes that can be used to observe changes in maps.org.eclipse.core.databinding.observable.set Provides classes that can be used to observe changes in sets.org.eclipse.core.databinding.observable.value Provides classes that can be used to observe changes in discrete values.org.eclipse.core.databinding.property.list org.eclipse.core.databinding.property.map org.eclipse.core.databinding.property.set org.eclipse.core.databinding.property.value org.eclipse.core.databinding.validation Provides the core APIs for validation.org.eclipse.jface.databinding.swt Provides classes that can be used to observe changes in SWT widgets.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. -
-
Uses of Realm in org.eclipse.core.databinding
Methods in org.eclipse.core.databinding that return Realm Modifier and Type Method Description RealmDataBindingContext. getValidationRealm()Returns the validation realm.Constructors in org.eclipse.core.databinding with parameters of type Realm Constructor Description AggregateValidationStatus(Realm realm, IObservableCollection<? extends ValidationStatusProvider> validationStatusProviders, int strategy)DataBindingContext(Realm validationRealm)Creates a data binding context using the given realm for the validation observables. -
Uses of Realm in org.eclipse.core.databinding.beans
Methods in org.eclipse.core.databinding.beans with parameters of type Realm Modifier and Type Method Description static IObservableFactoryBeansObservables. listFactory(Realm realm, String propertyName, Class elementType)Deprecated.useBeanPropertiesinsteadstatic IObservableFactoryPojoObservables. listFactory(Realm realm, String propertyName, Class elementType)Deprecated.usePojoPropertiesinsteadstatic IObservableFactoryBeansObservables. mapPropertyFactory(Realm realm, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableFactoryPojoObservables. mapPropertyFactory(Realm realm, String propertyName)Deprecated.usePojoPropertiesinsteadstatic IObservableListBeansObservables. observeDetailList(Realm realm, IObservableValue master, String propertyName, Class propertyType)Deprecated.static IObservableListPojoObservables. observeDetailList(Realm realm, IObservableValue master, String propertyName, Class propertyType)Deprecated.static IObservableMapBeansObservables. observeDetailMap(Realm realm, IObservableValue master, String propertyName)Deprecated.static IObservableMapPojoObservables. observeDetailMap(Realm realm, IObservableValue master, String propertyName)Deprecated.static IObservableSetBeansObservables. observeDetailSet(Realm realm, IObservableValue master, String propertyName, Class propertyType)Deprecated.static IObservableSetPojoObservables. observeDetailSet(Realm realm, IObservableValue master, String propertyName, Class propertyType)Deprecated.static IObservableValueBeansObservables. observeDetailValue(Realm realm, IObservableValue master, Class masterType, String propertyName, Class propertyType)Deprecated.static IObservableValueBeansObservables. observeDetailValue(Realm realm, IObservableValue master, String propertyName, Class propertyType)Deprecated.static IObservableValuePojoObservables. observeDetailValue(Realm realm, IObservableValue master, String propertyName, Class propertyType)Deprecated.static IObservableListBeansObservables. observeList(Realm realm, Object bean, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableListBeansObservables. observeList(Realm realm, Object bean, String propertyName, Class elementType)Deprecated.useBeanPropertiesinsteadstatic IObservableListPojoObservables. observeList(Realm realm, Object pojo, String propertyName)Deprecated.usePojoPropertiesinsteadstatic IObservableListPojoObservables. observeList(Realm realm, Object pojo, String propertyName, Class elementType)Deprecated.usePojoPropertiesinsteadstatic IObservableMapBeansObservables. observeMap(Realm realm, Object bean, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableMapBeansObservables. observeMap(Realm realm, Object bean, String propertyName, Class keyType, Class valueType)Deprecated.useBeanPropertiesinsteadstatic IObservableMapPojoObservables. observeMap(Realm realm, Object pojo, String propertyName)Deprecated.usePojoPropertiesinsteadstatic IObservableMapPojoObservables. observeMap(Realm realm, Object pojo, String propertyName, Class keyType, Class valueType)Deprecated.usePojoPropertiesinsteadstatic IObservableSetBeansObservables. observeSet(Realm realm, Object bean, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableSetBeansObservables. observeSet(Realm realm, Object bean, String propertyName, Class elementType)Deprecated.useBeanPropertiesinsteadstatic IObservableSetPojoObservables. observeSet(Realm realm, Object pojo, String propertyName)Deprecated.usePojoPropertiesinsteadstatic IObservableSetPojoObservables. observeSet(Realm realm, Object pojo, String propertyName, Class elementType)Deprecated.usePojoPropertiesinsteadstatic IObservableValueBeansObservables. observeValue(Realm realm, Object bean, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableValuePojoObservables. observeValue(Realm realm, Object pojo, String propertyName)Deprecated.usePojoPropertiesinsteadstatic IObservableFactoryBeansObservables. setFactory(Realm realm, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableFactoryBeansObservables. setFactory(Realm realm, String propertyName, Class elementType)Deprecated.useBeanPropertiesinsteadstatic IObservableFactoryPojoObservables. setFactory(Realm realm, String propertyName)Deprecated.usePojoPropertiesinsteadstatic IObservableFactoryPojoObservables. setFactory(Realm realm, String propertyName, Class elementType)Deprecated.usePojoPropertiesinsteadstatic IObservableFactoryBeansObservables. valueFactory(Realm realm, String propertyName)Deprecated.useBeanPropertiesinsteadstatic IObservableFactoryPojoObservables. valueFactory(Realm realm, String propertyName)Deprecated.usePojoPropertiesinstead -
Uses of Realm in org.eclipse.core.databinding.observable
Methods in org.eclipse.core.databinding.observable that return Realm Modifier and Type Method Description static RealmRealm. getDefault()Returns the default realm for the calling thread, ornullif no default realm has been set.RealmIObservable. getRealm()Returns the realm for this observable.protected static RealmRealm. setDefault(Realm realm)Sets the default realm for the calling thread, returning the current default thread.Methods in org.eclipse.core.databinding.observable with parameters of type Realm Modifier and Type Method Description static <T> IObservableValue<T>Observables. constantObservableValue(Realm realm, T value)Returns an observable value with the given constant value.static <T> IObservableValue<T>Observables. constantObservableValue(Realm realm, T value, Object valueType)Returns an observable value with the given constant value.static <E> IObservableList<E>Observables. emptyObservableList(Realm realm)Returns an empty observable list belonging to the given realm.static <E> IObservableList<E>Observables. emptyObservableList(Realm realm, Object elementType)Returns an empty observable list of the given element type and belonging to the given realm.static <E> IObservableSet<E>Observables. emptyObservableSet(Realm realm)Returns an empty observable set belonging to the given realm.static <E> IObservableSet<E>Observables. emptyObservableSet(Realm realm, Object elementType)Returns an empty observable set of the given element type and belonging to the given realm.static voidRealm. runWithDefault(Realm realm, Runnable runnable)Sets the providedrealmas the default for the duration ofRunnable.run()and resets the previous realm after completion.protected static RealmRealm. setDefault(Realm realm)Sets the default realm for the calling thread, returning the current default thread.static <E> IObservableList<E>Observables. staticObservableList(Realm realm, List<E> list)Returns an observable list belonging to the given realm, backed by the given list.static <E> IObservableList<E>Observables. staticObservableList(Realm realm, List<E> list, Object elementType)Returns an observable list of the given element type and belonging to the given realm, backed by the given list.static <E> IObservableSet<E>Observables. staticObservableSet(Realm realm, Set<E> set)Returns an observable set belonging to the given realm, backed by the given set.static <E> IObservableSet<E>Observables. staticObservableSet(Realm realm, Set<E> set, Object elementType)Returns an observable set of the given element type and belonging to the given realm, backed by the given set.Constructors in org.eclipse.core.databinding.observable with parameters of type Realm Constructor Description AbstractObservable(Realm realm)ChangeSupport(Realm realm) -
Uses of Realm in org.eclipse.core.databinding.observable.list
Methods in org.eclipse.core.databinding.observable.list that return Realm Modifier and Type Method Description RealmAbstractObservableList. getRealm()Constructors in org.eclipse.core.databinding.observable.list with parameters of type Realm Constructor Description AbstractObservableList(Realm realm)ComputedList(Realm realm)Creates a computed list in given realm and with an unknown (null) element type.ComputedList(Realm realm, Object elementType)Creates a computed list in the given realm and with the given element type.MultiList(Realm realm, List<IObservableList<E>> lists, Object elementType)Constructs a MultiList belonging to the given realm, and backed by the given observable lists.MultiList(Realm realm, IObservableList<E>[] lists)Constructs a MultiList belonging to the given realm, and backed by the given observable lists.MultiList(Realm realm, IObservableList<E>[] lists, Object elementType)Deprecated.useMultiList(Realm, List, Object)insteadObservableList(Realm realm, List<E> wrappedList, Object elementType)WritableList(Realm realm)Creates an empty writable list with anullelement type.WritableList(Realm realm, Collection<E> collection, Object elementType)Constructs a new instance in the default realm containing the elements of the given collection.WritableList(Realm realm, List<E> toWrap, Object elementType)Creates a writable list containing elements of the given type, wrapping an existing client-supplied list. -
Uses of Realm in org.eclipse.core.databinding.observable.map
Methods in org.eclipse.core.databinding.observable.map that return Realm Modifier and Type Method Description RealmAbstractObservableMap. getRealm()Constructors in org.eclipse.core.databinding.observable.map with parameters of type Realm Constructor Description AbstractObservableMap(Realm realm)ObservableMap(Realm realm, Map<K,V> wrappedMap)WritableMap(Realm realm)Constructs a new WritableMap on the given realm.WritableMap(Realm realm, Object keyType, Object valueType)Constructs a new WritableMap on the given realm with the specified key and value types. -
Uses of Realm in org.eclipse.core.databinding.observable.set
Constructors in org.eclipse.core.databinding.observable.set with parameters of type Realm Constructor Description AbstractObservableSet(Realm realm)ComputedSet(Realm realm)Creates a computed set in given realm and with an unknown (null) element type.ComputedSet(Realm realm, Object elementType)Creates a computed set in the given realm and with the given element type.ObservableSet(Realm realm, Set<E> wrappedSet, Object elementType)WritableSet(Realm realm)Constructs a new empty instance in the given realm and anullelement type.WritableSet(Realm realm, Collection<? extends E> c, Object elementType)Constructs a new instance in the default realm with the given element type, containing the elements of the given collection. -
Uses of Realm in org.eclipse.core.databinding.observable.value
Constructors in org.eclipse.core.databinding.observable.value with parameters of type Realm Constructor Description AbstractObservableValue(Realm realm)AbstractVetoableValue(Realm realm)ComputedValue(Realm realm)ComputedValue(Realm realm, Object valueType)SelectObservableValue(Realm realm)Constructs a SelectObservableValue on the specified realm.SelectObservableValue(Realm realm, Object valueType)Constructs a SelectObservableValue on the given realm, with the given value type.WritableValue(Realm realm)Constructs a new instance with the providedrealm, anullvalue type, and anullinitial value.WritableValue(Realm realm, T initialValue, Object valueType)Constructs a new instance. -
Uses of Realm in org.eclipse.core.databinding.property.list
Methods in org.eclipse.core.databinding.property.list with parameters of type Realm Modifier and Type Method Description IObservableFactory<S,IObservableList<E>>IListProperty. listFactory(Realm realm)Returns a factory for creating observable lists in the given realm, tracking this property of a particular property source.IObservableFactory<S,IObservableList<E>>ListProperty. listFactory(Realm realm)IObservableList<E>DelegatingListProperty. observe(Realm realm, S source)IObservableList<E>IListProperty. observe(Realm realm, S source)Returns an observable list observing this list property on the given property sourceIObservableList<E>MultiListProperty. observe(Realm realm, S source)IObservableList<E>SimpleListProperty. observe(Realm realm, S source) -
Uses of Realm in org.eclipse.core.databinding.property.map
Methods in org.eclipse.core.databinding.property.map with parameters of type Realm Modifier and Type Method Description IObservableFactory<S,IObservableMap<K,V>>IMapProperty. mapFactory(Realm realm)Returns a factory for creating observable maps in the given realm, tracking this property of a particular property source.IObservableFactory<S,IObservableMap<K,V>>MapProperty. mapFactory(Realm realm)IObservableMap<K,V>DelegatingMapProperty. observe(Realm realm, S source)IObservableMap<K,V>IMapProperty. observe(Realm realm, S source)Returns an observable map observing this map property on the given property sourceIObservableMap<K,V>SimpleMapProperty. observe(Realm realm, S source) -
Uses of Realm in org.eclipse.core.databinding.property.set
Methods in org.eclipse.core.databinding.property.set with parameters of type Realm Modifier and Type Method Description IObservableSet<E>DelegatingSetProperty. observe(Realm realm, S source)IObservableSet<E>ISetProperty. observe(Realm realm, S source)Returns an observable set observing this set property on the given property sourceIObservableSet<E>SimpleSetProperty. observe(Realm realm, S source)IObservableSet<E>UnionSetProperty. observe(Realm realm, S source)IObservableFactory<S,IObservableSet<E>>ISetProperty. setFactory(Realm realm)Returns a factory for creating observable sets in the given realm, tracking this property of a particular property source.IObservableFactory<S,IObservableSet<E>>SetProperty. setFactory(Realm realm) -
Uses of Realm in org.eclipse.core.databinding.property.value
Methods in org.eclipse.core.databinding.property.value with parameters of type Realm Modifier and Type Method Description IObservableValue<T>DelegatingValueProperty. observe(Realm realm, S source)IObservableValue<T>IValueProperty. observe(Realm realm, S source)Returns an observable value observing this value property on the given property sourceIObservableValue<T>SimpleValueProperty. observe(Realm realm, S source)IObservableFactory<S,IObservableValue<T>>IValueProperty. valueFactory(Realm realm)Returns a factory for creating observable values in the given realm, tracking this property of a particular property source.IObservableFactory<S,IObservableValue<T>>ValueProperty. valueFactory(Realm realm) -
Uses of Realm in org.eclipse.core.databinding.validation
Constructors in org.eclipse.core.databinding.validation with parameters of type Realm Constructor Description MultiValidator(Realm realm)Constructs a MultiValidator on the given realm. -
Uses of Realm in org.eclipse.jface.databinding.swt
Subclasses of Realm in org.eclipse.jface.databinding.swt Modifier and Type Class Description classDisplayRealmMethods in org.eclipse.jface.databinding.swt that return Realm Modifier and Type Method Description static RealmDisplayRealm. getRealm(Display display)Returns the realm representing the UI thread for the given display.static RealmSWTObservables. getRealm(Display display)Deprecated.please useDisplayRealm.getRealm(Display)instead.Methods in org.eclipse.jface.databinding.swt with parameters of type Realm Modifier and Type Method Description ISWTObservableList<E>WidgetListProperty. observe(Realm realm, S source)ISWTObservableValue<T>WidgetValueProperty. observe(Realm realm, S source) -
Uses of Realm in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers with parameters of type Realm Modifier and Type Method Description IObservableList<E>ViewerListProperty. observe(Realm realm, S source)IObservableSet<E>ViewerSetProperty. observe(Realm realm, S source)IObservableValue<T>ViewerValueProperty. observe(Realm realm, S source)
-