public class ItemFactory extends Object
Supported classes / classes with an item provider implementation
Constructor and Description |
---|
ItemFactory() |
Modifier and Type | Method and Description |
---|---|
List<org.controlsfx.control.PropertySheet.Item> |
getItems(Object object)
Returns a list of property sheet items for the given object.
|
public List<org.controlsfx.control.PropertySheet.Item> getItems(Object object)
BeanPropertyUtils.getProperties(java.lang.Object)
.object
- the object for which to return property sheet itemsCopyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.