Class semper.preferences.PrefMenuHandler
All Packages Class Hierarchy This Package Previous Next Index
Class semper.preferences.PrefMenuHandler
java.lang.Object
|
+----semper.preferences.PrefMenuHandler
- public class PrefMenuHandler
- extends Object
- implements MenuHandler
This class implements the menuhandler required
by each manager having an entry in the TINGUIN menubar.
- Version:
- $Revision: 1.3 $ $Date: 1997/01/17 19:53:13 $
- Author:
- Louis Salvail
-
PrefMenuHandler(Menu)
- Constructor for the preferences menu structure.
-
menuAction(MenuItem)
- Handles menu item selection event by launching interactive edition
for the group corresponding to the selected menu item.
PrefMenuHandler
public PrefMenuHandler(Menu m) throws PreferencesException
- Constructor for the preferences menu structure.
- Returns:
- the new object after having registered the menu in the Tinguin.
menuAction
public void menuAction(MenuItem item)
- Handles menu item selection event by launching interactive edition
for the group corresponding to the selected menu item.
- Parameters:
- item - is the selected menu item. Must be a PrefMenuItem.
- Returns:
- none.
All Packages Class Hierarchy This Package Previous Next Index