GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing javax.swing.text.ViewFactory | |
class |
Methods with parameter type javax.swing.text.ViewFactory | |
void | Gives notification from the document that attributes were
changed in a location that this view is responsible for.
|
void | Receives notification that attributes have changed in the document in
a location that this view is responsible for. |
void | Receives notification that something was inserted into the document in
a location that this view is responsible for.
|
void | Loads the children and places them inside the grid.
|
void | Receives notification that something was removed from the document in
a location that this view is responsible for.
|
Methods with return type javax.swing.text.ViewFactory | |
ViewFactory | Gets a factory suitable for producing views of any
models that are produced by this kit.
|
Classes implementing javax.swing.text.ViewFactory | |
class | A UI delegate for the JTextField component.
|
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. |
Classes implementing javax.swing.text.ViewFactory | |
class | This class is deprecated and should not be used anymore. |
Methods with parameter type javax.swing.text.ViewFactory | |
void | This method is called when attributes were changed in the
Document in a location that this view is responsible for.
|
void | Receice notification that some attributes changed in the region
that this view is responsible for. |
void | Receives notification that some text attributes have changed within the
text fragment that this view is responsible for. |
void | Receives notification when text attributes change in the chunk of
text that this view is responsible for. |
void | Receives notification when some attributes of the displayed element
changes. |
void | This method is called when attributes were changed in the
Document in a location that this view is responsible for.
|
void | Receive notification about a change update to the text model.
|
void | Called when the portion of the Document that this View is responsible
for changes. |
void | Forwards the DocumentEvent to child views that need to get notified
of the change to the model. |
void | |
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 | This method is called when something is inserted into the Document
that this View is displaying.
|
void | Receice notification that some content has been inserted in the region
that this view is responsible for. |
void | Receives notification that some text has been inserted within the
text fragment that this view is responsible for. |
void | This method is called when something is inserted into the Document
that this View is displaying.
|
void | Receive notification about an insert update to the text model.
|
void | Called when something was inserted. |
void | Receive notification about an insert update to the text model.
|
void | Loads the child views of this view. |
void | Loads the child views of this CompositeView . |
void | Loads the children of this view. |
void | Loads the children to initiate the view. |
void | Overridden to not load all the child views. |
void | This method is called when something is removed from the Document
that this View is displaying.
|
void | Receice notification that some content has been removed from the region
that this view is responsible for. |
void | Receives notification that some text has been removed within the
text fragment that this view is responsible for. |
void | This method is called when something is removed from the Document
that this View is displaying.
|
void | Receive notification about a remove update to the text model.
|
void | Called when something is removed. |
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() .
|
boolean | Updates the list of children that is returned by View.getView(int)
and View.getViewCount() .
|
void | Since insertUpdate and removeUpdate each deal with children
Elements being both added and removed, they both have to perform
the same checks. |
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 |
GNU Classpath (0.95) |