A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/javase/8/docs/api/javax/swing/ToolTipManager.html below:

ToolTipManager (Java Platform SE 8 )

Modifier and Type Method Description int getDismissDelay()

Returns the dismissal delay value.

int getInitialDelay()

Returns the initial delay value.

int getReshowDelay()

Returns the reshow delay property.

boolean isEnabled()

Returns true if this object is enabled.

boolean isLightWeightPopupEnabled()

Returns true if lightweight (all-Java) Tooltips are in use, or false if heavyweight (native peer) Tooltips are being used.

void mouseDragged(MouseEvent event)

Called when the mouse is pressed and dragged.

void mouseEntered(MouseEvent event)

Called when the mouse enters the region of a component.

void mouseExited(MouseEvent event)

Called when the mouse exits the region of a component.

void mouseMoved(MouseEvent event)

Called when the mouse is moved.

void mousePressed(MouseEvent event)

Called when the mouse is pressed.

void registerComponent(JComponent component)

Registers a component for tooltip management.

void setDismissDelay(int milliseconds)

Specifies the dismissal delay value.

void setEnabled(boolean flag)

Enables or disables the tooltip.

void setInitialDelay(int milliseconds)

Specifies the initial delay value.

void setLightWeightPopupEnabled(boolean aFlag)

When displaying the JToolTip, the ToolTipManager chooses to use a lightweight JPanel if it fits.

void setReshowDelay(int milliseconds)

Used to specify the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown.

static ToolTipManager sharedInstance()

Returns a shared ToolTipManager instance.

void unregisterComponent(JComponent component)

Removes a component from tooltip control.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4