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 Platform
Release 3.5

org.eclipse.swt.events
Class MenuAdapter


java.lang.Object
  extended by 
org.eclipse.swt.events.MenuAdapter
All Implemented Interfaces:
EventListener, MenuListener, org.eclipse.swt.internal.SWTEventListener

public abstract class MenuAdapter
extends Object
implements MenuListener

This adapter class provides default implementations for the methods described by the MenuListener interface.

Classes that wish to deal with MenuEvents can extend this class and override only the methods which they are interested in.

See Also:
MenuListener, MenuEvent, Sample code and further information

Constructor Summary
MenuAdapter ()
           
 
Method Summary
 void menuHidden ( MenuEvent e)
          Sent when a menu is hidden.
 void menuShown ( MenuEvent e)
          Sent when a menu is shown.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuAdapter

public MenuAdapter()
Method Detail

menuHidden

public void menuHidden(
MenuEvent e)
Sent when a menu is hidden. The default behavior is to do nothing.

Specified by:
menuHidden in interface MenuListener
Parameters:
e - an event containing information about the menu operation

menuShown

public void menuShown(
MenuEvent e)
Sent when a menu is shown. The default behavior is to do nothing.

Specified by:
menuShown in interface MenuListener
Parameters:
e - an event containing information about the menu operation

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


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