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
-
ListPopupMenuHandler()
-
Method index
-
handle(Object, Object)
- Handles that the specified source object (a TextField) is no more edited
by the specified editor object (a ListPopupMenu).
Constructors
ListPopupMenuHandler
public ListPopupMenuHandler()
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 ListPopupMenu).
- Parameters:
- src - the edited object
- editor - the editor