javax.swing
Class JPopupMenu.ActionChangedListener

java.lang.Object
  extended byjavax.swing.JPopupMenu.ActionChangedListener
All Implemented Interfaces:
EventListener, java.beans.PropertyChangeListener, Serializable
Enclosing class:
JPopupMenu

private class JPopupMenu.ActionChangedListener
extends Object
implements java.beans.PropertyChangeListener, Serializable


Field Summary
private  JMenuItem menuItem
           
 
Constructor Summary
JPopupMenu.ActionChangedListener(JMenuItem mi)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void setTarget(JMenuItem b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menuItem

private JMenuItem menuItem
Constructor Detail

JPopupMenu.ActionChangedListener

public JPopupMenu.ActionChangedListener(JMenuItem mi)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

setTarget

public void setTarget(JMenuItem b)