Class org.jfouffa.jslider.gui.ColorEditor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----org.jfouffa.jslider.gui.ColorEditor
- public class ColorEditor
- extends Dialog
- implements Editor
This class is a Dialog that enables the customization of the CSS color
properties.
Constructor index
-
ColorEditor(Frame)
- Constructs a new ColorEditor.
Method index
-
getColor()
- Gets the color's value.
-
isOk()
- Returns true in case of the editor's caller should update its data.
Constructors
ColorEditor
public ColorEditor(Frame parent)
- Constructs a new ColorEditor.
- Parameters:
- parent - the parent of this dialog
Methods
getColor
public String getColor()
- Gets the color's value.
isOk
public boolean isOk()
- Returns true in case of the editor's caller should update its data.