|
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.BindingProperties
public class BindingProperties
A factory for creating properties for core types in the DataBinding framework
e.g. DataBindingContext
or ValidationStatusProvider.
Constructor Summary | |
---|---|
BindingProperties()
|
Method Summary | |
---|---|
static IListProperty |
bindings()
Returns an IListProperty < Binding > for observing
the bindings of a DataBindingContext . |
static IValueProperty |
model()
Returns an IValueProperty < IObservable > for
observing the model of a Binding . |
static IListProperty |
models()
Returns an IListProperty < IObservable > for
observing the models of a ValidationStatusProvider . |
static IValueProperty |
target()
Returns an IValueProperty < IObservable > for
observing the target of a Binding . |
static IListProperty |
targets()
Returns an IListProperty < IObservable > for
observing the targets of a ValidationStatusProvider . |
static IValueProperty |
validationStatus()
Returns an IValueProperty < IStatus > for observing
the validation status of a ValidationStatusProvider . |
static IListProperty |
validationStatusProviders()
Returns an IListProperty < ValidationStatusProvider
> for observing the validation status providers of a
DataBindingContext . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingProperties()
Method Detail |
---|
public static IListProperty bindings()
IListProperty
< Binding
> for observing
the bindings of a DataBindingContext
.
IListProperty
< Binding
> for observing
the bindings of a DataBindingContext
.public static IValueProperty model()
IValueProperty
< IObservable
> for
observing the model of a Binding
.
IValueProperty
< IObservable
> for
observing the model of a Binding
.public static IListProperty models()
IListProperty
< IObservable
> for
observing the models of a ValidationStatusProvider
.
IListProperty
< IObservable
> for
observing the models of a ValidationStatusProvider
.public static IValueProperty target()
IValueProperty
< IObservable
> for
observing the target of a Binding
.
IValueProperty
< IObservable
> for
observing the target of a Binding
.public static IListProperty targets()
IListProperty
< IObservable
> for
observing the targets of a ValidationStatusProvider
.
IListProperty
< IObservable
> for
observing the targets of a ValidationStatusProvider
.public static IValueProperty validationStatus()
IValueProperty
< IStatus
> for observing
the validation status of a ValidationStatusProvider
.
IValueProperty
< IStatus
> for observing
the validation status of a ValidationStatusProvider
.public static IListProperty validationStatusProviders()
IListProperty
< ValidationStatusProvider
> for observing the validation status providers of a
DataBindingContext
.
IListProperty
< ValidationStatusProvider
> for observing the validation status providers of a
DataBindingContext
.
|
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.