All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ImageLabelA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.ImageLabelA

public class ImageLabelA
extends BaseA
ImageLabelA is an applet wrapper for the ImageLabel widget. Parameters supported by this applet includes:
ImageLabel.IMAGE
the URL of the image for this label
ImageLable.LABEL
text string of this label

See Also:
ImageLabel

Constructor Index

 o ImageLabelA()

Method Index

 o getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
 o init()
Initialize ImageLabel.

Constructors

 o ImageLabelA
 public ImageLabelA()

Methods

 o init
 public void init()
Initialize ImageLabel.

Overrides:
init in class Applet
 o getWidget
 public Component getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper. User can use this method to access the underlying widget directly.

Returns:
ImageLabel widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index