javax.swing.plaf.basic
public class BasicMenuUI.ChangeHandler extends Object implements ChangeListener
| Modifier and Type | Field and Description |
|---|---|
boolean |
isSelected |
JMenu |
menu |
BasicMenuUI |
ui |
Component |
wasFocused |
| Constructor and Description |
|---|
BasicMenuUI.ChangeHandler(JMenu m,
BasicMenuUI ui) |
public JMenu menu
public BasicMenuUI ui
public boolean isSelected
public Component wasFocused
public BasicMenuUI.ChangeHandler(JMenu m, BasicMenuUI ui)
public void stateChanged(ChangeEvent e)
ChangeListenerstateChanged in interface ChangeListenere - a ChangeEvent object Submit a bug or feature Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.