Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.action.IMenuCreator

Packages that use IMenuCreator
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IMenuCreator in org.eclipse.debug.ui.actions
 

Classes in org.eclipse.debug.ui.actions that implement IMenuCreator
 class ContextualLaunchAction
          An action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.
 class LaunchAsAction
          Deprecated. The use of perspective based launch shortcuts has been deprecated in the 3.1 release. Instead, selection sensitive launch is supported in the top level menus. Use LaunchShorcutsAction instead.
 class LaunchShortcutsAction
          A cascading sub-menu that shows all launch shortcuts pertinent to a selection.
 class RulerBreakpointTypesActionDelegate
          Breakpoint ruler pop-up action that creates a sub-menu to select the currently active breakpoint type.
 

Uses of IMenuCreator in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action that return IMenuCreator
  IMenuCreator Action. getMenuCreator ()
           
  IMenuCreator IAction. getMenuCreator ()
          Returns the menu creator for this action.
 

Methods in org.eclipse.jface.action with parameters of type IMenuCreator
 void Action. setMenuCreator ( IMenuCreator creator)
          Sets the menu creator for this action.
 void IAction. setMenuCreator ( IMenuCreator creator)
          Sets the menu creator for this action.
 

Uses of IMenuCreator in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor that return IMenuCreator
  IMenuCreator TextNavigationAction. getMenuCreator ()
           
 

Methods in org.eclipse.ui.texteditor with parameters of type IMenuCreator
 void TextNavigationAction. setMenuCreator ( IMenuCreator creator)
           
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire