org.kde.koala
public interface KURLLabelSignals
Method Summary | |
---|---|
void | enteredURL(String url)
Emitted when the mouse has passed over the label. |
void | enteredURL()
Emitted when the mouse has passed over the label. |
void | leftClickedURL(String url)
Emitted when the user clicked the left mouse button on this label. |
void | leftClickedURL()
Emitted when the user clicked the left mouse button on this label. |
void | leftURL(String url)
Emitted when the mouse is no longer over the label. |
void | leftURL()
Emitted when the mouse is no longer over the label. |
void | middleClickedURL(String url)
Emitted when the user clicked the middle mouse button on this label. |
void | middleClickedURL()
Emitted when the user clicked the left mouse button on this label. |
void | rightClickedURL(String url)
Emitted when the user clicked the right mouse button on this label. |
void | rightClickedURL()
Emitted when the user clicked the right mouse button on this label. |
Parameters: url The URL for this label.
UNKNOWN: Emitted when the mouse has passed over the label.
UNKNOWN: Emitted when the mouse has passed over the label.
Parameters: url The URL for this label.
UNKNOWN: 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.
Parameters: url The URL for this label.
UNKNOWN: Emitted when the mouse is no longer over the label.
UNKNOWN: Emitted when the mouse is no longer over the label.
Parameters: url The URL for this label.
UNKNOWN: Emitted when the user clicked the middle mouse button on this label.
UNKNOWN: 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 right mouse button on this label.
UNKNOWN: Emitted when the user clicked the right mouse button on this label.