All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.OptionalLinkLabel

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.OptionalLinkLabel

public class OptionalLinkLabel
extends LinkLabelBase
This class can be used to show a linked label that is optional. "OptionalLinkLabel" is passed as the third argument to the LinkLabelBase constructor. See LinkLabelBase for specific info on how to use this class.

See Also:
LinkLabelBase, LinkLabel

Constructor Index

 o OptionalLinkLabel(ResourceStack, String)
Constructor

Constructors

 o OptionalLinkLabel
 public OptionalLinkLabel(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