|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
AccessibleJTableCell( JTable, |
Change in type from (AccessibleJTable, JTable, int, int, int ) to (JTable, int, int, int ).Documentation changed from old to new. |
Constructs an AccessibleJTableHeaderEntry . |
Changed Methods | ||
void addPropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Adds a PropertyChangeListener to the listener list. |
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. |
AccessibleAction getAccessibleAction() |
Documentation changed from old to new. |
Gets the AccessibleAction associated with this object if one exists. |
Accessible getAccessibleChild(int ) |
Documentation changed from old to new. |
Returns the specified 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. |
AccessibleContext getAccessibleContext() |
Documentation changed from old to new. |
Gets the AccessibleContext associated with this component. |
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. |
AccessibleSelection getAccessibleSelection() |
Documentation changed from old to new. |
Gets the AccessibleSelection associated with this object if one exists. |
AccessibleStateSet getAccessibleStateSet() |
Documentation changed from old to new. |
Gets the state set of this object. |
AccessibleText getAccessibleText() |
Documentation changed from old to new. |
Gets the AccessibleText associated with this object if one exists. |
AccessibleValue getAccessibleValue() |
Documentation changed from old to new. |
Gets the AccessibleValue associated with this object if one exists. |
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. |
Locale getLocale() |
Documentation changed from old to new. |
Gets the locale of the component. |
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. |
boolean isVisible() |
Documentation changed from old to new. |
Determines if this object is visible. |
void removePropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Removes a PropertyChangeListener from the listener list. |
void setAccessibleName(String ) |
Documentation changed from old to new. |
Sets the localized accessible name of this object. |
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 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. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |