javax.swing.plaf.basic
Class BasicMenuUI.ChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
BasicMenuUI

public class BasicMenuUI.ChangeHandler
extends Object
implements ChangeListener

Disabled: no SafeJ information.

As of Java 2 platform 1.4, this previously undocumented class is now obsolete. KeyBindings are now managed by the popup menu.


Field Summary
 boolean isSelected
           
 JMenu menu
           
 BasicMenuUI ui
           
 Component wasFocused
           
 
Constructor Summary
BasicMenuUI.ChangeHandler(JMenu m, BasicMenuUI ui)
           
 
Method Summary
 void stateChanged(ChangeEvent e)
          Invoked when the target of the listener has changed its state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menu

public JMenu menu
Class is disabled.


ui

public BasicMenuUI ui
Class is disabled.


isSelected

public boolean isSelected
Class is disabled.


wasFocused

public Component wasFocused
Class is disabled.

Constructor Detail

BasicMenuUI.ChangeHandler

public BasicMenuUI.ChangeHandler(JMenu m,
                                 BasicMenuUI ui)
Class is disabled.

Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Class is disabled.

Description copied from interface: ChangeListener
Invoked when the target of the listener has changed its state.

Specified by:
stateChanged in interface ChangeListener
Parameters:
e - a ChangeEvent object