Changed Methods |
void append(View )
|
Documentation changed from old to new. 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)
|
Documentation changed from old to new. 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()
|
Documentation changed from old to new. 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 replace(int, int, View[])
|
Documentation changed from old to new. |
Replace child views. |
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. |