Java javax.swing ToolTipManager fields, constructors, methods, implement or subclass

Example usage for Java javax.swing ToolTipManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing ToolTipManager.

The text is from its open source code.

Method

intgetDismissDelay()
Returns the dismissal delay value.
intgetInitialDelay()
Returns the initial delay value.
intgetReshowDelay()
Returns the reshow delay property.
booleanisEnabled()
Returns true if this object is enabled.
voidregisterComponent(JComponent component)
Registers a component for tooltip management.
voidsetDismissDelay(int milliseconds)
Specifies the dismissal delay value.
voidsetEnabled(boolean flag)
Enables or disables the tooltip.
voidsetInitialDelay(int milliseconds)
Specifies the initial delay value.
voidsetLightWeightPopupEnabled(boolean aFlag)
When displaying the JToolTip, the ToolTipManager chooses to use a lightweight JPanel if it fits.
voidsetReshowDelay(int milliseconds)
Used to specify the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown.
ToolTipManagersharedInstance()
Returns a shared ToolTipManager instance.