public class ToolItemMenuListener
extends java.lang.Object
implements org.eclipse.swt.widgets.Listener
Constructor and Description |
---|
ToolItemMenuListener(org.eclipse.swt.widgets.ToolItem item,
org.eclipse.swt.widgets.Menu menu)
The constructor for this custom Listener.
|
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(org.eclipse.swt.widgets.Event event)
This function should only make the Menu visible if necessary.
|