All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.LinkLabel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----com.sgi.sysadm.ui.richText.RichTextComponent
|
+----com.sgi.sysadm.ui.richText.RichTextArea
|
+----com.sgi.sysadm.ui.LinkLabelBase
|
+----com.sgi.sysadm.ui.LinkLabel
- public class LinkLabel
- extends LinkLabelBase
This class can be used to show a label that contains a link that
launches a glossary.
"LinkLabel" is passed as the third argument to the LinkLabelBase
constructor. See LinkLabelBase for specific info on how to use
this class.
- See Also:
- LinkLabelBase, OptionalLinkLabel
-
LinkLabel(ResourceStack, String)
- Constructor
LinkLabel
public LinkLabel(ResourceStack rs,
String name)
- Constructor
- Parameters:
- rs - The resorce stack to use to lookup resources
- name - A string that controls the display. See
LinkLabelBase for info.
All Packages Class Hierarchy This Package Previous Next Index