Home
last modified time | relevance | path

Searched refs:PL_ACCELERATOR_CONFIGURATIONS (Results 1 – 3 of 3) sorted by relevance

/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 DAcceleratorConfigurationsExtensionDynamicTest.java59 return IWorkbenchRegistryConstants.PL_ACCELERATOR_CONFIGURATIONS; 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/registry/
H A DIWorkbenchRegistryConstants.java576 String PL_ACCELERATOR_CONFIGURATIONS = "acceleratorConfigurations"; //$NON-NLS-1$ field
724 … EXTENSION_ACCELERATOR_CONFIGURATIONS = PlatformUI.PLUGIN_ID + '.' + PL_ACCELERATOR_CONFIGURATIONS;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/
H A DBindingPersistence.java1083 IWorkbenchRegistryConstants.PL_ACCELERATOR_CONFIGURATIONS); in bindingsNeedUpdating()