net.sf.gumshoe
Class MenuCommandAdapter

java.lang.Object
  extended by net.sf.gumshoe.MenuCommandAdapter
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class MenuCommandAdapter
extends java.lang.Object
implements org.eclipse.swt.events.SelectionListener

Author:
Gabor TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  MenuCommand cmd
           
 
Constructor Summary
MenuCommandAdapter()
           
MenuCommandAdapter(MenuCommand cmd)
           
 
Method Summary
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent arg0)
           
 void widgetSelected(org.eclipse.swt.events.SelectionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmd

protected MenuCommand cmd
Constructor Detail

MenuCommandAdapter

public MenuCommandAdapter()

MenuCommandAdapter

public MenuCommandAdapter(MenuCommand cmd)
Method Detail

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent arg0)
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent arg0)
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener


Copyright © 2005 Gumshoe Desktop Search Developers. All Rights Reserved.