|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.beans.binding.ext.PropertyDelegateFactory
public final class PropertyDelegateFactory
PropertyDelegateFactory is a factory used to look up property
delegates. See PropertyDelegateProvider for details.
PropertyDelegateProvider| Method Summary | |
|---|---|
static java.lang.Object |
getPropertyDelegate(java.lang.Object source,
java.lang.String property)
Returns the property delegate for the specified object and property. |
static java.util.List<java.lang.Class<?>> |
getPropertyDelegateClass(java.lang.Class<?> type)
Returns a List of the classes of the property delegates for
the specified class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object getPropertyDelegate(java.lang.Object source,
java.lang.String property)
source - the object to return the property delegate forproperty - the property
null if a property delegate does not exist for the
specified pair
java.lang.IllegalArgumentException - if either argument is nullpublic static java.util.List<java.lang.Class<?>> getPropertyDelegateClass(java.lang.Class<?> type)
List of the classes of the property delegates for
the specified class. If no delegates exist, an empty List is
returned.
type - the class to return the property delegate class of
java.lang.IllegalArgumentException - if type is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||