Generated by
JDiff

Class javax.swing.text.CompositeView

Added Methods
int getViewIndex(int, Bias) Returns the child view index representing the given position in the model.
 

Changed Methods
void append(View) Method was locally defined, but is now inherited from View. Appends a single child view.
void changedUpdate(DocumentEvent, Shape, ViewFactory) Method was locally defined, but is now inherited from View. Gives notification from the document that attributes were changed in a location that this view is responsible for.
short getBottomInset() Change from final to non-final.
Gets the bottom inset.
short getLeftInset() Change from final to non-final.
Gets the left inset.
short getRightInset() Change from final to non-final.
Gets the right inset.
short getTopInset() Change from final to non-final.
Gets the top inset.
void insert(int, View) Method was locally defined, but is now inherited from View. Inserts a single child view.
void insertUpdate(DocumentEvent, Shape, ViewFactory) Method was locally defined, but is now inherited from View. Gives notification that something was inserted into the document in a location that this view is responsible for.
void removeAll() Method was locally defined, but is now inherited from View. Removes all of the children.
void removeUpdate(DocumentEvent, Shape, ViewFactory) Method was locally defined, but is now inherited from View. Gives notification that something was removed from the document in a location that this view is responsible for.
void setInsets(short, short, short, short) Change from final to non-final.
Sets the insets for the view.
void setParagraphInsets(AttributeSet) Change from final to non-final.
Sets the insets from the paragraph attributes specified in the given attributes.