public interface MenuItemListener
MenuActionFactory| Modifier and Type | Method and Description |
|---|---|
void |
menuItemCreated(diva.gui.toolbox.JContextMenu menu,
NamedObj object,
javax.swing.JMenuItem menuItem)
The method to be invoked when a menu item is created, so that this
listener can modify the menu item if it needs to.
|
void menuItemCreated(diva.gui.toolbox.JContextMenu menu, NamedObj object, javax.swing.JMenuItem menuItem)
menu - The menu context.object - The object for which the menu item is created.menuItem - The created menu item.