GNU Classpath (0.18) | ||
Frames | No Frames |
Classes implementing javax.swing.text.ViewFactory | |
class |
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 View s for
the Element s that are used in this EditorKit 's
model. |
ViewFactory | |
ViewFactory | Returns a ViewFactory that is able to create View s
for Element s that are supported by this EditorKit ,
namely the following types of Element s:
|
ViewFactory |
Classes implementing javax.swing.text.ViewFactory | |
class | The UI class for JEditorPane s.
|
class | |
class | |
class | |
class | |
class | |
class | The abstract base class from which the UI classes for Swings text
components are derived. |
GNU Classpath (0.18) |