net.sourceforge.atunes.gui.views.controls
Class UrlLabel

java.lang.Object
  extended by JXHyperlink
      extended by net.sourceforge.atunes.gui.views.controls.UrlLabel

public class UrlLabel
extends JXHyperlink

The Class UrlLabel.


Constructor Summary
UrlLabel()
          Instantiates a new url label.
UrlLabel(java.lang.String text, java.lang.String url)
          Instantiates a new url label.
 
Method Summary
 void setText(java.lang.String text, java.lang.String url)
          Sets the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlLabel

public UrlLabel()
Instantiates a new url label.


UrlLabel

public UrlLabel(java.lang.String text,
                java.lang.String url)
Instantiates a new url label.

Parameters:
text - the text
url - the url
Method Detail

setText

public void setText(java.lang.String text,
                    java.lang.String url)
Sets the text.

Parameters:
text - the text
url - the url


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.