|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
void ) |
Change in type from Component to void . |
Though the class is abstract this should be called by all sub-classes. |
Changed Methods | ||
boolean contains(Point ) |
Documentation changed from old to new. |
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 ) |
Documentation changed from old to new. |
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. |
int getAccessibleChildrenCount() |
Documentation changed from old to new. |
Returns the number of accessible children in the object. |
AccessibleComponent getAccessibleComponent() |
Documentation changed from old to new. |
Gets 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() |
Documentation changed from old to new. |
Gets 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() |
Documentation changed from old to new. |
Gets 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() |
Documentation changed from old to new. |
Gets the background color of this object. |
Rectangle getBounds() |
Documentation changed from old to new. |
Gets the bounds of this object in the form of a Rectangle 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. |
Locale getLocale() |
Documentation changed from old to new. |
Returns the locale 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 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 setBounds(Rectangle ) |
Documentation changed from old to new. |
Sets the bounds of this object in the form of a Rectangle 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 setLocation(Point ) |
Documentation changed from old to new. |
Sets the location of the object relative to the parent. |
void setSize(Dimension ) |
Documentation changed from old to new. |
Resizes this object so that it has width width and height. |
void setVisible(boolean ) |
Documentation changed from old to new. |
Sets the visible state of the object. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |