Package | Description |
---|---|
org.eclipse.jface.fieldassist |
Provides classes that help communicate proper content for fields in dialogs and wizards.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlDecoration.addMenuDetectListener(MenuDetectListener listener)
Adds the listener to the collection of listeners who will be notified
when the platform-specific context menu trigger has occurred, by sending
it one of the messages defined in the
MenuDetectListener
interface. |
void |
ControlDecoration.removeMenuDetectListener(MenuDetectListener listener)
Removes the listener from the collection of listeners who will be
notified when the platform-specific context menu trigger has occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
TrayItem.addMenuDetectListener(MenuDetectListener listener)
Adds the listener to the collection of listeners who will
be notified when the platform-specific context menu trigger
has occurred, by sending it one of the messages defined in
the
MenuDetectListener interface. |
void |
Control.addMenuDetectListener(MenuDetectListener listener)
Adds the listener to the collection of listeners who will
be notified when the platform-specific context menu trigger
has occurred, by sending it one of the messages defined in
the
MenuDetectListener interface. |
void |
TrayItem.removeMenuDetectListener(MenuDetectListener listener)
Removes the listener from the collection of listeners who will
be notified when the platform-specific context menu trigger has
occurred.
|
void |
Control.removeMenuDetectListener(MenuDetectListener listener)
Removes the listener from the collection of listeners who will
be notified when the platform-specific context menu trigger has
occurred.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.