| |
|
| java.lang.Object org.eclipse.ui.actions.QuickMenuCreator
QuickMenuCreator | abstract public class QuickMenuCreator (Code) | | Abstract class that is capable of creating a context menu under the mouse
pointer.
since: 3.3 |
Method Summary | |
public void | createMenu() Create the context menu. | public void | dispose() Dispose of this quick menu creator. | abstract protected void | fillMenu(IMenuManager menu) Create the contents of the context menu. |
createMenu | public void createMenu()(Code) | | Create the context menu.
|
dispose | public void dispose()(Code) | | Dispose of this quick menu creator. Subclasses should ensure that they
call this method.
|
fillMenu | abstract protected void fillMenu(IMenuManager menu)(Code) | | Create the contents of the context menu.
Parameters: menu - the menu to fill |
|
|
|