All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.LogoEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----org.jfouffa.jslider.gui.HeaderEditor
                                           |
                                           +----org.jfouffa.jslider.gui.LogoEditor

public class LogoEditor
extends HeaderEditor
This class enables style customization for the LogoHeader class.


Constructor index

 o LogoEditor(Frame)
Constructs an initially invisible LogoEditor.

Method index

 o getLogoUrl()
Gets the logo's url.
 o main(String[])
See the dialog.
 o setLogoUrl(String)
Sets the logo's url to the specified url.

Constructors

 o LogoEditor
 public LogoEditor(Frame parent)
Constructs an initially invisible LogoEditor.

Parameters:
parent - the parent of this dialog

Methods

 o getLogoUrl
 public String getLogoUrl()
Gets the logo's url.

 o setLogoUrl
 public void setLogoUrl(String logoUrl)
Sets the logo's url to the specified url.

Parameters:
logoUrl - the logo's url
 o main
 public static void main(String args[])
See the dialog.