Home
last modified time | relevance | path

Searched refs:EXTENSION_ACTION_SETS (Results 1 – 2 of 2) 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/registry/
H A DIWorkbenchRegistryConstants.java739 …String EXTENSION_ACTION_SETS = PlatformUI.PLUGIN_ID + '.' + IWorkbenchRegistryConstants.PL_ACTION_… field
/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.java399 …ConfigurationElement configElement : registry.getConfigurationElementsFor(EXTENSION_ACTION_SETS)) { in read()