Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • isSelected

        public boolean isSelected
      • wasFocused

        public java.awt.Component wasFocused
    • Constructor Detail

      • ChangeHandler

        public 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