Uses of Interface
javax.swing.text.ViewFactory
Packages that use ViewFactory
包
描述
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces that deal with editable and noneditable text
components.
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描述classProvides the look and feel for a JEditorPane.classProvides the look and feel implementation forJFormattedTextField.classProvides the Windows look and feel for a password field.classProvides the look and feel for a plain text editor.classBasis of a look and feel for a JTextField.classProvides the look and feel for a styled text editor.classBasis of a text components look-and-feel. -
Uses of ViewFactory in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal that implement ViewFactory -
Uses of ViewFactory in javax.swing.plaf.synth
Classes in javax.swing.plaf.synth that implement ViewFactory修饰符和类Class描述classProvides the Synth L&F UI delegate forJEditorPane.classProvides the Synth L&F UI delegate forJFormattedTextField.classProvides the Synth L&F UI delegate forJPasswordField.classProvides the look and feel for a plain text editor in the Synth look and feel.classProvides the Synth L&F UI delegate forJTextField.classProvides the look and feel for a styled text editor in the Synth look and feel. -
Uses of ViewFactory in javax.swing.text
Classes in javax.swing.text that implement ViewFactoryMethods in javax.swing.text that return ViewFactory修饰符和类方法描述DefaultEditorKit.getViewFactory()Fetches a factory that is suitable for producing views of any models that are produced by this kit.abstract ViewFactoryEditorKit.getViewFactory()Fetches a factory that is suitable for producing views of any models that are produced by this kit.StyledEditorKit.getViewFactory()Fetches a factory that is suitable for producing views of any models that are produced by this kit.View.getViewFactory()Fetches theViewFactoryimplementation that is feeding the view hierarchy.Methods in javax.swing.text with parameters of type ViewFactory修饰符和类方法描述voidFlowView.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.voidGlyphView.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.voidLabelView.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.voidParagraphView.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.voidPlainView.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.voidView.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.voidWrappedPlainView.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 voidBoxView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) Forwards the givenDocumentEventto the child views that need to be notified of the change to the model.protected voidView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) Forwards the givenDocumentEventto the child views that need to be notified of the change to the model.protected voidView.forwardUpdateToView(View v, DocumentEvent e, Shape a, ViewFactory f) Forwards theDocumentEventto the give child view.voidFieldView.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.voidFlowView.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.voidGlyphView.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.voidPlainView.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.voidView.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.voidWrappedPlainView.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.voidZoneView.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.protected voidAsyncBoxView.loadChildren(ViewFactory f) Loads all of the children to initialize the view.protected voidCompositeView.loadChildren(ViewFactory f) Loads all of the children to initialize the view.protected voidFlowView.loadChildren(ViewFactory f) Loads all of the children to initialize the view.protected voidWrappedPlainView.loadChildren(ViewFactory f) Loads all of the children to initialize the view.protected voidZoneView.loadChildren(ViewFactory f) Loads all of the children to initialize the view.voidFieldView.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.voidFlowView.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.voidGlyphView.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.voidPlainView.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.voidView.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.voidWrappedPlainView.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.voidZoneView.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 booleanView.updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) Updates the child views in response to receiving notification that the model changed, and there is change record for the element this view is responsible for.protected booleanZoneView.updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) The superclass behavior will try to update the child views which is not desired in this case, since the children are zones and not directly effected by the changes to the associated element.protected voidPlainView.updateDamage(DocumentEvent changes, Shape a, ViewFactory f) Repaint the region of change covered by the given document event. -
Uses of ViewFactory in javax.swing.text.html
Classes in javax.swing.text.html that implement ViewFactoryMethods in javax.swing.text.html that return 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修饰符和类方法描述voidImageView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f) Invoked when the Elements attributes have changed.voidInlineView.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.voidInlineView.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.voidInlineView.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.