Class LayoutGenerationContextAdapterFactory

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

    public class LayoutGenerationContextAdapterFactory
    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:
    LayoutGenerationContextPackage
    • Constructor Detail

      • LayoutGenerationContextAdapterFactory

        public LayoutGenerationContextAdapterFactory()
        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.
      • createIElementGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createIElementGeneratorContextAdapter()
        Creates a new adapter for an object of class 'IElement Generator Context'. 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:
        IElementGeneratorContext
      • createElementBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Element Base Generator Context'. 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:
        ElementBaseGeneratorContext
      • createElementWithContextMenuBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementWithContextMenuBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Element With Context Menu Base Generator Context'. 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:
        ElementWithContextMenuBaseGeneratorContext
      • createRichElementBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRichElementBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Rich Element Base Generator Context'. 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:
        RichElementBaseGeneratorContext
      • createRichFieldBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRichFieldBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Rich Field Base Generator Context'. 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:
        RichFieldBaseGeneratorContext
      • createGroupBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Group Base Generator Context'. 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:
        GroupBaseGeneratorContext
      • createSlaveElementBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSlaveElementBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Slave Element Base Generator Context'. 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:
        SlaveElementBaseGeneratorContext
      • createSlaveFormElementBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSlaveFormElementBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Slave Form Element Base Generator Context'. 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:
        SlaveFormElementBaseGeneratorContext
      • createSearchStringElementAdditionBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSearchStringElementAdditionBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Search String Element Addition Base Generator Context'. 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:
        SearchStringElementAdditionBaseGeneratorContext
      • createTumblerBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTumblerBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Tumbler Base Generator Context'. 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:
        TumblerBaseGeneratorContext
      • createElementWithAutoCommandBarBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementWithAutoCommandBarBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Element With Auto Command Bar Base Generator Context'. 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:
        ElementWithAutoCommandBarBaseGeneratorContext
      • createSearchControlElementAdditionBaseGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSearchControlElementAdditionBaseGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Search Control Element Addition Base Generator Context'. 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:
        SearchControlElementAdditionBaseGeneratorContext
      • createIExtTooltipGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createIExtTooltipGeneratorContextAdapter()
        Creates a new adapter for an object of class 'IExt Tooltip Generator Context'. 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:
        IExtTooltipGeneratorContext
      • createICommandBarGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createICommandBarGeneratorContextAdapter()
        Creates a new adapter for an object of class 'ICommand Bar Generator Context'. 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:
        ICommandBarGeneratorContext
      • createIAutoAdditionsContainerGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createIAutoAdditionsContainerGeneratorContextAdapter()
        Creates a new adapter for an object of class 'IAuto Additions Container Generator Context'. 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:
        IAutoAdditionsContainerGeneratorContext
      • createIAutoAdditionsProviderGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createIAutoAdditionsProviderGeneratorContextAdapter()
        Creates a new adapter for an object of class 'IAuto Additions Provider Generator Context'. 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:
        IAutoAdditionsProviderGeneratorContext
      • createIMenuElementGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createIMenuElementGeneratorContextAdapter()
        Creates a new adapter for an object of class 'IMenu Element Generator Context'. 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:
        IMenuElementGeneratorContext
      • createInputFieldGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createInputFieldGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Input Field Generator Context'. 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:
        InputFieldGeneratorContext
      • createTextFieldGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTextFieldGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Text Field Generator Context'. 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:
        TextFieldGeneratorContext
      • createImageFieldGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createImageFieldGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Image Field Generator Context'. 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:
        ImageFieldGeneratorContext
      • createHyperlinkButtonGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createHyperlinkButtonGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Hyperlink Button Generator Context'. 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:
        HyperlinkButtonGeneratorContext
      • createTextDecorationGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTextDecorationGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Text Decoration Generator Context'. 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:
        TextDecorationGeneratorContext
      • createPictureDecorationGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureDecorationGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Picture Decoration Generator Context'. 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:
        PictureDecorationGeneratorContext
      • createCheckBoxGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCheckBoxGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Check Box Generator Context'. 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:
        CheckBoxGeneratorContext
      • createSwitcherGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSwitcherGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Switcher Generator Context'. 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:
        SwitcherGeneratorContext
      • createSubMenuGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSubMenuGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Sub Menu Generator Context'. 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:
        SubMenuGeneratorContext
      • createFormButtonGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormButtonGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Form Button Generator Context'. 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:
        FormButtonGeneratorContext
      • createContextMenuGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createContextMenuGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Context Menu Generator Context'. 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:
        ContextMenuGeneratorContext
      • createMenuButtonGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMenuButtonGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Menu Button Generator Context'. 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:
        MenuButtonGeneratorContext
      • createPanelGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPanelGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Panel Generator Context'. 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:
        PanelGeneratorContext
      • createMainElementGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMainElementGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Main Element Generator Context'. 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:
        MainElementGeneratorContext
      • createCommandBarGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandBarGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Command Bar Generator Context'. 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:
        CommandBarGeneratorContext
      • createRadioGroupGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRadioGroupGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Radio Group Generator Context'. 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:
        RadioGroupGeneratorContext
      • createCheckBoxAsTumblerGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCheckBoxAsTumblerGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Check Box As Tumbler Generator Context'. 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:
        CheckBoxAsTumblerGeneratorContext
      • createRadioGroupAsTumblerGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRadioGroupAsTumblerGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Radio Group As Tumbler Generator Context'. 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:
        RadioGroupAsTumblerGeneratorContext
      • createNavigatorGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createNavigatorGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Navigator Generator Context'. 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:
        NavigatorGeneratorContext
      • createProgressBarGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createProgressBarGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Progress Bar Generator Context'. 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:
        ProgressBarGeneratorContext
      • createTrackBarGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTrackBarGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Track Bar Generator Context'. 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:
        TrackBarGeneratorContext
      • createTextDocFieldGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTextDocFieldGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Text Doc Field Generator Context'. 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:
        TextDocFieldGeneratorContext
      • createLogicGroupGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicGroupGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Logic Group Generator Context'. 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:
        LogicGroupGeneratorContext
      • createMenuButtonsGroupGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMenuButtonsGroupGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Menu Buttons Group Generator Context'. 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:
        MenuButtonsGroupGeneratorContext
      • createPageGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPageGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Page Generator Context'. 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:
        PageGeneratorContext
      • createPagesGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPagesGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Pages Generator Context'. 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:
        PagesGeneratorContext
      • createMoxelGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMoxelGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Moxel Generator Context'. 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:
        MoxelGeneratorContext
      • createCalendarFieldGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCalendarFieldGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Calendar Field Generator Context'. 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:
        CalendarFieldGeneratorContext
      • createHTMLGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createHTMLGeneratorContextAdapter()
        Creates a new adapter for an object of class 'HTML Generator Context'. 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:
        HTMLGeneratorContext
      • createFormattedDocGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormattedDocGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Formatted Doc Generator Context'. 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:
        FormattedDocGeneratorContext
      • createPlannerGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPlannerGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Planner Generator Context'. 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:
        PlannerGeneratorContext
      • createPeriodFieldGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPeriodFieldGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Period Field Generator Context'. 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:
        PeriodFieldGeneratorContext
      • createChartGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createChartGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Chart Generator Context'. 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:
        ChartGeneratorContext
      • createGanttChartGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGanttChartGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Gantt Chart Generator Context'. 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:
        GanttChartGeneratorContext
      • createDendrogramGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createDendrogramGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Dendrogram Generator Context'. 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:
        DendrogramGeneratorContext
      • createFlowchartGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFlowchartGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Flowchart Generator Context'. 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:
        FlowchartGeneratorContext
      • createGeographicalMapGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalMapGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Geographical Map Generator Context'. 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:
        GeographicalMapGeneratorContext
      • createTableColumnGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableColumnGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Table Column Generator Context'. 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:
        TableColumnGeneratorContext
      • createTableColumnsGroupGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableColumnsGroupGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Table Columns Group Generator Context'. 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:
        TableColumnsGroupGeneratorContext
      • createTableGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Table Generator Context'. 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:
        TableGeneratorContext
      • createHippoGeneratorContextAdapter

        public org.eclipse.emf.common.notify.Adapter createHippoGeneratorContextAdapter()
        Creates a new adapter for an object of class 'Hippo Generator Context'. 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:
        HippoGeneratorContext
      • createLongHippoLayTableMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createLongHippoLayTableMapEntryAdapter()
        Creates a new adapter for an object of class 'Long Hippo Lay Table Map Entry'. 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:
        Map.Entry
      • createLongFormVisualMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createLongFormVisualMapEntryAdapter()
        Creates a new adapter for an object of class 'Long Form Visual Map Entry'. 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:
        Map.Entry
      • createStringFormVisualMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createStringFormVisualMapEntryAdapter()
        Creates a new adapter for an object of class 'String Form Visual Map Entry'. 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:
        Map.Entry
      • createMobileTransformationsAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileTransformationsAdapter()
        Creates a new adapter for an object of class 'Mobile Transformations'. 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:
        MobileTransformations
      • 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.