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
-
SlideDialogEditor(Frame)
- Constructs an initially invisible SlideDialogEditor.
Method index
-
getBackgroundImageUrl()
- Gets the url of the background-image.
-
main(String[])
- See the Dialog.
Constructors
SlideDialogEditor
public SlideDialogEditor(Frame parent)
- Constructs an initially invisible SlideDialogEditor.
- Parameters:
- parent - the parent of this dialog
Methods
getBackgroundImageUrl
public String getBackgroundImageUrl()
- Gets the url of the background-image.
main
public static void main(String args[])
- See the Dialog.