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
-
ImageLabelA()
-
-
getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper.
-
init()
- Initialize ImageLabel.
ImageLabelA
public ImageLabelA()
init
public void init()
- Initialize ImageLabel.
- Overrides:
- init in class Applet
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