All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.SlideDialogEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----org.jfouffa.jslider.gui.DialogEditor
                                           |
                                           +----org.jfouffa.jslider.gui.FontDialogEditor
                                                   |
                                                   +----org.jfouffa.jslider.gui.SlideDialogEditor

public class SlideDialogEditor
extends FontDialogEditor
This class enables DialogEditor that enables style customization for the SlideHeader.


Constructor index

 o SlideDialogEditor(Frame)
Constructs an initially invisible SlideDialogEditor.

Method index

 o getBackgroundImageUrl()
Gets the url of the background-image.
 o main(String[])
See the Dialog.

Constructors

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

Parameters:
parent - the parent of this dialog

Methods

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

 o main
 public static void main(String args[])
See the Dialog.