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:
Tom Tromey 2002-03-24 22:37:51 +00:00 committed by Tom Tromey
parent 05ed12966c
commit 64165b30e6
10 changed files with 107 additions and 5 deletions

View file

@ -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