Package com.dassault_systemes.catjdialog |
|
Interface CATMenuModelDisabledEx
|
com.dassault_systemes.catjdialog.CATMenuModelDisabledEx
Framework : CATJDialog
Module : CATJDialog
public interface CATMenuModelDisabledEx
An interface to extend CATMenuModel with disabled items support.
Have your menu model implement this interface if you want to disable some
items.
This is supported everywhere the CATMenuModel is supported.
- See Also:
- CATMenuModel
boolean |
isDisabled(String iItemID, Object iContext)
|
isDisabled
boolean isDisabled(String iItemID, Object iContext)
Determines whether the item is disabled or not.
- Parameters:
iItemID
- the menu item ID
iContext
- the contextual object. Depends on who requires this menu
- Returns:
true
if the item is disabled; false
otherwise.
Copyright © 2000, Dassault Systèmes. All rights reserved