Uses of Enum Class
org.eclipse.gef.common.adapt.inject.AdapterInjectionSupport.LoggingMode
Packages that use AdapterInjectionSupport.LoggingMode
Package
Description
This package provides support for Google Guice-based injection of adapters.
-
Uses of AdapterInjectionSupport.LoggingMode in org.eclipse.gef.common.adapt.inject
Methods in org.eclipse.gef.common.adapt.inject that return AdapterInjectionSupport.LoggingModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AdapterInjectionSupport.LoggingMode[]
AdapterInjectionSupport.LoggingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.gef.common.adapt.inject with parameters of type AdapterInjectionSupport.LoggingModeModifierConstructorDescriptionAdaptableTypeListener
(AdapterInjectionSupport.LoggingMode loggingMode) Constructs a newAdaptableTypeListener
and specifies theAdapterInjectionSupport.LoggingMode
to use.Constructs a newAdapterInjectionSupport
and specifies theAdapterInjectionSupport.LoggingMode
to use.AdapterInjector
(Method method, AdapterInjectionSupport.LoggingMode loggingMode) Creates a newAdapterInjector
to inject the givenMethod
, annotated with the givenAdapterMap
method annotation.