Class marimba.gui.URLButtonWidget
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.gui.URLButtonWidget

java.lang.Object
   |
   +----marimba.gui.Widget
           |
           +----marimba.gui.ButtonWidget
                   |
                   +----marimba.gui.CommandButtonWidget
                           |
                           +----marimba.gui.URLButtonWidget

public class URLButtonWidget
extends CommandButtonWidget
A simple url button widget.
Version:
1.14, 01/16/97
Author:
Sami Shaio

Variable Index

 o url
The URL that this button points to.

Constructor Index

 o URLButtonWidget()

Method Index

 o action()
The button was pressed, an action event is posted with as argument true or false, depending on whether the showURL succeeded or failed.
 o getProperties(PropertyList)
Get the properties of this widget.
 o getURL()
Get the value of the URL.
 o paramString(StringBuffer)
Debugging.
 o setProperties(PropertyList)
Set the properties of this widget.
 o setURL(String)
Set the URL.

Variables

 o url
  public String url
The URL that this button points to.
See Also:
getURL, setURL

Constructors

 o URLButtonWidget
  public URLButtonWidget()

Methods

 o getProperties
  public void getProperties(PropertyList list)
Get the properties of this widget.
Overrides:
getProperties in class CommandButtonWidget
 o setProperties
  public void setProperties(PropertyList list)
Set the properties of this widget.
Overrides:
setProperties in class CommandButtonWidget
 o getURL
  public String getURL()
Get the value of the URL.
See Also:
URL
 o setURL
  public void setURL(String url)
Set the URL.
See Also:
URL
 o action
  public void action()
The button was pressed, an action event is posted with as argument true or false, depending on whether the showURL succeeded or failed.
Overrides:
action in class Widget
 o paramString
  public void paramString(StringBuffer buf)
Debugging.
Overrides:
paramString in class CommandButtonWidget

All Packages  Class Hierarchy  This Package  Previous  Next  Index