|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
int getDismissDelay() |
Documentation changed from old to new. |
Returns the dismissal delay value. |
int getInitialDelay() |
Documentation changed from old to new. |
Returns the initial delay value. |
int getReshowDelay() |
Documentation changed from old to new. |
Returns the reshow delay property. |
boolean isEnabled() |
Documentation changed from old to new. |
Returns true if this object is enabled. |
boolean isLightWeightPopupEnabled() |
Documentation changed from old to new. |
Returns true if lightweight (all-Java) Tooltips are in use or false if heavyweight (native peer) Tooltips are being used. |
void mouseDragged(MouseEvent ) |
Documentation changed from old to new. |
Called when the mouse is pressed and dragged. |
void mouseEntered(MouseEvent ) |
Documentation changed from old to new. |
Called when the mouse enters the region of a component. |
void mouseExited(MouseEvent ) |
Documentation changed from old to new. |
Called when the mouse exits the region of a component. |
void mouseMoved(MouseEvent ) |
Documentation changed from old to new. |
Called when the mouse is moved. |
void mousePressed(MouseEvent ) |
Documentation changed from old to new. |
Called when the mouse is pressed. |
void registerComponent(JComponent ) |
Documentation changed from old to new. |
Registers a component for tooltip management. |
void setDismissDelay(int ) |
Documentation changed from old to new. |
Specifies the dismissal delay value. |
void setEnabled(boolean ) |
Documentation changed from old to new. |
Enables or disables the tooltip. |
void setLightWeightPopupEnabled(boolean ) |
Documentation changed from old to new. |
When displaying the JToolTip the ToolTipManager chooses to use a lightweight JPanel if it fits. |
void setReshowDelay(int ) |
Documentation changed from old to new. |
Used to specify the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown. |
ToolTipManager sharedInstance() |
Documentation changed from old to new. |
Returns a shared ToolTipManager instance. |
void unregisterComponent(JComponent ) |
Documentation changed from old to new. |
Removes a component from tooltip control. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |