JIDE Common Layer 2.7.1

com.jidesoft.plaf.eclipse
Class EclipseMenuUI.ChangeHandler

java.lang.Object
  extended by com.jidesoft.plaf.eclipse.EclipseMenuUI.ChangeHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener
Enclosing class:
EclipseMenuUI

public class EclipseMenuUI.ChangeHandler
extends java.lang.Object
implements javax.swing.event.ChangeListener

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
           
 javax.swing.JMenu menu
           
 EclipseMenuUI ui
           
 java.awt.Component wasFocused
           
 
Constructor Summary
EclipseMenuUI.ChangeHandler(javax.swing.JMenu m, EclipseMenuUI ui)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menu

public javax.swing.JMenu menu

ui

public EclipseMenuUI ui

isSelected

public boolean isSelected

wasFocused

public java.awt.Component wasFocused
Constructor Detail

EclipseMenuUI.ChangeHandler

public EclipseMenuUI.ChangeHandler(javax.swing.JMenu m,
                                   EclipseMenuUI ui)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener

JIDE Common Layer 2.7.1