| Changed Methods | 
  
  
  void addFocusListener(FocusListener)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Adds the specified focus listener to receive focus events from this component. | 
  
  
  void addPropertyChangeListener(PropertyChangeListener)  
   | 
  
Documentation changed from old to new.    | 
  Adds a PropertyChangeListener to the listener list. | 
  
  
  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 Container.AccessibleAWTContainer.
   | 
  Returns the Accessible child if one exists contained at the local coordinate Point. | 
  
  
  Accessible getAccessibleChild(int)  
   | 
  
Documentation changed from old to new.    | 
  Returns the nth Accessible child of the object. | 
  
  
  AccessibleComponent getAccessibleComponent()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the AccessibleComponent associated with this object if one exists. | 
  
  
  String getAccessibleDescription()  
   | 
  
Documentation changed from old to new.    | 
  Gets the accessible description of this object. | 
  
  
  int getAccessibleIndexInParent()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the index of this object in its accessible parent. | 
  
  
  String getAccessibleName()  
   | 
  
Documentation changed from old to new.    | 
  Gets the accessible name of this object. | 
  
  
  Accessible getAccessibleParent()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the Accessible parent of this object. | 
  
  
  AccessibleRole getAccessibleRole()  
   | 
  
Documentation changed from old to new.    | 
  Gets the role of this object. | 
  
  
  AccessibleStateSet getAccessibleStateSet()  
   | 
  
Documentation changed from old to new.    | 
  Gets the state of this object. | 
  
  
  Color getBackground()  
   | 
  
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()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the Cursor of this object. | 
  
  
  Font getFont()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the Font of this object. | 
  
  
  FontMetrics getFontMetrics(Font)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the FontMetrics of this object. | 
  
  
  Color getForeground()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Get the foreground color of this object. | 
  
  
  Locale getLocale()  
   | 
  
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()  
   | 
  
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()  
   | 
  
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()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Determine if the object is showing. | 
  
  
  boolean isVisible()  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Determine if the object is visible. | 
  
  
  void removeFocusListener(FocusListener)  
   | 
  
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 removePropertyChangeListener(PropertyChangeListener)  
   | 
  
Documentation changed from old to new.    | 
  Removes a PropertyChangeListener from the listener list. | 
  
  
  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)  
   | 
  
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)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Set the Cursor of this object. | 
  
  
  void setEnabled(boolean)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Set the enabled state of the object. | 
  
  
  void setFont(Font)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Set the Font of this object. | 
  
  
  void setForeground(Color)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Set the foreground color of this object. | 
  
  
  void setLocation(Point)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Sets the location of the object relative to the parent. | 
  
  
  void setSize(Dimension)  
   | 
  
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)  
   | 
  
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
   | 
  Set the visible state of the object. |