com :: sun :: star :: awt :: interface XMenuListener
- Base Interface
- com::sun::star::lang::XEventListener
- Description
- the listener interface for receiving menu events on a window.
Methods' Summary
|
highlight |
gets invoked when a menu item is highlighted.
|
select |
gets invoked when a menu item is seleted.
|
activate |
gets invoked when a menu is activated.
|
deactivate |
gets invoked when a menu is deactivated.
|
Methods' Details
|
- highlight
-  
- [ oneway ] void
highlight(
-
- Description
- gets invoked when a menu item is highlighted.
|
- select
-  
- [ oneway ] void
select(
-
- Description
- gets invoked when a menu item is seleted.
|
- activate
-  
- [ oneway ] void
activate(
-
- Description
- gets invoked when a menu is activated.
|
- deactivate
-  
- [ oneway ] void
deactivate(
-
- Description
- gets invoked when a menu is deactivated.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.