Package Summary  Overview Summary

class:BasicMenuUI.ChangeHandler [NONE]

All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
BasicMenuUI

public class BasicMenuUI.ChangeHandler
extends Object
implements ChangeListener
As of Java 2 platform 1.4, this previously undocumented class is now obsolete. KeyBindings are now managed by the popup menu.

field:menu [NONE]

  • menu

    public JMenu menu
    The instance of JMenu.
  • field:ui [NONE]

    ui

    public BasicMenuUI ui
    The instance of BasicMenuUI.

    field:isSelected [NONE]

    isSelected

    public boolean isSelected
    true if an item of popup menu is selected.

    field:wasFocused [NONE]

    wasFocused

    public Component wasFocused
    The component that was focused.

    constructor:BasicMenuUI.ChangeHandler(javax.swing.JMenu,javax.swing.plaf.basic.BasicMenuUI) [NONE]

    • ChangeHandler

      public ChangeHandler?(JMenu m, BasicMenuUI ui)
      Constructs a new instance of ChangeHandler.
      Parameters:
      m - an instance of JMenu
      ui - an instance of BasicMenuUI

    method:stateChanged(javax.swing.event.ChangeEvent) [NONE]

    © 2020 Oracle Corporation and/or its affiliates