Uses of Class
org.eclipse.gef.common.adapt.inject.AdapterInjectionSupport.LoggingMode
-
Packages that use AdapterInjectionSupport.LoggingMode Package Description org.eclipse.gef.common.adapt.inject 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.LoggingMode Modifier and Type Method Description static AdapterInjectionSupport.LoggingMode
AdapterInjectionSupport.LoggingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdapterInjectionSupport.LoggingMode[]
AdapterInjectionSupport.LoggingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.gef.common.adapt.inject with parameters of type AdapterInjectionSupport.LoggingMode Constructor Description AdaptableTypeListener(AdapterInjectionSupport.LoggingMode loggingMode)
Constructs a newAdaptableTypeListener
and specifies theAdapterInjectionSupport.LoggingMode
to use.AdapterInjectionSupport(AdapterInjectionSupport.LoggingMode loggingMode)
Constructs a newAdapterInjectionSupport
and specifies theAdapterInjectionSupport.LoggingMode
to use.AdapterInjector(java.lang.reflect.Method method, AdapterInjectionSupport.LoggingMode loggingMode)
Creates a newAdapterInjector
to inject the givenMethod
, annotated with the givenAdapterMap
method annotation.
-