Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.text.ViewFactory

Packages that use ViewFactory
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
 

Classes in com.sun.java.swing.plaf.basic that implement ViewFactory
  com.sun.java.swing.plaf.basic.BasicTextUI
           
 

Uses of ViewFactory in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement ViewFactory
  DefaultTextUI
          Deprecated.  
 

Methods in com.sun.java.swing.text that return ViewFactory
 ViewFactory View.getViewFactory()
          Fetches the ViewFactory implementation that is feeding the view hierarchy.
abstract  ViewFactory EditorKit.getViewFactory()
          Fetches a factory that is suitable for producing views of any models that are produced by this kit.
 ViewFactory DefaultEditorKit.getViewFactory()
          Fetches a factory that is suitable for producing views of any models that are produced by this kit.
 ViewFactory StyledEditorKit.getViewFactory()
          Fetches a factory that is suitable for producing views of any models that are produced by this kit.
 

Methods in com.sun.java.swing.text with parameters of type ViewFactory
 void View.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification that something was inserted into the document in a location that this view is responsible for.
 void View.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification from the document that attributes were removed in a location that this view is responsible for.
 void View.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification from the document that attributes were changed in a location that this view is responsible for.
protected  void CompositeView.loadChildren(ViewFactory f)
          Loads all of the children to initialize the view.
 void BoxView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification that something was inserted into the document in a location that this view is responsible for.
 void BoxView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification that something was removed from the document in a location that this view is responsible for.
 void BoxView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification from the document that attributes were changed in a location that this view is responsible for.
protected  void TableView.loadChildren(ViewFactory f)
          Loads all of the children to initialize the view.
protected  void TableView.TableRow.loadChildren(ViewFactory f)
          Loads all of the children to initialize the view.
 void PlainView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification that something was inserted into the document in a location that this view is responsible for.
 void PlainView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification that something was removed from the document in a location that this view is responsible for.
 void PlainView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification from the document that attributes were changed in a location that this view is responsible for.
 void FieldView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification that something was inserted into the document in a location that this view is responsible for.
 void FieldView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification that something was removed from the document in a location that this view is responsible for.
protected  void WrappedPlainView.loadChildren(ViewFactory f)
          Loads all of the children to initialize the view.
 void WrappedPlainView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification that something was inserted into the document in a location that this view is responsible for.
 void WrappedPlainView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification that something was removed from the document in a location that this view is responsible for.
 void WrappedPlainView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification from the document that attributes were changed in a location that this view is responsible for.
protected  void ParagraphView.loadChildren(ViewFactory f)
          Loads all of the children to initialize the view.
 void ParagraphView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification that something was inserted into the document in a location that this view is responsible for.
 void ParagraphView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification that something was removed from the document in a location that this view is responsible for.
 void ParagraphView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
          Gives notification from the document that attributes were changed in a location that this view is responsible for.
 void LabelView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification from the document that attributes were changed in a location that this view is responsible for.
 

Uses of ViewFactory in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement ViewFactory
static  HTMLEditorKit.HTMLFactory
          A factory to build view fragments for html.
 

Methods in com.sun.java.swing.text.html that return ViewFactory
 ViewFactory HTMLEditorKit.getViewFactory()
          Fetch a factory that is suitable for producing views of any models that are produced by this kit.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.