Class PresentationAdapterFactory

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

    public class PresentationAdapterFactory
    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:
    PresentationPackage
    • Field Detail

      • modelSwitch

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

      • PresentationAdapterFactory

        public PresentationAdapterFactory()
        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.
      • createPresentationAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationAdapter()
        Creates a new adapter for an object of class 'Presentation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Presentation
      • createPresentationChildrenAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChildrenAdapter()
        Creates a new adapter for an object of class 'Children'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChildren
      • createPresentationChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChildAdapter()
        Creates a new adapter for an object of class 'Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChild
      • createPresentationBarChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarChildAdapter()
        Creates a new adapter for an object of class 'Bar Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBarChild
      • createPresentationMenuChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationMenuChildAdapter()
        Creates a new adapter for an object of class 'Menu Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationMenuChild
      • createPresentationTabsChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTabsChildAdapter()
        Creates a new adapter for an object of class 'Tabs Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTabsChild
      • createPresentationTableChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTableChildAdapter()
        Creates a new adapter for an object of class 'Table Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTableChild
      • createPresentationTableColumnsChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTableColumnsChildAdapter()
        Creates a new adapter for an object of class 'Table Columns Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTableColumnsChild
      • createPresentationDropDownChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationDropDownChildAdapter()
        Creates a new adapter for an object of class 'Drop Down Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationDropDownChild
      • createPresentationBarDropDownChildAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarDropDownChildAdapter()
        Creates a new adapter for an object of class 'Bar Drop Down Child'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBarDropDownChild
      • createPresentationLayoutWidthAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLayoutWidthAdapter()
        Creates a new adapter for an object of class 'Layout Width'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLayoutWidth
      • createPresentationLayoutHeightAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLayoutHeightAdapter()
        Creates a new adapter for an object of class 'Layout Height'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLayoutHeight
      • createPresentationLayoutHorizontalStretchAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLayoutHorizontalStretchAdapter()
        Creates a new adapter for an object of class 'Layout Horizontal Stretch'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLayoutHorizontalStretch
      • createPresentationLayoutVerticalStretchAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLayoutVerticalStretchAdapter()
        Creates a new adapter for an object of class 'Layout Vertical Stretch'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLayoutVerticalStretch
      • createPresentationChildrenLayoutDirectionAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChildrenLayoutDirectionAdapter()
        Creates a new adapter for an object of class 'Children Layout Direction'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChildrenLayoutDirection
      • createPresentationChildrenLayoutSizeAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChildrenLayoutSizeAdapter()
        Creates a new adapter for an object of class 'Children Layout Size'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChildrenLayoutSize
      • createPresentationChildrenLayoutHorizontalAlignmentAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChildrenLayoutHorizontalAlignmentAdapter()
        Creates a new adapter for an object of class 'Children Layout Horizontal Alignment'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChildrenLayoutHorizontalAlignment
      • createPresentationEnabledAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationEnabledAdapter()
        Creates a new adapter for an object of class 'Enabled'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationEnabled
      • createPresentationReadOnlyAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationReadOnlyAdapter()
        Creates a new adapter for an object of class 'Read Only'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationReadOnly
      • createPresentationScalableAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationScalableAdapter()
        Creates a new adapter for an object of class 'Scalable'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationScalable
      • createPresentationLayoutLayerAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLayoutLayerAdapter()
        Creates a new adapter for an object of class 'Layout Layer'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLayoutLayer
      • createPresentationLayoutAnchorAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLayoutAnchorAdapter()
        Creates a new adapter for an object of class 'Layout Anchor'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLayoutAnchor
      • createPresentationTitleAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTitleAdapter()
        Creates a new adapter for an object of class 'Title'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTitle
      • createPresentationFieldTitleAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFieldTitleAdapter()
        Creates a new adapter for an object of class 'Field Title'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFieldTitle
      • createPresentationBackgroundColorAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBackgroundColorAdapter()
        Creates a new adapter for an object of class 'Background Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBackgroundColor
      • createPresentationForegroundColorAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationForegroundColorAdapter()
        Creates a new adapter for an object of class 'Foreground Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationForegroundColor
      • createPresentationBorderColorAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBorderColorAdapter()
        Creates a new adapter for an object of class 'Border Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBorderColor
      • createPresentationBorderAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBorderAdapter()
        Creates a new adapter for an object of class 'Border'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBorder
      • createPresentationTextFontAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTextFontAdapter()
        Creates a new adapter for an object of class 'Text Font'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTextFont
      • createPresentationTooltipAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTooltipAdapter()
        Creates a new adapter for an object of class 'Tooltip'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTooltip
      • createPresentationFieldTooltipAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFieldTooltipAdapter()
        Creates a new adapter for an object of class 'Field Tooltip'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFieldTooltip
      • createPresentationPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationPictureAdapter()
        Creates a new adapter for an object of class 'Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationPicture
      • createPresentationHyperlinkAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationHyperlinkAdapter()
        Creates a new adapter for an object of class 'Hyperlink'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationHyperlink
      • createPresentationPointAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationPointAdapter()
        Creates a new adapter for an object of class 'Point'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationPoint
      • createPresentationStyledBorderAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationStyledBorderAdapter()
        Creates a new adapter for an object of class 'Styled Border'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationStyledBorder
      • createPresentationImageAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationImageAdapter()
        Creates a new adapter for an object of class 'Image'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationImage
      • createSimplePresentationImageAdapter

        public org.eclipse.emf.common.notify.Adapter createSimplePresentationImageAdapter()
        Creates a new adapter for an object of class 'Simple Presentation Image'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SimplePresentationImage
      • createBmPresentationImageAdapter

        public org.eclipse.emf.common.notify.Adapter createBmPresentationImageAdapter()
        Creates a new adapter for an object of class 'Bm Presentation Image'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        BmPresentationImage
      • createPresentationColorAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationColorAdapter()
        Creates a new adapter for an object of class 'Color'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationColor
      • createPresentationFontAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFontAdapter()
        Creates a new adapter for an object of class 'Font'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFont
      • createPresentationFormAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFormAdapter()
        Creates a new adapter for an object of class 'Form'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationForm
      • createPresentationCommandBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCommandBaseAdapter()
        Creates a new adapter for an object of class 'Command Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCommandBase
      • createPresentationCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCommandAdapter()
        Creates a new adapter for an object of class 'Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCommand
      • createPresentationBarCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarCommandAdapter()
        Creates a new adapter for an object of class 'Bar Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBarCommand
      • createPresentationLinkCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLinkCommandAdapter()
        Creates a new adapter for an object of class 'Link Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLinkCommand
      • createPresentationSearchBoxBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSearchBoxBaseAdapter()
        Creates a new adapter for an object of class 'Search Box Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSearchBoxBase
      • createPresentationSearchBoxAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSearchBoxAdapter()
        Creates a new adapter for an object of class 'Search Box'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSearchBox
      • createPresentationBarSearchBoxAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarSearchBoxAdapter()
        Creates a new adapter for an object of class 'Bar Search Box'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBarSearchBox
      • createPresentationBarBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarBaseAdapter()
        Creates a new adapter for an object of class 'Bar Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBarBase
      • createPresentationBarAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarAdapter()
        Creates a new adapter for an object of class 'Bar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBar
      • createPresentationAutoBarAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationAutoBarAdapter()
        Creates a new adapter for an object of class 'Auto Bar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationAutoBar
      • createPresentationCommandGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCommandGroupAdapter()
        Creates a new adapter for an object of class 'Command Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCommandGroup
      • createPresentationDropDownCommandBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationDropDownCommandBaseAdapter()
        Creates a new adapter for an object of class 'Drop Down Command Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationDropDownCommandBase
      • createPresentationDropDownCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationDropDownCommandAdapter()
        Creates a new adapter for an object of class 'Drop Down Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationDropDownCommand
      • createPresentationBarDropDownCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBarDropDownCommandAdapter()
        Creates a new adapter for an object of class 'Bar Drop Down Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBarDropDownCommand
      • createPresentationGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationGroupAdapter()
        Creates a new adapter for an object of class 'Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationGroup
      • createPresentationFormSeparatePanelAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFormSeparatePanelAdapter()
        Creates a new adapter for an object of class 'Form Separate Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFormSeparatePanel
      • createPresentationTabsAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTabsAdapter()
        Creates a new adapter for an object of class 'Tabs'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTabs
      • createPresentationTabAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTabAdapter()
        Creates a new adapter for an object of class 'Tab'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTab
      • createPresentationFieldBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFieldBaseAdapter()
        Creates a new adapter for an object of class 'Field Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFieldBase
      • createPresentationCommandPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCommandPanelAdapter()
        Creates a new adapter for an object of class 'Command Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCommandPanel
      • createPresentationButtonBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationButtonBaseAdapter()
        Creates a new adapter for an object of class 'Button Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationButtonBase
      • createPresentationFormButtonAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFormButtonAdapter()
        Creates a new adapter for an object of class 'Form Button'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFormButton
      • createPresentationCommandPanelButtonAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCommandPanelButtonAdapter()
        Creates a new adapter for an object of class 'Command Panel Button'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCommandPanelButton
      • createPresentationCommandPanelSubMenuButtonAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCommandPanelSubMenuButtonAdapter()
        Creates a new adapter for an object of class 'Command Panel Sub Menu Button'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCommandPanelSubMenuButton
      • createPresentationMenuButtonAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationMenuButtonAdapter()
        Creates a new adapter for an object of class 'Menu Button'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationMenuButton
      • createPresentationInputFieldBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationInputFieldBaseAdapter()
        Creates a new adapter for an object of class 'Input Field Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationInputFieldBase
      • createPresentationTextFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTextFieldAdapter()
        Creates a new adapter for an object of class 'Text Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTextField
      • createPresentationNumberFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationNumberFieldAdapter()
        Creates a new adapter for an object of class 'Number Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationNumberField
      • createPresentationDateFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationDateFieldAdapter()
        Creates a new adapter for an object of class 'Date Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationDateField
      • createPresentationLabelFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLabelFieldAdapter()
        Creates a new adapter for an object of class 'Label Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLabelField
      • createPresentationSwitchFieldBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSwitchFieldBaseAdapter()
        Creates a new adapter for an object of class 'Switch Field Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSwitchFieldBase
      • createPresentationRadioFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationRadioFieldAdapter()
        Creates a new adapter for an object of class 'Radio Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationRadioField
      • createPresentationTumblerFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTumblerFieldAdapter()
        Creates a new adapter for an object of class 'Tumbler Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTumblerField
      • createPresentationSwitchFieldItemAdapter

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

        public org.eclipse.emf.common.notify.Adapter createPresentationImageFieldAdapter()
        Creates a new adapter for an object of class 'Image Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationImageField
      • createPresentationProgressBarFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationProgressBarFieldAdapter()
        Creates a new adapter for an object of class 'Progress Bar Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationProgressBarField
      • createPresentationSliderFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSliderFieldAdapter()
        Creates a new adapter for an object of class 'Slider Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSliderField
      • createPresentationCalendarFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCalendarFieldAdapter()
        Creates a new adapter for an object of class 'Calendar Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCalendarField
      • createPresentationBooleanFieldBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBooleanFieldBaseAdapter()
        Creates a new adapter for an object of class 'Boolean Field Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBooleanFieldBase
      • createPresentationSwitcherFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSwitcherFieldAdapter()
        Creates a new adapter for an object of class 'Switcher Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSwitcherField
      • createPresentationCheckboxFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationCheckboxFieldAdapter()
        Creates a new adapter for an object of class 'Checkbox Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationCheckboxField
      • createPresentationBooleanTumblerFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBooleanTumblerFieldAdapter()
        Creates a new adapter for an object of class 'Boolean Tumbler Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBooleanTumblerField
      • createPresentationHtmlDocumentFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationHtmlDocumentFieldAdapter()
        Creates a new adapter for an object of class 'Html Document Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationHtmlDocumentField
      • createPresentationFormattedDocumentFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFormattedDocumentFieldAdapter()
        Creates a new adapter for an object of class 'Formatted Document Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFormattedDocumentField
      • createPresentationPDFDocumentFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationPDFDocumentFieldAdapter()
        Creates a new adapter for an object of class 'PDF Document Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationPDFDocumentField
      • createPresentationTextDocumentFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTextDocumentFieldAdapter()
        Creates a new adapter for an object of class 'Text Document Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTextDocumentField
      • createPresentationGeographicalSchemaFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationGeographicalSchemaFieldAdapter()
        Creates a new adapter for an object of class 'Geographical Schema Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationGeographicalSchemaField
      • createPresentationGraphicalSchemaFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationGraphicalSchemaFieldAdapter()
        Creates a new adapter for an object of class 'Graphical Schema Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationGraphicalSchemaField
      • createPresentationDendrogramFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationDendrogramFieldAdapter()
        Creates a new adapter for an object of class 'Dendrogram Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationDendrogramField
      • createPresentationChartFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChartFieldAdapter()
        Creates a new adapter for an object of class 'Chart Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChartField
      • createPresentationGanttChartFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationGanttChartFieldAdapter()
        Creates a new adapter for an object of class 'Gantt Chart Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationGanttChartField
      • createPresentationSpreadsheetDocumentFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSpreadsheetDocumentFieldAdapter()
        Creates a new adapter for an object of class 'Spreadsheet Document Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSpreadsheetDocumentField
      • createPresentationPlannerFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationPlannerFieldAdapter()
        Creates a new adapter for an object of class 'Planner Field'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationPlannerField
      • createPresentationExtendedTooltipAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationExtendedTooltipAdapter()
        Creates a new adapter for an object of class 'Extended Tooltip'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationExtendedTooltip
      • createPresentationSplitterAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationSplitterAdapter()
        Creates a new adapter for an object of class 'Splitter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationSplitter
      • createPresentationBackObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationBackObjectAdapter()
        Creates a new adapter for an object of class 'Back Object'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationBackObject
      • createPresentationLabelDecorationAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLabelDecorationAdapter()
        Creates a new adapter for an object of class 'Label Decoration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLabelDecoration
      • createPresentationStubAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationStubAdapter()
        Creates a new adapter for an object of class 'Stub'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationStub
      • createPresentationImageDecorationAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationImageDecorationAdapter()
        Creates a new adapter for an object of class 'Image Decoration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationImageDecoration
      • createPresentationViewStatusAdapter

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

        public org.eclipse.emf.common.notify.Adapter createPresentationTableAdapter()
        Creates a new adapter for an object of class 'Table'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTable
      • createPresentationTableColumnsAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTableColumnsAdapter()
        Creates a new adapter for an object of class 'Table Columns'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTableColumns
      • createPresentationTableColumnAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTableColumnAdapter()
        Creates a new adapter for an object of class 'Table Column'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTableColumn
      • createPresentationTableColumnGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationTableColumnGroupAdapter()
        Creates a new adapter for an object of class 'Table Column Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationTableColumnGroup
      • createPresentationFormPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationFormPanelAdapter()
        Creates a new adapter for an object of class 'Form Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationFormPanel
      • createPresentationLabelAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationLabelAdapter()
        Creates a new adapter for an object of class 'Label'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationLabel
      • createPresentationMenuSeparatorAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationMenuSeparatorAdapter()
        Creates a new adapter for an object of class 'Menu Separator'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationMenuSeparator
      • createPresentationChartAdapter

        public org.eclipse.emf.common.notify.Adapter createPresentationChartAdapter()
        Creates a new adapter for an object of class 'Chart'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PresentationChart
      • 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.