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. |
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 )
|
Method was locally defined, but is now inherited from Container.AccessibleAWTContainer.
|
Return the nth Accessible child of the object. |
int getAccessibleChildrenCount()
|
Method was locally defined, but is now inherited from Container.AccessibleAWTContainer.
|
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()
|
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
|
Get the index of this object in its accessible parent. |
Accessible getAccessibleParent()
|
Method was locally defined, but is now inherited from Component.AccessibleAWTComponent.
|
Get the Accessible parent of this object. |
AccessibleRole getAccessibleRole()
|
Method was locally defined, but is now inherited from Frame.AccessibleAWTFrame.
|
Get the role 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 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. |