Uses of Package
org.eclipse.gef.common.adapt
-
Packages that use org.eclipse.gef.common.adapt Package Description org.eclipse.gef.common.adapt This package provides abstractions and implementations related to an enhanced adaptable-pattern.org.eclipse.gef.common.adapt.inject This package provides support for Google Guice-based injection of adapters. -
Classes in org.eclipse.gef.common.adapt used by org.eclipse.gef.common.adapt Class Description AdapterKey IAdaptable AnIAdaptable
allows to register and retrieve adapters under a givenAdapterKey
, which combines aTypeToken
-based type key and aString
-based role.IAdaptable.Bound To be implemented by an adapter to indicate that it intends to be bounded to the respectiveIAdaptable
it is registered at. -
Classes in org.eclipse.gef.common.adapt used by org.eclipse.gef.common.adapt.inject Class Description AdapterKey IAdaptable AnIAdaptable
allows to register and retrieve adapters under a givenAdapterKey
, which combines aTypeToken
-based type key and aString
-based role.