Generated by
JDiff

Class javax.swing.JToolTip

Documentation changed from old to new.

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JToolTip.
String getTipText() Documentation changed from old to new.
Returns the text that is shown when the tool tip is displayed.
ToolTipUI getUI() Documentation changed from old to new.
Returns the L&F object that renders this component.
String getUIClassID() Documentation changed from old to new.
Returns the name of the L&F class that renders this component.
String paramString() Documentation changed from old to new.
Returns a string representation of this JToolTip.
void setComponent(JComponent) Documentation changed from old to new.
Specifies the component that the tooltip describes.
void setTipText(String) Documentation changed from old to new.
Sets the text to show when the tool tip is displayed.
void updateUI() Documentation changed from old to new.
Notification from the UIFactory that the L&F has changed.
JComponent getComponent() Documentation changed from old to new.
Returns the component the tooltip applies to.