List of usage examples for org.eclipse.jface.action IMenuCreator interface-usage
From source file br.ufmg.dcc.tabuleta.actions.AddToConcernAction.java
/** * Generates the menu and corresponding actions required to add an element to * the concern model through a popup menu in JDT views or editors. */ public class AddToConcernAction implements IObjectActionDelegate, IEditorActionDelegate, IMenuCreator, ConcernModelChangeListener {
From source file ch.elexis.agenda.ui.BereichMenuCreator.java
public class BereichMenuCreator implements IMenuCreator {
Menu mine;
Activator agenda = Activator.getDefault();
String[] sMandanten;
MenuItem[] menuItems;
From source file ch.elexis.core.ui.laboratory.views.LaborOrderPulldownMenuCreator.java
public class LaborOrderPulldownMenuCreator implements IMenuCreator { private final String LAB_ORDER_SELECTED_ACTION_ID = ExtensionPointConstantsUi.LABORORDER + ".selectedId"; private static Log log = Log.get("LaborOrderPulldownMenuCreator"); //$NON-NLS-1$ List<IAction> actions = new Vector<IAction>(); Menu menu = null;
From source file ch.elexis.views.LaborOrderPulldownMenuCreator.java
public class LaborOrderPulldownMenuCreator implements IMenuCreator { private final String LAB_ORDER_SELECTED_ACTION_ID = "ch.elexis.LaborOrder.selectedId"; private static Log log = Log.get("LaborOrderPulldownMenuCreator"); //$NON-NLS-1$ List<IAction> actions = new Vector<IAction>(); Menu menu = null;
From source file com.amazonaws.eclipse.ec2.utils.MenuAction.java
/** * Action class to create static Menu objects */ public class MenuAction extends Action implements IMenuCreator { /** Holds MenuHandler object to process the menus */
From source file com.android.ide.eclipse.adt.internal.lint.RunLintAction.java
/** * Action which runs Lint on the currently projects (and also provides a * pulldown menu in the toolbar for selecting specifically which projects to * check) */ public class RunLintAction implements IObjectActionDelegate, IMenuCreator, IWorkbenchWindowPulldownDelegate {
From source file com.android.ide.eclipse.auidt.internal.lint.RunLintAction.java
/** * Action which runs Lint on the currently projects (and also provides a * pulldown menu in the toolbar for selecting specifically which projects to * check) */ public class RunLintAction implements IObjectActionDelegate, IMenuCreator, IWorkbenchWindowPulldownDelegate {
From source file com.arc.cdt.debug.seecode.internal.ui.DynamicEngineMenu.java
/** * This creates a menu in the menubar that corresponds * to a menu that the SeeCode engine has dynamically created. * @author David Pickens */ class DynamicEngineMenu extends Action implements IMenuCreator, IMenuGenerator {
From source file com.arc.cdt.debug.seecode.internal.ui.SeeCodeSelectorMenuCreator.java
/**
* The creator for the SeeCode display menu.
* <P>
* The menu items are obtained by calling {@link EngineInterface#getDisplaySelectors()}.
* The engine can have the menu refreshed by invoking the appropriate callback
* method.
From source file com.archimatetool.editor.actions.AbstractDropDownAction.java
/** * Drop Down Action * * @author Phillip Beauvoir */ public abstract class AbstractDropDownAction extends Action implements IMenuCreator {