All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ArrowButtonA

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

public class ArrowButtonA
extends BaseA
ArrowButtonA is an applet wrapper for ArrowButton widget. It provides same functionality as the ArrowButton but is intended to be used in HTML pages instead of Java programs. It supports the following parameters:
ArrowButton.ARROW
arrow style: UP, LEFT, DOWN, RIGHT, DOUBLE_UP, DOUBLE_LEFT, DOUBLE_DOWN, DOUBLE_RIGHT, and DOWN_MENU. Arrow style defaults to LEFT.
ArrowButton.URL
a URL to display when this button is pressed.
ArrowButton.TARGET
the target frame to display the URL page. If this parameter is missing, _self is assumed. This parameter is used to support frames.

See Also:
ArrowButton

Constructor Index

 o ArrowButtonA()

Method Index

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

Constructors

 o ArrowButtonA
 public ArrowButtonA()

Methods

 o init
 public void init()
Applet initialization method.

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:
ArrowButton widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index