Uses of Enum Class
org.eclipse.emf.compare.rcp.extension.AbstractRegistryEventListener.Action
Packages that use AbstractRegistryEventListener.Action
Package
Description
-
Uses of AbstractRegistryEventListener.Action in org.eclipse.emf.compare.rcp.extension
Methods in org.eclipse.emf.compare.rcp.extension that return AbstractRegistryEventListener.ActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractRegistryEventListener.Action[]
AbstractRegistryEventListener.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.compare.rcp.extension with parameters of type AbstractRegistryEventListener.ActionModifier and TypeMethodDescriptionprotected boolean
AbstractRegistryEventListener.readElement
(org.eclipse.core.runtime.IConfigurationElement element, AbstractRegistryEventListener.Action action) Reads the givenelement
. -
Uses of AbstractRegistryEventListener.Action in org.eclipse.emf.compare.rcp.internal.merger
Methods in org.eclipse.emf.compare.rcp.internal.merger with parameters of type AbstractRegistryEventListener.ActionModifier and TypeMethodDescriptionprotected boolean
MergerExtensionRegistryListener.readElement
(org.eclipse.core.runtime.IConfigurationElement element, AbstractRegistryEventListener.Action b) Reads the givenelement
.