MenuItem.java (eventMask): No longer private.
* java/awt/MenuItem.java (eventMask): No longer private. * java/awt/Button.java (dispatchEventImpl): Only dispatch to superclass if we didn't handle event. * java/awt/Checkbox.java (dispatchEventImpl): New method. * java/awt/CheckboxMenuItem.java (dispatchEventImpl): New method. * java/awt/Choice.java (dispatchEventImpl): New method. * java/awt/List.java (dispatchEventImpl): New method. * java/awt/Scrollbar.java (dispatchEventImpl): New method. * java/awt/TextComponent.java (dispatchEventImpl): New method. * java/awt/TextField.java (dispatchEventImpl): New method. From-SVN: r51277
This commit is contained in:
parent
05ed12966c
commit
64165b30e6
10 changed files with 107 additions and 5 deletions
|
@ -80,7 +80,7 @@ private boolean enabled;
|
|||
/**
|
||||
* @serial The mask of events that are enabled for this menu item.
|
||||
*/
|
||||
private long eventMask;
|
||||
long eventMask;
|
||||
|
||||
/**
|
||||
* @serial This menu item's label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue