| |
|
| java.lang.Object java.awt.event.MouseAdapter org.columba.core.gui.frame.TooltipMouseHandler
TooltipMouseHandler | public class TooltipMouseHandler extends MouseAdapter (Code) | | author: Timo Stich (tstich@users.sourceforge.net) |
TooltipMouseHandler | public TooltipMouseHandler(IFrameMediator frameMediator)(Code) | | Constructor for MouseHandler.
|
mouseEntered | public void mouseEntered(MouseEvent evt)(Code) | | Called when the mouse is placed over e.g. a menu or a toolbar
button. Either the tooltip text (preferred) or SHORT_DESCRIPTION
is fetched from the action associated with the menu/button if
possible, and displayed in the status bar.
|
mouseExited | public void mouseExited(MouseEvent e)(Code) | | Called when the mouse is moved away from e.g. a menu or a toolbar
button. Clears the text displayed in the status bar.
|
mousePressed | public void mousePressed(MouseEvent e)(Code) | | Called when the mouse is pressed on e.g. a menu or a toolbar
button. Clears the text displayed in the status bar.
|
|
|
|