| |
|
| java.lang.Object org.wings.SToolTipManager
SToolTipManager | public class SToolTipManager implements Serializable(Code) | | Defines the behaviour of component tooltips.
author: hengels |
getDismissDelay | public int getDismissDelay()(Code) | | The delay in ms before a tooltip is hidden automatically |
getInitialDelay | public int getInitialDelay()(Code) | | The initial delay in ms the mouse pointer has to rest over a componentbefore it's tooltip is shown |
isFollowMouse | public boolean isFollowMouse()(Code) | | true if the tooltip popup should follow the mouse movements. |
setDismissDelay | public void setDismissDelay(int dismissDelay)(Code) | | Parameters: dismissDelay - The delay in ms before a tooltip is hidden automatically |
setFollowMouse | public void setFollowMouse(boolean followMouse)(Code) | | Parameters: followMouse - true if the tooltip popup should follow the mouse movements. |
setInitialDelay | public void setInitialDelay(int initialDelay)(Code) | | Parameters: initialDelay - The initial delay in ms the mouse pointer has to rest over a componentbefore it's tooltip is shown |
|
|
|