All Packages Class Hierarchy This Package Previous Next Index

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

 o ColorDialogHandler()

Method index

 o handle(Object, Object)
Handles that the specified source object (a TextField) is no more edited by the specified editor object (a ColorDialog).

Constructors

 o ColorDialogHandler
 public ColorDialogHandler()

Methods

 o 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