org.kde.koala
Interface KURLLabelSignals


public interface KURLLabelSignals


Method Summary
 void enteredURL()
          Emitted when the mouse has passed over the label.
 void enteredURL(java.lang.String url)
          Emitted when the mouse has passed over the label.
 void leftClickedURL()
          Emitted when the user clicked the left mouse button on this label.
 void leftClickedURL(java.lang.String url)
          Emitted when the user clicked the left mouse button on this label.
 void leftURL()
          Emitted when the mouse is no longer over the label.
 void leftURL(java.lang.String url)
          Emitted when the mouse is no longer over the label.
 void middleClickedURL()
          Emitted when the user clicked the left mouse button on this label.
 void middleClickedURL(java.lang.String url)
          Emitted when the user clicked the middle mouse button on this label.
 void rightClickedURL()
          Emitted when the user clicked the right mouse button on this label.
 void rightClickedURL(java.lang.String url)
          Emitted when the user clicked the right mouse button on this label.
 

Method Detail

enteredURL

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

Parameters:
url - The URL for this label.

enteredURL

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


leftURL

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

Parameters:
url - The URL for this label.

leftURL

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


leftClickedURL

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

Parameters:
url - The URL for this label.

leftClickedURL

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


rightClickedURL

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

Parameters:
url - The URL for this label.

rightClickedURL

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


middleClickedURL

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

Parameters:
url - The URL for this label.

middleClickedURL

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