Generators

org.topcased.modeler.editorconfigurator
Interface EditorconfiguratorFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface EditorconfiguratorFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
EditorconfiguratorPackage
** Generated **

Field Summary
static java.lang.String copyright
           
static EditorconfiguratorFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 EditorAction createEditorAction()
          Returns a new object of class 'Editor Action'.
 EditorConfiguration createEditorConfiguration()
          Returns a new object of class 'Editor Configuration'.
 EditorconfiguratorPackage getEditorconfiguratorPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

eINSTANCE

static final EditorconfiguratorFactory eINSTANCE
The singleton instance of the factory.

** Generated **
Method Detail

createEditorConfiguration

EditorConfiguration createEditorConfiguration()
Returns a new object of class 'Editor Configuration'.

Returns:
a new object of class 'Editor Configuration'.
** Generated **

createEditorAction

EditorAction createEditorAction()
Returns a new object of class 'Editor Action'.

Returns:
a new object of class 'Editor Action'.
** Generated **

getEditorconfiguratorPackage

EditorconfiguratorPackage getEditorconfiguratorPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
** Generated **

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.