Uses of Interface
javax.swing.event.DocumentEvent.ElementChange
Package
Description
Provides for events fired by Swing components.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of DocumentEvent.ElementChange in javax.swing.event
Modifier and TypeMethodDescriptionGets the change information for the given element. -
Uses of DocumentEvent.ElementChange in javax.swing.text
Modifier and TypeClassDescriptionstatic class
An implementation of ElementChange that can be added to the document event.Modifier and TypeMethodDescriptionGets the changes for an element.Modifier and TypeMethodDescriptionprotected void
BoxView.forwardUpdate
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) Forwards the givenDocumentEvent
to the child views that need to be notified of the change to the model.protected void
View.forwardUpdate
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) Forwards the givenDocumentEvent
to the child views that need to be notified of the change to the model.protected boolean
View.updateChildren
(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) Updates the child views in response to receiving notification that the model changed, and there is change record for the element this view is responsible for.protected boolean
ZoneView.updateChildren
(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) The superclass behavior will try to update the child views which is not desired in this case, since the children are zones and not directly effected by the changes to the associated element.protected void
AsyncBoxView.updateLayout
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) Update the layout in response to receiving notification of change from the model.protected void
View.updateLayout
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) Updates the layout in response to receiving notification of change from the model.