Generated by
JDiff

Class javax.swing.text.View

Added Methods
void append(View) Appends a single child view.
void forwardUpdate(ElementChange, DocumentEvent, Shape, ViewFactory) Forward the given DocumentEvent to the child views that need to be notified of the change to the model.
void forwardUpdateToView(View, DocumentEvent, Shape, ViewFactory) Forward the DocumentEvent to the give child view.
Graphics getGraphics() Fetch a Graphics for rendering.
int getViewIndex(int, Bias) Returns the child view index representing the given position in the model.
void insert(int, View) Inserts a single child view.
void remove(int) Removes one of the children at the given position.
void removeAll() Removes all of the children.
void replace(int, int, View[]) Replace child views.
boolean updateChildren(ElementChange, DocumentEvent, ViewFactory) 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.
void updateLayout(ElementChange, DocumentEvent, Shape) Update the layout in response to receiving notification of change from the model.