| org.eclipse.ui.presentations.IPartMenu
IPartMenu | public interface IPartMenu (Code) | | Interface to a menu created by a part that will be displayed in a presentation.
This interface is not intended to be implemented by clients.
since: 3.0 |
Method Summary | |
public void | showMenu(Point location) Displays the local menu for this part as a popup at the given location. |
showMenu | public void showMenu(Point location)(Code) | | Displays the local menu for this part as a popup at the given location.
Parameters: location - position to display the menu at (display coordinates, not null) since: 3.0 |
|
|