All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.ListPopupMenuHandler

java.lang.Object
   |
   +----org.jfouffa.jslider.gui.ListPopupMenuHandler

public class ListPopupMenuHandler
extends Object
implements EditorHandler
This class is an handler for a ListPopupMenu that is editing a TextField.
Note that the ListPopupMenu is an Editor.

See Also:
Editor

Constructor index

 o ListPopupMenuHandler()

Method index

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

Constructors

 o ListPopupMenuHandler
 public ListPopupMenuHandler()

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 ListPopupMenu).

Parameters:
src - the edited object
editor - the editor