Interface PropertyListMaker


  • public interface PropertyListMaker
    A PropertyListMaker is a factory that creates PropertyLists.
    • Method Detail

      • make

        PropertyList make​(FObj fobj,
                          PropertyList parentPropertyList)
        Make a property list.
        Parameters:
        fobj - the FO from which the new property list is associated
        parentPropertyList - the parent property list
        Returns:
        the new property list