package javax.swing.text; public interface ViewFactory { public View create(Element elem); }