Eclipse Platform
Kepler (4.3)

org.eclipse.ui.presentations
Interface IPartMenu


Deprecated. The presentation API is no longer used and has no effect. Refer to the platform porting guide for further details. This API will be deleted in a future release. See bug 370248 for details.

@Deprecated
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)
          Deprecated. Displays the local menu for this part as a popup at the given location.
 

Method Detail

showMenu

void showMenu(Point location)
Deprecated. 
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

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.