Module java.desktop

Interface ViewFactory

    • 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