org.kde.koala

Interface KURLLabelSignals

public interface KURLLabelSignals

Method Summary
voidenteredURL(String url)
Emitted when the mouse has passed over the label.
voidenteredURL()
Emitted when the mouse has passed over the label.
voidleftClickedURL(String url)
Emitted when the user clicked the left mouse button on this label.
voidleftClickedURL()
Emitted when the user clicked the left mouse button on this label.
voidleftURL(String url)
Emitted when the mouse is no longer over the label.
voidleftURL()
Emitted when the mouse is no longer over the label.
voidmiddleClickedURL(String url)
Emitted when the user clicked the middle mouse button on this label.
voidmiddleClickedURL()
Emitted when the user clicked the left mouse button on this label.
voidrightClickedURL(String url)
Emitted when the user clicked the right mouse button on this label.
voidrightClickedURL()
Emitted when the user clicked the right mouse button on this label.

Method Detail

enteredURL

public void enteredURL(String url)
Emitted when the mouse has passed over the label.

Parameters: url The URL for this label.

UNKNOWN: Emitted when the mouse has passed over the label.

enteredURL

public void enteredURL()
Emitted when the mouse has passed over the label.

UNKNOWN: Emitted when the mouse has passed over the label.

leftClickedURL

public void leftClickedURL(String url)
Emitted when the user clicked the left mouse button on this label.

Parameters: url The URL for this label.

UNKNOWN: Emitted when the user clicked the left mouse button on this label.

leftClickedURL

public void leftClickedURL()
Emitted when the user clicked the left mouse button on this label.

UNKNOWN: Emitted when the user clicked the left mouse button on this label.

leftURL

public void leftURL(String url)
Emitted when the mouse is no longer over the label.

Parameters: url The URL for this label.

UNKNOWN: Emitted when the mouse is no longer over the label.

leftURL

public void leftURL()
Emitted when the mouse is no longer over the label.

UNKNOWN: Emitted when the mouse is no longer over the label.

middleClickedURL

public void middleClickedURL(String url)
Emitted when the user clicked the middle mouse button on this label.

Parameters: url The URL for this label.

UNKNOWN: Emitted when the user clicked the middle mouse button on this label.

middleClickedURL

public void middleClickedURL()
Emitted when the user clicked the left mouse button on this label.

UNKNOWN: Emitted when the user clicked the left mouse button on this label.

rightClickedURL

public void rightClickedURL(String url)
Emitted when the user clicked the right mouse button on this label.

Parameters: url The URL for this label.

UNKNOWN: Emitted when the user clicked the right mouse button on this label.

rightClickedURL

public void rightClickedURL()
Emitted when the user clicked the right mouse button on this label.

UNKNOWN: Emitted when the user clicked the right mouse button on this label.