org.eclipse.ui.presentations
Interface IPartMenu
-
public interface IPartMenu
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
-
Restriction:
- This interface is not intended to be implemented by clients.
Method Summary
|
void
|
showMenu
(
Point location)
Displays the local menu for this part as a popup at the given location. |
showMenu
void showMenu(
Point location)
- 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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.