Package | Description |
---|---|
org.eclipse.gef.common.adapt.inject |
This package provides support for Google Guice-based injection of adapters.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AdaptableTypeListener(AdapterInjectionSupport.LoggingMode loggingMode)
Constructs a new
AdaptableTypeListener and specifies the
AdapterInjectionSupport.LoggingMode to use. |
AdapterInjectionSupport(AdapterInjectionSupport.LoggingMode loggingMode)
Constructs a new
AdapterInjectionSupport and specifies the
AdapterInjectionSupport.LoggingMode to use. |
AdapterInjector(java.lang.reflect.Method method,
AdapterInjectionSupport.LoggingMode loggingMode)
Creates a new
AdapterInjector to inject the given Method ,
annotated with the given AdapterMap method annotation. |
Copyright (c) 2014 itemis AG and others. All rights reserved.