public interface IExtensionsModelFactory
Modifier and Type | Method and Description |
---|---|
IPluginAttribute |
createAttribute(IPluginElement element)
Creates a new attribute instance for the
provided element.
|
IPluginElement |
createElement(IPluginObject parent)
Creates a new element instance for the
provided parent.
|
IPluginExtension |
createExtension()
Creates a new extension instance.
|
IPluginExtensionPoint |
createExtensionPoint()
Creates a new extension point instance
|
IPluginAttribute createAttribute(IPluginElement element)
element
- the parent elementIPluginElement createElement(IPluginObject parent)
parent
- the parent elementIPluginExtension createExtension()
IPluginExtensionPoint createExtensionPoint()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.