Class LayoutDescriptionModelAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class LayoutDescriptionModelAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    LayoutDescriptionModelPackage
    • Constructor Detail

      • LayoutDescriptionModelAdapterFactory

        public LayoutDescriptionModelAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createHippoLayElementBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayElementBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Element Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayElementBase
      • createHippoLayFormElementBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormElementBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Form Element Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormElementBase
      • createIHippoLayElementWithFontAdapter

        public org.eclipse.emf.common.notify.Adapter createIHippoLayElementWithFontAdapter()
        Creates a new adapter for an object of class 'IHippo Lay Element With Font'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        IHippoLayElementWithFont
      • createIHippoLayElementWithBackColorAdapter

        public org.eclipse.emf.common.notify.Adapter createIHippoLayElementWithBackColorAdapter()
        Creates a new adapter for an object of class 'IHippo Lay Element With Back Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        IHippoLayElementWithBackColor
      • createIHippoLayElementWithTextColorAdapter

        public org.eclipse.emf.common.notify.Adapter createIHippoLayElementWithTextColorAdapter()
        Creates a new adapter for an object of class 'IHippo Lay Element With Text Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        IHippoLayElementWithTextColor
      • createIHippoLayElementWithBorderColorAdapter

        public org.eclipse.emf.common.notify.Adapter createIHippoLayElementWithBorderColorAdapter()
        Creates a new adapter for an object of class 'IHippo Lay Element With Border Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        IHippoLayElementWithBorderColor
      • createHippoLayElementWithCustomizationAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayElementWithCustomizationAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Element With Customization'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayElementWithCustomization
      • createHippoLayElementWCMBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayElementWCMBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Element WCM Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayElementWCMBase
      • createHippoLayElementWCMFormElementBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayElementWCMFormElementBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Element WCM Form Element Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayElementWCMFormElementBase
      • createIHippoLayLayerAdapter

        public org.eclipse.emf.common.notify.Adapter createIHippoLayLayerAdapter()
        Creates a new adapter for an object of class 'IHippo Lay Layer'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        IHippoLayLayer
      • createHippoLayFormElementExtBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormElementExtBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Form Element Ext Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormElementExtBase
      • createHippoLayGroupBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGroupBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Group Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGroupBase
      • createHippoLayGroupFormElementBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGroupFormElementBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Group Form Element Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGroupFormElementBase
      • createHippoLayGroupFormElementExtBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGroupFormElementExtBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Group Form Element Ext Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGroupFormElementExtBase
      • createHippoLayVirtualGridBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayVirtualGridBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Virtual Grid Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayVirtualGridBase
      • createHippoLayVirtualGridFormElementExtBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayVirtualGridFormElementExtBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Virtual Grid Form Element Ext Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayVirtualGridFormElementExtBase
      • createHippoLayVirtualGridAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayVirtualGridAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Virtual Grid'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayVirtualGrid
      • createHippoLayFormGroupBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormGroupBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Form Group Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormGroupBase
      • createHippoLayFormGroupFormElementExtBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormGroupFormElementExtBaseAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Form Group Form Element Ext Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormGroupFormElementExtBase
      • createLayoutPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createLayoutPictureAdapter()
        Creates a new adapter for an object of class 'Layout Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LayoutPicture
      • createHippoLayFormAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Form'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayForm
      • createHippoLayPageAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayPageAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Page'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayPage
      • createHippoLayPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayPanelAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayPanel
      • createHippoLaySeparatePanelAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLaySeparatePanelAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Separate Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLaySeparatePanel
      • createHippoLayFormRichElementAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormRichElementAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Form Rich Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormRichElement
      • createHippoLayTableColumnsGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayTableColumnsGroupAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Table Columns Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayTableColumnsGroup
      • createHippoLayTableColumnAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayTableColumnAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Table Column'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayTableColumn
      • createHippoLayEditAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayEditAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Edit'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayEdit
      • createHippoLaySubMenuAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLaySubMenuAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Sub Menu'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLaySubMenu
      • createHippoLayCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayCommandAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayCommand
      • createHippoLayMenuSeparatorAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayMenuSeparatorAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Menu Separator'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayMenuSeparator
      • createHippoLayNavigatorAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayNavigatorAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Navigator'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayNavigator
      • createHippoLayCommandBarAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayCommandBarAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Command Bar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayCommandBar
      • createHippoLayLogicGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayLogicGroupAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Logic Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayLogicGroup
      • createHippoLayPagesAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayPagesAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Pages'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayPages
      • createHippoLayTableAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayTableAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Table'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayTable
      • createHippoLaySplitterAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLaySplitterAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Splitter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLaySplitter
      • createHippoLayContextMenuAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayContextMenuAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Context Menu'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayContextMenu
      • createHippoLayStaticTextAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayStaticTextAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Static Text'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayStaticText
      • createHippoLayCalendarAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayCalendarAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Calendar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayCalendar
      • createHippoLayChartAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayChartAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Chart'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayChart
      • createHippoLayCheckBoxAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayCheckBoxAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Check Box'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayCheckBox
      • createHippoLaySwitcherAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLaySwitcherAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Switcher'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLaySwitcher
      • createHippoLayFormattedAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormattedAreaAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Formatted Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormattedArea
      • createHippoLayExternalObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayExternalObjectAdapter()
        Creates a new adapter for an object of class 'Hippo Lay External Object'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayExternalObject
      • createHippoLayDendrogramAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayDendrogramAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Dendrogram'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayDendrogram
      • createHippoLayFlowchartAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFlowchartAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Flowchart'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFlowchart
      • createHippoLayFormattedDocAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayFormattedDocAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Formatted Doc'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayFormattedDoc
      • createHippoLayButtonAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayButtonAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Button'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayButton
      • createHippoLayGanttChartAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGanttChartAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Gantt Chart'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGanttChart
      • createHippoLayGeographicalMapAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGeographicalMapAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Geographical Map'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGeographicalMap
      • createHippoLayHTMLAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayHTMLAdapter()
        Creates a new adapter for an object of class 'Hippo Lay HTML'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayHTML
      • createHippoLayTumblerAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayTumblerAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Tumbler'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayTumbler
      • createHippoLayImageAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayImageAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Image'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayImage
      • createHippoLayMoxelAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayMoxelAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Moxel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayMoxel
      • createHippoLayRadioGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayRadioGroupAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Radio Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayRadioGroup
      • createHippoLayRadioGroupMobileAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayRadioGroupMobileAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Radio Group Mobile'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayRadioGroupMobile
      • createHippoLayGroupMobileAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGroupMobileAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Group Mobile'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGroupMobile
      • createHippoLayRadioButtonAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayRadioButtonAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Radio Button'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayRadioButton
      • createHippoLayProgressBarAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayProgressBarAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Progress Bar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayProgressBar
      • createHippoLayTrackBarAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayTrackBarAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Track Bar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayTrackBar
      • createHippoLayTextDocAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayTextDocAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Text Doc'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayTextDoc
      • createHippoLayPlannerAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayPlannerAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Planner'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayPlanner
      • createHippoLayPeriodAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayPeriodAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Period'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayPeriod
      • createHippoLayViewStatusAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayViewStatusAdapter()
        Creates a new adapter for an object of class 'Hippo Lay View Status'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayViewStatus
      • createHippoLayGroupBoxAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayGroupBoxAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Group Box'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayGroupBox
      • createHippoLayBackObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoLayBackObjectAdapter()
        Creates a new adapter for an object of class 'Hippo Lay Back Object'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HippoLayBackObject
      • createVirtualGridElementDescriptionAdapter

        public org.eclipse.emf.common.notify.Adapter createVirtualGridElementDescriptionAdapter()
        Creates a new adapter for an object of class 'Virtual Grid Element Description'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        VirtualGridElementDescription
      • createVirtualColumnAdapter

        public org.eclipse.emf.common.notify.Adapter createVirtualColumnAdapter()
        Creates a new adapter for an object of class 'Virtual Column'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        VirtualColumn
      • createVirtualRowAdapter

        public org.eclipse.emf.common.notify.Adapter createVirtualRowAdapter()
        Creates a new adapter for an object of class 'Virtual Row'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        VirtualRow
      • createMobilePreviewInfoAdapter

        public org.eclipse.emf.common.notify.Adapter createMobilePreviewInfoAdapter()
        Creates a new adapter for an object of class 'Mobile Preview Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        MobilePreviewInfo
      • createFormPictureCollectionAdapter

        public org.eclipse.emf.common.notify.Adapter createFormPictureCollectionAdapter()
        Creates a new adapter for an object of class 'Form Picture Collection'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FormPictureCollection
      • createLayoutFormPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createLayoutFormPictureAdapter()
        Creates a new adapter for an object of class 'Layout Form Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LayoutFormPicture
      • createPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureAdapter()
        Creates a new adapter for an object of class 'Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Picture
      • createPictureDefAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureDefAdapter()
        Creates a new adapter for an object of class 'Picture Def'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PictureDef
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.