Interface ItemProvider<T>

    • Method Detail

      • getPropertySheetItems

        List<org.controlsfx.control.PropertySheet.Item> getPropertySheetItems​(T target)
        Returns a list of property sheet items for the given target object.
        Parameters:
        target - the target object
        Returns:
        a list of property sheet view items