Class DtAefAdapterFactory

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

    public class DtAefAdapterFactory
    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:
    DtAefPackage
    • Field Detail

      • modelPackage

        protected static DtAefPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • DtAefAdapterFactory

        public DtAefAdapterFactory()
        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.
      • createButtonItemViewModelAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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