public final class BeanPropertyUtils extends Object
PropertySheet instances based
on a JavaBean.| Modifier and Type | Method and Description |
|---|---|
static ObservableList<PropertySheet.Item> |
getProperties(Object bean)
Given a JavaBean, this method will return a list of
PropertySheet.Item intances,
which may be directly placed inside a PropertySheet (via its
items list. |
public static ObservableList<PropertySheet.Item> getProperties(Object bean)
PropertySheet.Item intances,
which may be directly placed inside a PropertySheet (via its
items list.bean - The JavaBean that should be introspected and be editable via
a PropertySheet.PropertySheet.Item instances representing the properties of the
JavaBean.