Class org.jfouffa.jslider.gui.ColorDialogHandler
java.lang.Object
|
+----org.jfouffa.jslider.gui.ColorDialogHandler
- public class ColorDialogHandler
- extends Object
- implements EditorHandler
This class is an handler for a ColorDialog that is editing a TextField.
Note that the ColorDialog is an Editor.
- See Also:
- Editor
Constructor index
-
ColorDialogHandler()
-
Method index
-
handle(Object, Object)
- Handles that the specified source object (a TextField) is no more edited
by the specified editor object (a ColorDialog).
Constructors
ColorDialogHandler
public ColorDialogHandler()
Methods
handle
public void handle(Object src,
Object editor)
- Handles that the specified source object (a TextField) is no more edited
by the specified editor object (a ColorDialog).
- Parameters:
- src - the edited object
- editor - the editor