blob: 6b10bf3253a28f75d0764664c420199cff3470fa [file] [log] [blame]
/**
* Copyright (c) 2015 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Thomas Cicognani (Mia-Software) - Bug 470962 - Add shortcuts to activate customs
*/
package org.eclipse.modisco.infra.browser.editor.ui.internal.handlers;
import org.eclipse.emf.facet.efacet.ui.LoadFacetSetShortcutsMenuUtils;
import org.eclipse.jface.action.IContributionItem;
import org.eclipse.ui.actions.CompoundContributionItem;
public class LoadFacetSetShortcutsMenu extends CompoundContributionItem {
@Override
protected IContributionItem[] getContributionItems() {
return LoadFacetSetShortcutsMenuUtils
.getFacetSetItemsFromCurrentEditor();
}
}