Interface LayoutFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    LayoutFactoryImpl

    public interface LayoutFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    LayoutPackage
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LayoutFactory eINSTANCE
      The singleton instance of the factory.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Layout createLayout()
      Returns a new object of class 'Layout'.
      LayoutSplitter createLayoutSplitter()
      Returns a new object of class 'Splitter'.
      TabButtonLayout createTabButtonLayout()
      Returns a new object of class 'Tab Button Layout'.
      TabLayout createTabLayout()
      Returns a new object of class 'Tab Layout'.
      TableLayout createTableLayout()
      Returns a new object of class 'Table Layout'.
      LayoutPackage getLayoutPackage()
      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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Field Detail

      • eINSTANCE

        static final LayoutFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createLayout

        Layout createLayout()
        Returns a new object of class 'Layout'.
        Returns:
        a new object of class 'Layout'.
      • createLayoutSplitter

        LayoutSplitter createLayoutSplitter()
        Returns a new object of class 'Splitter'.
        Returns:
        a new object of class 'Splitter'.
      • createTabLayout

        TabLayout createTabLayout()
        Returns a new object of class 'Tab Layout'.
        Returns:
        a new object of class 'Tab Layout'.
      • createTabButtonLayout

        TabButtonLayout createTabButtonLayout()
        Returns a new object of class 'Tab Button Layout'.
        Returns:
        a new object of class 'Tab Button Layout'.
      • createTableLayout

        TableLayout createTableLayout()
        Returns a new object of class 'Table Layout'.
        Returns:
        a new object of class 'Table Layout'.
      • getLayoutPackage

        LayoutPackage getLayoutPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.