Generated by
JDiff

Class javax.swing.Box.Filler.AccessibleBoxFiller

The superclass changed from javax.accessibility.AccessibleContext to java.awt.Component.AccessibleAWTComponent.
Removed interfaces java.io.Serializable, javax.accessibility.AccessibleComponent.
Documentation changed from old to new.

Changed Methods
void addFocusListener(FocusListener) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Adds the specified focus listener to receive focus events from this component.
boolean contains(Point) Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Checks whether the specified point is within this object's bounds where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
Accessible getAccessibleAt(Point) Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Returns the Accessible child if one exists contained at the local coordinate Point.
Accessible getAccessibleChild(int) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Return the nth Accessible child of the object.
int getAccessibleChildrenCount() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Returns the number of accessible children in the object.
AccessibleComponent getAccessibleComponent() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the AccessibleComponent associated with this object if one exists.
int getAccessibleIndexInParent() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the index of this object in its accessible parent.
Accessible getAccessibleParent() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the Accessible parent of this object.
AccessibleStateSet getAccessibleStateSet() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the state of this object.
Color getBackground() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the background color of this object.
Rectangle getBounds() Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Gets the bounds of this object in the form of a Rectangle object.
Cursor getCursor() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the Cursor of this object.
Font getFont() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the Font of this object.
FontMetrics getFontMetrics(Font) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the FontMetrics of this object.
Color getForeground() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Get the foreground color of this object.
Locale getLocale() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Return the locale of this object.
Point getLocation() Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
Point getLocationOnScreen() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Returns the location of the object on the screen.
Dimension getSize() Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Returns the size of this object in the form of a Dimension object.
boolean isEnabled() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Determine if the object is enabled.
boolean isFocusTraversable() Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Returns whether this object can accept focus or not.
boolean isShowing() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Determine if the object is showing.
boolean isVisible() Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Determine if the object is visible.
void removeFocusListener(FocusListener) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Removes the specified focus listener so it no longer receives focus events from this component.
void requestFocus() Method was locally defined, but is now inherited from Component.AccessibleAWTComponent. Requests focus for this object.
void setBackground(Color) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Set the background color of this object.
void setBounds(Rectangle) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Sets the bounds of this object in the form of a Rectangle object.
void setCursor(Cursor) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Set the Cursor of this object.
void setEnabled(boolean) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Set the enabled state of the object.
void setFont(Font) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Set the Font of this object.
void setForeground(Color) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Set the foreground color of this object.
void setLocation(Point) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Sets the location of the object relative to the parent.
void setSize(Dimension) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Resizes this object so that it has width width and height.
void setVisible(boolean) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
Set the visible state of the object.