Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Method and Description |
---|---|
void |
IAdapterManager.registerAdapters(IAdapterFactory factory,
Class<?> adaptable)
Registers the given adapter factory as extending objects of the given
type.
|
void |
IAdapterManager.unregisterAdapters(IAdapterFactory factory)
Removes the given adapter factory completely from the list of registered
factories.
|
void |
IAdapterManager.unregisterAdapters(IAdapterFactory factory,
Class<?> adaptable)
Removes the given adapter factory from the list of factories registered
as extending the given class.
|
Modifier and Type | Class and Description |
---|---|
class |
EObjModelHandler |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.