javax.swing.text

Interface ViewFactory

public interface ViewFactory

Method Summary
Viewcreate(Element elem)
Creates a view for a given element.

Method Detail

create

public View create(Element elem)
Creates a view for a given element.

Parameters: elem them element to create view for

Returns: a new created view