Eclipse Platform
Release 3.0

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

Method Summary
 void showMenu(Point location)
          Displays the local menu for this part as a popup at the given location.
 

Method Detail

showMenu

public 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

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.