Package com.dassault_systemes.catjdialog |
|
Class CATMenuNotification
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATNotification
|
+-com.dassault_systemes.catjdialog.CATMenuNotification
Framework : CATJDialog
Module : CATJDialog
public class CATMenuNotification
The menu notification class.
This notification type is sent by any component supporting menus (CATTree, CATTable, ...).
- See Also:
- com.dassault_systemes.catjdialog.CATTree#getCommandNotification()
- com.dassault_systemes.catjdialog.CATTable#getMenuNotification()
CATMenuNotification
CATMenuNotification(String description)
Creates a menu notification with the specified description.
- Parameters:
description
- The notification description.
getCommand
String getCommand()
Returns the menu item ID (from the CATMenuModel) that triggered this notification.
- Returns:
The menu item ID.
getContext
Object getContext()
Returns the source context object that triggered this notification.
Depends on who manages the menu (see related doc).
- Returns:
The context object.
Copyright © 2000, Dassault Systèmes. All rights reserved