Home
last modified time | relevance | path

Searched refs:PL_POPUP_MENU (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DObjectActionContributorReader.java70 readRegistry(registry, PlatformUI.PLUGIN_ID, IWorkbenchRegistryConstants.PL_POPUP_MENU); in readPopupContributors()
H A DObjectActionContributorManager.java143 return IWorkbenchRegistryConstants.PL_POPUP_MENU; in getExtensionPointFilter()
H A DViewerActionBuilder.java99 IWorkbenchRegistryConstants.PL_POPUP_MENU); in readViewerContributions()
H A DPopupMenuExtender.java568 && extensionPoint.getSimpleIdentifier().equals(IWorkbenchRegistryConstants.PL_POPUP_MENU)) { in registryChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DIWorkbenchRegistryConstants.java694 String PL_POPUP_MENU = "popupMenus"; //$NON-NLS-1$ field
785 String EXTENSION_POPUP_MENUS = PlatformUI.PLUGIN_ID + '.' + PL_POPUP_MENU;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/
H A DObjectContributionTests.java63 return IWorkbenchRegistryConstants.PL_POPUP_MENU; in getExtensionPoint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/
H A DLegacyActionPersistence.java370 IWorkbenchRegistryConstants.PL_POPUP_MENU).length == 0) in isChangeImportant()