| Changed Methods | 
  | voidappend(View) | Documentation changed from old to new. Method was locally defined, but is now inherited from View.
 | Appends a single child view. | 
  | voidchangedUpdate(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. | 
  | shortgetBottomInset() | Change from final to non-final. 
 | Gets the bottom inset. | 
  | shortgetLeftInset() | Change from final to non-final. 
 | Gets the left inset. | 
  | shortgetRightInset() | Change from final to non-final. 
 | Gets the right inset. | 
  | shortgetTopInset() | Change from final to non-final. 
 | Gets the top inset. | 
  | voidinsert(int,View) | Documentation changed from old to new. Method was locally defined, but is now inherited from View.
 | Inserts a single child view. | 
  | voidinsertUpdate(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. | 
  | voidremoveAll() | Documentation changed from old to new. Method was locally defined, but is now inherited from View.
 | Removes all of the children. | 
  | voidremoveUpdate(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. | 
  | voidreplace(int,int, View[]) | Documentation changed from old to new. 
 | Replace child views. | 
  | voidsetInsets(short,short, short, short) | Change from final to non-final. 
 | Sets the insets for the view. | 
  | voidsetParagraphInsets(AttributeSet) | Change from final to non-final. 
 | Sets the insets from the paragraph attributes specified in the given attributes. |