Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

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