All Packages Class Hierarchy This Package Previous Next Index

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

 o ColorEditor(Frame)
Constructs a new ColorEditor.

Method index

 o getColor()
Gets the color's value.
 o isOk()
Returns true in case of the editor's caller should update its data.

Constructors

 o ColorEditor
 public ColorEditor(Frame parent)
Constructs a new ColorEditor.

Parameters:
parent - the parent of this dialog

Methods

 o getColor
 public String getColor()
Gets the color's value.

 o isOk
 public boolean isOk()
Returns true in case of the editor's caller should update its data.