GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type javax.swing.event.DocumentEvent.ElementChange | |
DocumentEvent.ElementChange | getChange
|
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 | 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. |
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 | Updates the layout for this view. |
void | Updates the layout.
|
GNU Classpath (0.95) |