Uses of Interface
org.eclipse.core.databinding.beans.IBeanProperty
-
Packages that use IBeanProperty Package Description org.eclipse.core.databinding.beans Provides classes for observing JavaBeans(tm) objects. -
-
Uses of IBeanProperty in org.eclipse.core.databinding.beans
Subinterfaces of IBeanProperty in org.eclipse.core.databinding.beans Modifier and Type Interface Description interface
IBeanListProperty<S,E>
AnIListProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanMapProperty<S,K,V>
AnIMapProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanSetProperty<S,E>
AnISetProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanValueProperty<S,T>
AnIValueProperty
extension interface with convenience methods for creating nested bean properties.
-