Module java.desktop

Interface ViewFactory

    • Method Summary

      Modifier and Type Method Description
      View create​(Element elem)
      Creates a view from the given structural element of a document.
    • Method Detail

      • create

        View create​(Element elem)
        Creates a view from the given structural element of a document.
        Parameters:
        elem - the piece of the document to build a view of
        Returns:
        the view
        See Also:
        View