GNU Classpath (0.20) | |
Frames | No Frames |
Classes implementing javax.swing.event.DocumentEvent.ElementChange | |
class | An implementation of DocumentEvent.ElementChange to be added
to AbstractDocument.DefaultDocumentEvent s.
|
Methods with parameter type javax.swing.event.DocumentEvent.ElementChange | |
void | |
void | Forwards the DocumentEvent to child views that need to get notified
of the change to the model. |
boolean | Updates the list of children that is returned by getView(int)
and getViewCount() .
|
void | Updates the layout.
|
Methods with return type javax.swing.event.DocumentEvent.ElementChange | |
DocumentEvent.ElementChange | Returns the changes for an element.
|
Methods with return type javax.swing.event.DocumentEvent.ElementChange | |
DocumentEvent.ElementChange | getChange
|
GNU Classpath (0.20) |