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
-
SlideEditor(Frame)
- Constructs an initially invisible SlideEditor.
Method index
-
getBackgroundImageUrl()
- Gets the background-image property.
-
main(String[])
- See the Dialog.
-
setBackgroundImageUrl(String)
- Sets the background-image property to the specified value.
Constructors
SlideEditor
public SlideEditor(Frame parent)
- Constructs an initially invisible SlideEditor.
- Parameters:
- parent - the parent of this dialog
Methods
getBackgroundImageUrl
public String getBackgroundImageUrl()
- Gets the background-image property.
Allowed values : none | an URL location
setBackgroundImageUrl
public void setBackgroundImageUrl(String backgroundImage)
- Sets the background-image property to the specified value.
- Parameters:
- backgroundImage - an URL location
main
public static void main(String args[])
- See the Dialog.