home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / JEditorPane$PlainEditorKit.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  636 b   |  18 lines

  1. package javax.swing;
  2.  
  3. import javax.swing.text.DefaultEditorKit;
  4. import javax.swing.text.Element;
  5. import javax.swing.text.View;
  6. import javax.swing.text.ViewFactory;
  7. import javax.swing.text.WrappedPlainView;
  8.  
  9. class JEditorPane$PlainEditorKit extends DefaultEditorKit implements ViewFactory {
  10.    public View create(Element var1) {
  11.       return new WrappedPlainView(var1);
  12.    }
  13.  
  14.    public ViewFactory getViewFactory() {
  15.       return this;
  16.    }
  17. }
  18.