Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

org.eclipse.swt.events
Interface MenuListener

All Known Implementing Classes:
MenuAdapter

public interface MenuListener

Classes which implement this interface provide methods that deal with the hiding and showing of menus.

After creating an instance of a class that implements this interface it can be added to a menu using the addMenuListener method and removed using the removeMenuListener method. When the menu is hidden or shown, the appropriate method will be invoked.

See Also:
MenuAdapter, MenuEvent

Method Summary
 void menuHidden ( MenuEvent e)
          Sent when a menu is hidden.
 void menuShown ( MenuEvent e)
          Sent when a menu is shown.
 

Method Detail

menuHidden

public void menuHidden(
MenuEvent e)
Sent when a menu is hidden.

Parameters:
e - an event containing information about the menu operation

menuShown

public void menuShown(
MenuEvent e)
Sent when a menu is shown.

Parameters:
e - an event containing information about the menu operation

Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire