Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

org.eclipse.gmf.runtime.emf.type.core
Interface IElementTypeFactory

All Known Implementing Classes:
AbstractElementTypeFactory

public interface IElementTypeFactory

Factory for custom element types, which must implement one of the IMetamodelType or ISpecializationType interfaces.

Custom element types can define custom parameters whose values can be specified in the element type extension point.

Clients should not implement this interface directly, but should subclass AbstractElementTypeFactoryinstead.


Method Summary
  IMetamodelType createMetamodelType ( IMetamodelTypeDescriptor descriptor)
          Creates the custom metamodel type.
  ISpecializationType createSpecializationType ( ISpecializationTypeDescriptor descriptor)
          Creates the custom specialization type.
 

Method Detail

createMetamodelType


IMetamodelType createMetamodelType(
IMetamodelTypeDescriptor descriptor)
Creates the custom metamodel type.

Parameters:
descriptor - the metamodel type descriptor
Returns:
the custom metamodel type

createSpecializationType


ISpecializationType createSpecializationType(
ISpecializationTypeDescriptor descriptor)
Creates the custom specialization type.

Parameters:
descriptor - the specialization type descriptor
Returns:
the custom specialization type

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire