Generated by
JDiff

Interface javax.accessibility.AccessibleComponent

Documentation changed from old to new.

Changed Methods
Color getBackground() Documentation changed from old to new.
Gets the background color of this object.
Cursor getCursor() Documentation changed from old to new.
Gets the Cursor of this object.
Font getFont() Documentation changed from old to new.
Gets the Font of this object.
FontMetrics getFontMetrics(Font) Documentation changed from old to new.
Gets the FontMetrics of this object.
Color getForeground() Documentation changed from old to new.
Gets the foreground color of this object.
Point getLocation() Documentation changed from old to new.
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.
Returns the location of the object on the screen.
Dimension getSize() Documentation changed from old to new.
Returns the size of this object in the form of a Dimension object.
boolean isEnabled() Documentation changed from old to new.
Determines if the object is enabled.
boolean isFocusTraversable() Documentation changed from old to new.
Returns whether this object can accept focus or not.
boolean isShowing() Documentation changed from old to new.
Determines if the object is showing.
boolean isVisible() Documentation changed from old to new.
Determines if the object is visible.
void setBackground(Color) Documentation changed from old to new.
Sets the background color of this object.
void setCursor(Cursor) Documentation changed from old to new.
Sets the Cursor of this object.
void setEnabled(boolean) Documentation changed from old to new.
Sets the enabled state of the object.
void setFont(Font) Documentation changed from old to new.
Sets the Font of this object.
void setForeground(Color) Documentation changed from old to new.
Sets the foreground color of this object.
void setSize(Dimension) Documentation changed from old to new.
Resizes this object so that it has width and height.
void setVisible(boolean) Documentation changed from old to new.
Sets the visible state of the object.