All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.SlideEditor

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

public class SlideEditor
extends TextEditor
This class enables style customization for the SlideHeader class.


Constructor index

 o SlideEditor(Frame)
Constructs an initially invisible SlideEditor.

Method index

 o getBackgroundImageUrl()
Gets the background-image property.
 o main(String[])
See the Dialog.
 o setBackgroundImageUrl(String)
Sets the background-image property to the specified value.

Constructors

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

Parameters:
parent - the parent of this dialog

Methods

 o getBackgroundImageUrl
 public String getBackgroundImageUrl()
Gets the background-image property.

Allowed values : none | an URL location

 o setBackgroundImageUrl
 public void setBackgroundImageUrl(String backgroundImage)
Sets the background-image property to the specified value.

Parameters:
backgroundImage - an URL location
 o main
 public static void main(String args[])
See the Dialog.