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
-
url
- The URL that this button points to.
-
URLButtonWidget()
-
-
action()
- The button was pressed, an action event is posted with
as argument true or false, depending on whether the
showURL succeeded or failed.
-
getProperties(PropertyList)
- Get the properties of this widget.
-
getURL()
- Get the value of the URL.
-
paramString(StringBuffer)
- Debugging.
-
setProperties(PropertyList)
- Set the properties of this widget.
-
setURL(String)
- Set the URL.
url
public String url
- The URL that this button points to.
- See Also:
- getURL, setURL
URLButtonWidget
public URLButtonWidget()
getProperties
public void getProperties(PropertyList list)
- Get the properties of this widget.
- Overrides:
- getProperties in class CommandButtonWidget
setProperties
public void setProperties(PropertyList list)
- Set the properties of this widget.
- Overrides:
- setProperties in class CommandButtonWidget
getURL
public String getURL()
- Get the value of the URL.
- See Also:
- URL
setURL
public void setURL(String url)
- Set the URL.
- See Also:
- URL
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
paramString
public void paramString(StringBuffer buf)
- Debugging.
- Overrides:
- paramString in class CommandButtonWidget
All Packages Class Hierarchy This Package Previous Next Index