Package com.dassault_systemes.catjdialog

   
Interface CATMenuModelDisabledEx

 
Class Hierarchy
com.dassault_systemes.catjdialog.CATMenuModelDisabledEx
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

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
Field Summary

Constructor Summary

Method Summary
boolean isDisabled(String iItemID, Object iContext)


Field Detail

Constructor Detail

Method Detail

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