Uses of Interface javax.swing.text.ViewFactory

Uses in package javax.swing.plaf.metal

Classes implementing javax.swing.text.ViewFactory

class

Uses in package javax.swing.text

Methods with parameter type javax.swing.text.ViewFactory

void
Receive notification about a change update to the text model.
void
Receice notification that some attributes changed in the region that this view is responsible for.
void
Receive notification about a change update to the text model.
void
Forwards the DocumentEvent to child views that need to get notified of the change to the model.
void
Forwards an update event to the given child view.
void
Receive notification about an insert update to the text model.
void
Receice notification that some content has been inserted in the region that this view is responsible for.
void
Receive notification about an insert update to the text model.
void
Loads the child views of this CompositeView.
void
Loads the children of this view.
void
Receive notification about a remove update to the text model.
void
Receice notification that some content has been removed from the region that this view is responsible for.
void
Receive notification about a remove update to the text model.
boolean
Updates the list of children that is returned by getView(int) and getViewCount().

Methods with return type javax.swing.text.ViewFactory

ViewFactory
Returns a ViewFactory that is able to create Views for the Elements that are used in this EditorKit's model.
ViewFactory
ViewFactory
Returns a ViewFactory that is able to create Views for Elements that are supported by this EditorKit, namely the following types of Elements:
  • AbstractDocument.ContentElementName
  • AbstractDocument.ParagraphElementName
  • AbstractDocument.SectionElementName
  • StyleContext.ComponentElementName
  • StyleContext.IconElementName
ViewFactory

Uses in package javax.swing.plaf.basic

Classes implementing javax.swing.text.ViewFactory

class
The UI class for JEditorPanes.
class
class
class
class
class
class
The abstract base class from which the UI classes for Swings text components are derived.