All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.LogoHeader

java.lang.Object
   |
   +----org.jfouffa.jslider.Header
           |
           +----org.jfouffa.jslider.LogoHeader

public class LogoHeader
extends Header
Defines the logo header.


Constructor index

 o LogoHeader()

Method index

 o getEditor(Frame)
Gets the HeaderEditor associated to this Header.
 o getLogoUrl()
Gets the logo's url.
 o getType()
Gets the type of this header.
 o save(TemplateLoader)
Saves this Header using the specified TemplateLoader.
 o setLogoUrl(String)
Sets the logo's url to the specified url.
 o setProperties(TemplateLoader, String)
Sets the properties of this Header using the specified TemplateLoader.
 o toString()
Returns a string representation of the object.
 o update(HeaderEditor)
Updates this header with the specified editor.

Constructors

 o LogoHeader
 public LogoHeader()

Methods

 o getType
 public String getType()
Gets the type of this header.

Overrides:
getType in class Header
 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 update
 public void update(HeaderEditor editor)
Updates this header with the specified editor.

Parameters:
editor - the editor that contains the new attributs for thsi header
Overrides:
update in class Header
 o getEditor
 public HeaderEditor getEditor(Frame parent)
Gets the HeaderEditor associated to this Header.

Overrides:
getEditor in class Header
 o setProperties
 public void setProperties(TemplateLoader loader,
                           String index)
Sets the properties of this Header using the specified TemplateLoader.

Parameters:
loader - the TemplateLoader
index - the index of this header (the string format)
Overrides:
setProperties in class Header
 o save
 public void save(TemplateLoader loader)
Saves this Header using the specified TemplateLoader.

Parameters:
loader - the template loader to use for saving
Overrides:
save in class Header
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object