Class 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:
    AefStandardPackage
    • Field Detail

      • 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 Detail

      • AefStandardAdapterFactory

        public AefStandardAdapterFactory()
        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.
      • 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:
        AefGridLayoutData
      • 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:
        AefGridLayout
      • 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:
        NoChangeLayoutData
      • 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:
        NoChangeLayout
      • 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
      • 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:
        DialogViewModel
      • 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:
        CompositeControlViewModel
      • 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:
        ContainerViewModel
      • 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:
        CompositeViewModel
      • 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:
        ScrolledCompositeViewModel
      • 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:
        ScrolledCompositeContentViewModel
      • 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:
        SectionViewModel
      • 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:
        SectionActionItemViewModel
      • 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:
        FieldViewModel
      • 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:
        LabelViewModel
      • 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:
        ButtonViewModel
      • 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:
        ImageButtonViewModel
      • 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:
        TextViewModel
      • 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
      • 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
      • 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:
        ComboItemViewModel
      • 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:
        ComboLabelViewModel
      • 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:
        CheckableLabelViewModel
      • 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:
        CheckboxViewModel
      • 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:
        AbstractSpinnerViewModel
      • 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:
        SpinnerViewModel
      • 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:
        AbstractLongSpinnerViewModel
      • 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:
        LongSpinnerViewModel
      • 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:
        BigDecimalSpinnerViewModel
      • 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:
        AbstractDoubleSpinnerViewModel
      • 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:
        DoubleSpinnerViewModel
      • 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:
        RadioGroupViewModel
      • 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:
        RadioGroupItemViewModel
      • 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:
        SeparatorViewModel
      • 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
      • 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
      • 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:
        ITreeInput
      • 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
      • 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
      • 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:
        StaticTreeItemViewModel
      • 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:
        StaticTreeInput
      • 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:
        DynamicTreeInput
      • 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:
        LinkViewModel
      • 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
      • 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
      • 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:
        StaticTableItemViewModel
      • 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:
        StaticTableInput
      • 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
      • 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:
        ExternalValidationStatusEntry
      • 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:
        ExternalValidationStatus
      • 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:
        IAefLayoutData
      • 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:
        IAefLayout
      • 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
      • 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:
        IContainerViewModel
      • 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:
        IDialogViewModel
      • 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:
        IContainerControlViewModel
      • 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.