Package | Description |
---|---|
org.eclipse.core.databinding.beans |
Provides classes for observing JavaBeans(tm) objects.
|
Modifier and Type | Method and Description |
---|---|
static IBeanSetProperty |
BeanProperties.set(Class beanClass,
String propertyName)
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
PojoProperties.set(Class beanClass,
String propertyName)
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
BeanProperties.set(Class beanClass,
String propertyName,
Class elementType)
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
PojoProperties.set(Class beanClass,
String propertyName,
Class elementType)
Returns a set property for the given property name of the given bean
class.
|
IBeanSetProperty |
IBeanValueProperty.set(IBeanSetProperty property)
Returns a master-detail combination of this property and the specified
set property.
|
static IBeanSetProperty |
BeanProperties.set(String propertyName)
Returns a set property for the given property name of an arbitrary bean
class.
|
IBeanSetProperty |
IBeanValueProperty.set(String propertyName)
Returns a master-detail combination of this property and the specified
set property.
|
static IBeanSetProperty |
PojoProperties.set(String propertyName)
Returns a set property for the given property name of an arbitrary bean
class.
|
static IBeanSetProperty |
BeanProperties.set(String propertyName,
Class elementType)
Returns a set property for the given property name of an arbitrary bean
class.
|
IBeanSetProperty |
IBeanValueProperty.set(String propertyName,
Class elementType)
Returns a master-detail combination of this property and the specified
set property.
|
static IBeanSetProperty |
PojoProperties.set(String propertyName,
Class elementType)
Returns a set property for the given property name of an arbitrary bean
class.
|
Modifier and Type | Method and Description |
---|---|
IBeanSetProperty |
IBeanValueProperty.set(IBeanSetProperty property)
Returns a master-detail combination of this property and the specified
set property.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.