Java org.eclipse.jface.action IMenuCreator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.action IMenuCreator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.action IMenuCreator.

The text is from its open source code.

Implementation

org.eclipse.jface.action.IMenuCreator has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voiddispose()
Disposes the menu returned by getMenu.
MenugetMenu(Control parent)
Returns the SWT menu, created as a pop up menu parented by the given control.
MenugetMenu(Menu parent)
Returns an SWT menu created as a drop down menu parented by the given menu.