Package com.nomagic.actions
Class ActionsMenuCreator.MenuItemActionListener
- java.lang.Object
-
- com.nomagic.actions.ActionsMenuCreator.MenuItemActionListener
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- ActionsMenuCreator
static class ActionsMenuCreator.MenuItemActionListener extends java.lang.Object implements java.beans.PropertyChangeListener
Class which listens for actions changes and updates menu item.
-
-
Constructor Summary
Constructors Constructor Description MenuItemActionListener(java.beans.PropertyChangeListener sup, javax.swing.AbstractButton component)
Creates listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
Listens for NMAction.ACTION_SHORTCUTS.
-
-
-
Constructor Detail
-
MenuItemActionListener
MenuItemActionListener(java.beans.PropertyChangeListener sup, javax.swing.AbstractButton component)
Creates listener.- Parameters:
sup
- support which should handle changes if they are not handled in this class.component
- component which should be updated.
-
-