Generated by
JDiff

Class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell

Documentation changed from old to new.

Changed Constructors
JTable.AccessibleJTable.
AccessibleJTableCell
(AccessibleJTable,
JTable, int, int, int)
Documentation changed from old to new.
Constructs an AccessibleJTableHeaderEntry
 

Changed Methods
AccessibleAction getAccessibleAction() Documentation changed from old to new.
Gets the AccessibleAction associated with this object if one exists.
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.
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 this object is visible.
void setAccessibleDescription(String) Documentation changed from old to new.
Sets the accessible description of this object.
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 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 setVisible(boolean) Documentation changed from old to new.
Sets the visible state of the object.