Public Member Functions | |
LinkLabel (VistaApp va, String link) | |
LinkLabel (String text, String url) | |
LinkLabel (VistaApp va, String text, String url) | |
void | setApplet (VistaApp vapp) |
void | setText (String text) |
void | setLink (String link) |
void | mouseClicked (MouseEvent e) |
void | mouseEntered (MouseEvent e) |
void | mouseExited (MouseEvent e) |
void | mousePressed (MouseEvent e) |
void | mouseReleased (MouseEvent e) |
void | mouseDragged (MouseEvent e) |
void | mouseMoved (MouseEvent e) |
Protected Attributes | |
Cursor | defaultCursor = new Cursor(Cursor.DEFAULT_CURSOR) |
Cursor | handCursor = new Cursor(Cursor.HAND_CURSOR) |
URL | linkURL = null |
String | link = "" |
Description: clickable label, like a link in a browser
Copyright: Copyright (c) 2004
Company: LBNL
|
|
|
|
|
Open link in the new browser window
|
|
show link in the status bar, show hand cursor
|
|
clear status bar, show default cursor
|
|
set the Applet
|
|
set Link
|
|
add some html decoration to the text
|