Class AefStandardAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com._1c.g5.aef2.standard.viewModels.util.AefStandardAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class AefStandardAdapterFactory 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:
  • Field Details

    • modelPackage

      protected static AefStandardPackage modelPackage
      The cached model package.
    • modelSwitch

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

    • AefStandardAdapterFactory

      public AefStandardAdapterFactory()
      Creates an instance of the adapter factory.
  • Method Details

    • 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.
    • createAefGridLayoutDataAdapter

      public org.eclipse.emf.common.notify.Adapter createAefGridLayoutDataAdapter()
      Creates a new adapter for an object of class 'Aef Grid Layout Data'. 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:
    • createAefGridLayoutAdapter

      public org.eclipse.emf.common.notify.Adapter createAefGridLayoutAdapter()
      Creates a new adapter for an object of class 'Aef Grid Layout'. 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:
    • createNoChangeLayoutDataAdapter

      public org.eclipse.emf.common.notify.Adapter createNoChangeLayoutDataAdapter()
      Creates a new adapter for an object of class 'No Change Layout Data'. 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:
    • createNoChangeLayoutAdapter

      public org.eclipse.emf.common.notify.Adapter createNoChangeLayoutAdapter()
      Creates a new adapter for an object of class 'No Change Layout'. 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:
    • 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:
    • createDialogViewModelAdapter

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createScrolledCompositeViewModelAdapter()
      Creates a new adapter for an object of class 'Scrolled Composite 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:
    • createScrolledCompositeContentViewModelAdapter

      public org.eclipse.emf.common.notify.Adapter createScrolledCompositeContentViewModelAdapter()
      Creates a new adapter for an object of class 'Scrolled Composite 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:
    • createSectionViewModelAdapter

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

      public org.eclipse.emf.common.notify.Adapter createSectionActionItemViewModelAdapter()
      Creates a new adapter for an object of class 'Section Action 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:
    • createFieldViewModelAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createImageButtonViewModelAdapter()
      Creates a new adapter for an object of class 'Image Button 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:
    • createTextViewModelAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createComboLabelViewModelAdapter()
      Creates a new adapter for an object of class 'Combo Label 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:
    • createCheckableLabelViewModelAdapter

      public org.eclipse.emf.common.notify.Adapter createCheckableLabelViewModelAdapter()
      Creates a new adapter for an object of class 'Checkable Label 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:
    • createCheckboxViewModelAdapter

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

      public org.eclipse.emf.common.notify.Adapter createAbstractSpinnerViewModelAdapter()
      Creates a new adapter for an object of class 'Abstract Spinner 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:
    • createSpinnerViewModelAdapter

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

      public org.eclipse.emf.common.notify.Adapter createAbstractLongSpinnerViewModelAdapter()
      Creates a new adapter for an object of class 'Abstract Long Spinner 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:
    • createLongSpinnerViewModelAdapter

      public org.eclipse.emf.common.notify.Adapter createLongSpinnerViewModelAdapter()
      Creates a new adapter for an object of class 'Long Spinner 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:
    • createBigDecimalSpinnerViewModelAdapter

      public org.eclipse.emf.common.notify.Adapter createBigDecimalSpinnerViewModelAdapter()
      Creates a new adapter for an object of class 'Big Decimal Spinner 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:
    • createAbstractDoubleSpinnerViewModelAdapter

      public org.eclipse.emf.common.notify.Adapter createAbstractDoubleSpinnerViewModelAdapter()
      Creates a new adapter for an object of class 'Abstract Double Spinner 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:
    • createDoubleSpinnerViewModelAdapter

      public org.eclipse.emf.common.notify.Adapter createDoubleSpinnerViewModelAdapter()
      Creates a new adapter for an object of class 'Double Spinner 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:
    • createRadioGroupViewModelAdapter

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

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createStaticTreeInputAdapter()
      Creates a new adapter for an object of class 'Static Tree 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:
    • createDynamicTreeInputAdapter

      public org.eclipse.emf.common.notify.Adapter createDynamicTreeInputAdapter()
      Creates a new adapter for an object of class 'Dynamic Tree 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:
    • createLinkViewModelAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createExternalValidationStatusEntryAdapter()
      Creates a new adapter for an object of class 'External Validation Status 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:
    • createExternalValidationStatusAdapter

      public org.eclipse.emf.common.notify.Adapter createExternalValidationStatusAdapter()
      Creates a new adapter for an object of class 'External Validation 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:
    • createIAefLayoutDataAdapter

      public org.eclipse.emf.common.notify.Adapter createIAefLayoutDataAdapter()
      Creates a new adapter for an object of class 'IAef Layout Data'. 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:
    • createIAefLayoutAdapter

      public org.eclipse.emf.common.notify.Adapter createIAefLayoutAdapter()
      Creates a new adapter for an object of class 'IAef Layout'. 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:
    • 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:
    • 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:
    • createIContainerViewModelAdapter

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

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

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