Class tea.set.ImageButtonA
All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.ImageButtonA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.ImageButtonA
- public class ImageButtonA
- extends BaseA
ImageButtonA is an applet wrapper for ImageButton widget. It can be
used inside a HTML page to provide an active button. An URL can be
attached to the ImageButton. When the button is activated, the
attached URL will be shown in the specified frame. It supports
the following parameters:
- ImageButton.IMAGE
- an URL string pointing to the image file.
- ImageButton.URL
- URL to display when this button is pressed.
- ImageButton.TARGET
- the target frame to display the URL page. If this parameter is
missing, _self is assumed.
- ImageButton.LABEL
- string as button label.
- ImageButton.POSITION
- of the ImageButton label position options: LEFT, RIGHT, TOP, BOTTOM.
-
ImageButtonA()
-
-
handleEvent(Event)
- Display the attached URL is specified.
-
init()
- Applet initialization method.
ImageButtonA
public ImageButtonA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
handleEvent
public boolean handleEvent(Event e)
- Display the attached URL is specified.
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index