cookxml.cookswt.util
Class DropDownListener

java.lang.Object
  extended byorg.eclipse.swt.events.SelectionAdapter
      extended bycookxml.cookswt.util.DropDownListener
All Implemented Interfaces:
EventListener, SelectionListener, SWTEventListener

public class DropDownListener
extends SelectionAdapter

This listener moves the drop down menu right below the ToolItem and displays it.

Since:
CookSwt 1.0

Constructor Summary
DropDownListener(Menu menu)
           
 
Method Summary
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownListener

public DropDownListener(Menu menu)
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)