static class ActionsMenuCreator.MenuItemActionListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
| Constructor and Description |
|---|
ActionsMenuCreator.MenuItemActionListener(java.beans.PropertyChangeListener sup,
javax.swing.AbstractButton component)
Creates listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(java.beans.PropertyChangeEvent e)
Listens for NMAction.ACTION_SHORTCUTS.
|
ActionsMenuCreator.MenuItemActionListener(java.beans.PropertyChangeListener sup,
javax.swing.AbstractButton component)
sup - support which should handle changes if they are not handled in this class.component - component which should be updated.