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

Constructor Index

 o PrefMenuHandler(Menu)
Constructor for the preferences menu structure.

Method Index

 o menuAction(MenuItem)
Handles menu item selection event by launching interactive edition for the group corresponding to the selected menu item.

Constructors

 o 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.

Methods

 o 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