JavaTM 2 Platform
Standard Edition

Uses of Interface
javax.swing.text.ViewFactory

Packages that use ViewFactory
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
javax.swing.plaf.metal Provides user interface objects built according to the ``metal'' look-and-feel. 
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
javax.swing.text.html Provides the class HTMLEditorKit and supporting classes for creating HTML text editors. 
 

Uses of ViewFactory in javax.swing.plaf.basic
 

Classes in javax.swing.plaf.basic that implement ViewFactory
 class BasicEditorPaneUI
          Provides the look and feel for a JEditorPane.
 class BasicPasswordFieldUI
          Provides the Windows look and feel for a password field.
 class BasicTextAreaUI
          Provides the look and feel for a plain text editor.
 class BasicTextFieldUI
          Basis of a look and feel for a JTextField.
 class BasicTextPaneUI
          Provides the look and feel for a styled text editor.
 class BasicTextUI
           Basis of a text components look-and-feel.
 

Uses of ViewFactory in javax.swing.plaf.metal
 

Classes in javax.swing.plaf.metal that implement ViewFactory
 class MetalTextFieldUI
          Basis of a look and feel for a JTextField.
 

Uses of ViewFactory in javax.swing.text
 

Classes in javax.swing.text that implement ViewFactory
 class DefaultTextUI
          Deprecated.  
 

Methods in javax.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 javax.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.
 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.
 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.
 void LabelView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
          Gives notification that something was added to the document in a location that this view is responsible for.
 void LabelView.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 CompositeView.loadChildren(ViewFactory f)
          Loads all of the children to initialize the view.
 void CompositeView.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 CompositeView.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 CompositeView.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 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.
 

Uses of ViewFactory in javax.swing.text.html
 

Classes in javax.swing.text.html that implement ViewFactory
static class HTMLEditorKit.HTMLFactory
          A factory to build views for html.
 

Methods in javax.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.
 

Methods in javax.swing.text.html with parameters of type ViewFactory
 void ParagraphView.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.
 void BlockView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
           
 void InlineView.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.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.