Class MdAefAdapterFactory

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

    public class MdAefAdapterFactory
    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:
    MdAefPackage
    • Field Detail

      • modelPackage

        protected static MdAefPackage modelPackage
        The cached model package.
      • modelSwitch

        protected MdAefSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • MdAefAdapterFactory

        public MdAefAdapterFactory()
        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.
      • createValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Value Control View Model'. 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:
        ValueControlViewModel
      • createBooleanValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createBooleanValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Boolean Value Control View Model'. 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:
        BooleanValueControlViewModel
      • createDateValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createDateValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Date Value Control View Model'. 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:
        DateValueControlViewModel
      • createEnumValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createEnumValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Enum Value Control View Model'. 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:
        EnumValueControlViewModel
      • createStringValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createStringValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'String Value Control View Model'. 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:
        StringValueControlViewModel
      • createNumberValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createNumberValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Number Value Control View Model'. 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:
        NumberValueControlViewModel
      • createPredefinedValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createPredefinedValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Predefined Value Control View Model'. 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:
        PredefinedValueControlViewModel
      • createTypeSelectionControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeSelectionControlViewModelAdapter()
        Creates a new adapter for an object of class 'Type Selection Control View Model'. 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:
        TypeSelectionControlViewModel
      • createColorValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createColorValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Color Value Control View Model'. 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:
        ColorValueControlViewModel
      • createFontValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createFontValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Font Value Control View Model'. 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:
        FontValueControlViewModel
      • createBorderValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createBorderValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Border Value Control View Model'. 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:
        BorderValueControlViewModel
      • createSysEnumValueControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createSysEnumValueControlViewModelAdapter()
        Creates a new adapter for an object of class 'Sys Enum Value Control View Model'. 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:
        SysEnumValueControlViewModel
      • createCharacteristicsTableViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCharacteristicsTableViewModelAdapter()
        Creates a new adapter for an object of class 'Characteristics Table View Model'. 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:
        CharacteristicsTableViewModel
      • createCharacteristicsTableItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCharacteristicsTableItemViewModelAdapter()
        Creates a new adapter for an object of class 'Characteristics Table Item View Model'. 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:
        CharacteristicsTableItemViewModel
      • createCharacteristicsDynamicTableInputAdapter

        public org.eclipse.emf.common.notify.Adapter createCharacteristicsDynamicTableInputAdapter()
        Creates a new adapter for an object of class 'Characteristics Dynamic Table Input'. 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:
        CharacteristicsDynamicTableInput
      • createCommonAttributesDataViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAttributesDataViewModelAdapter()
        Creates a new adapter for an object of class 'Common Attributes Data View Model'. 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:
        CommonAttributesDataViewModel
      • createCommonAttributesDataItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAttributesDataItemViewModelAdapter()
        Creates a new adapter for an object of class 'Common Attributes Data Item View Model'. 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:
        CommonAttributesDataItemViewModel
      • createCommonAttributeContentViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAttributeContentViewModelAdapter()
        Creates a new adapter for an object of class 'Common Attribute Content View Model'. 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:
        CommonAttributeContentViewModel
      • createCommonAttributeContentItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAttributeContentItemViewModelAdapter()
        Creates a new adapter for an object of class 'Common Attribute Content Item View Model'. 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:
        CommonAttributeContentItemViewModel
      • createPredefinedDataViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createPredefinedDataViewModelAdapter()
        Creates a new adapter for an object of class 'Predefined Data View Model'. 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:
        PredefinedDataViewModel
      • createPredefinedDataItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createPredefinedDataItemViewModelAdapter()
        Creates a new adapter for an object of class 'Predefined Data Item View Model'. 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:
        PredefinedDataItemViewModel
      • createAccountingFlagsViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createAccountingFlagsViewModelAdapter()
        Creates a new adapter for an object of class 'Accounting Flags View Model'. 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:
        AccountingFlagsViewModel
      • createAccountingFlagsItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createAccountingFlagsItemViewModelAdapter()
        Creates a new adapter for an object of class 'Accounting Flags Item View Model'. 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:
        AccountingFlagsItemViewModel
      • createExtDimensionTypesViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createExtDimensionTypesViewModelAdapter()
        Creates a new adapter for an object of class 'Ext Dimension Types View Model'. 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:
        ExtDimensionTypesViewModel
      • createExtDimensionTypesItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createExtDimensionTypesItemViewModelAdapter()
        Creates a new adapter for an object of class 'Ext Dimension Types Item View Model'. 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:
        ExtDimensionTypesItemViewModel
      • createExchangePlanContentViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createExchangePlanContentViewModelAdapter()
        Creates a new adapter for an object of class 'Exchange Plan Content View Model'. 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:
        ExchangePlanContentViewModel
      • createExchangePlanContentItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createExchangePlanContentItemViewModelAdapter()
        Creates a new adapter for an object of class 'Exchange Plan Content Item View Model'. 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:
        ExchangePlanContentItemViewModel
      • createCommonPictureContentGridItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonPictureContentGridItemViewModelAdapter()
        Creates a new adapter for an object of class 'Common Picture Content Grid Item View Model'. 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:
        CommonPictureContentGridItemViewModel
      • createDataExchangeViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createDataExchangeViewModelAdapter()
        Creates a new adapter for an object of class 'Data Exchange View Model'. 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:
        DataExchangeViewModel
      • createDataExchangeItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createDataExchangeItemViewModelAdapter()
        Creates a new adapter for an object of class 'Data Exchange Item View Model'. 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:
        DataExchangeItemViewModel
      • createChoiceParametersViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createChoiceParametersViewModelAdapter()
        Creates a new adapter for an object of class 'Choice Parameters View Model'. 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:
        ChoiceParametersViewModel
      • createChoiceParameterItemAdapter

        public org.eclipse.emf.common.notify.Adapter createChoiceParameterItemAdapter()
        Creates a new adapter for an object of class 'Choice Parameter Item'. 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:
        ChoiceParameterItem
      • createRequiredPermissionsViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createRequiredPermissionsViewModelAdapter()
        Creates a new adapter for an object of class 'Required Permissions View Model'. 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:
        RequiredPermissionsViewModel
      • createRequiredPermissionsItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createRequiredPermissionsItemViewModelAdapter()
        Creates a new adapter for an object of class 'Required Permissions Item View Model'. 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:
        RequiredPermissionsItemViewModel
      • createRequiredPermissionMessagesViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createRequiredPermissionMessagesViewModelAdapter()
        Creates a new adapter for an object of class 'Required Permission Messages View Model'. 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:
        RequiredPermissionMessagesViewModel
      • createRequiredPermissionMessageItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createRequiredPermissionMessageItemViewModelAdapter()
        Creates a new adapter for an object of class 'Required Permission Message Item View Model'. 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:
        RequiredPermissionMessageItemViewModel
      • createMobileApplicationUrlsViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileApplicationUrlsViewModelAdapter()
        Creates a new adapter for an object of class 'Mobile Application Urls View Model'. 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:
        MobileApplicationUrlsViewModel
      • createMobileApplicationUrlItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileApplicationUrlItemViewModelAdapter()
        Creates a new adapter for an object of class 'Mobile Application Url Item View Model'. 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:
        MobileApplicationUrlItemViewModel
      • createPredefinedItemCodeViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createPredefinedItemCodeViewModelAdapter()
        Creates a new adapter for an object of class 'Predefined Item Code View Model'. 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:
        PredefinedItemCodeViewModel
      • createIViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createIViewModelAdapter()
        Creates a new adapter for an object of class 'IView Model'. 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:
        IViewModel
      • createIControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createIControlViewModelAdapter()
        Creates a new adapter for an object of class 'IControl View Model'. 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:
        IControlViewModel
      • createControlViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createControlViewModelAdapter()
        Creates a new adapter for an object of class 'Control View Model'. 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:
        ControlViewModel
      • createSelectViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createSelectViewModelAdapter()
        Creates a new adapter for an object of class 'Select View Model'. 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:
        SelectViewModel
      • createComboViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createComboViewModelAdapter()
        Creates a new adapter for an object of class 'Combo View Model'. 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:
        ComboViewModel
      • createComboSelectViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createComboSelectViewModelAdapter()
        Creates a new adapter for an object of class 'Combo Select View Model'. 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:
        ComboSelectViewModel
      • createActionBarViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createActionBarViewModelAdapter()
        Creates a new adapter for an object of class 'Action Bar View Model'. 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:
        ActionBarViewModel
      • createColorActionBarViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createColorActionBarViewModelAdapter()
        Creates a new adapter for an object of class 'Color Action Bar View Model'. 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:
        ColorActionBarViewModel
      • createEditableComboViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createEditableComboViewModelAdapter()
        Creates a new adapter for an object of class 'Editable Combo View Model'. 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:
        EditableComboViewModel
      • createStructuredViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createStructuredViewModelAdapter()
        Creates a new adapter for an object of class 'Structured View Model'. 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:
        StructuredViewModel
      • createTableViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createTableViewModelAdapter()
        Creates a new adapter for an object of class 'Table View Model'. 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:
        TableViewModel
      • createItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createItemViewModelAdapter()
        Creates a new adapter for an object of class 'Item View Model'. 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:
        ItemViewModel
      • createCheckedItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createCheckedItemViewModelAdapter()
        Creates a new adapter for an object of class 'Checked Item View Model'. 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:
        CheckedItemViewModel
      • createTableItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createTableItemViewModelAdapter()
        Creates a new adapter for an object of class 'Table Item View Model'. 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:
        TableItemViewModel
      • createITableInputAdapter

        public org.eclipse.emf.common.notify.Adapter createITableInputAdapter()
        Creates a new adapter for an object of class 'ITable Input'. 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:
        ITableInput
      • createDynamicTableInputAdapter

        public org.eclipse.emf.common.notify.Adapter createDynamicTableInputAdapter()
        Creates a new adapter for an object of class 'Dynamic Table Input'. 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:
        DynamicTableInput
      • createTreeViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createTreeViewModelAdapter()
        Creates a new adapter for an object of class 'Tree View Model'. 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:
        TreeViewModel
      • createTreeItemViewModelAdapter

        public org.eclipse.emf.common.notify.Adapter createTreeItemViewModelAdapter()
        Creates a new adapter for an object of class 'Tree Item View Model'. 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:
        TreeItemViewModel
      • createIGridItemAdapter

        public org.eclipse.emf.common.notify.Adapter createIGridItemAdapter()
        Creates a new adapter for an object of class 'IGrid Item'. 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:
        IGridItem
      • 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.