Class CommandsAdapterFactory

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

    public class CommandsAdapterFactory
    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:
    CommandsPackage
    • Field Detail

      • modelPackage

        protected static CommandsPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • CommandsAdapterFactory

        public CommandsAdapterFactory()
        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.
      • createDBGUIExtCmdInfoBaseAdapter

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdInfoBaseAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Info 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:
        DBGUIExtCmdInfoBase
      • createDBGUIExtCmdInfoCallStackFormedAdapter

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdInfoCallStackFormedAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Info Call Stack Formed'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DBGUIExtCmdInfoCallStackFormed
      • createDBGUIExtCmdInfoCorrectedBPAdapter

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdInfoRteBPConditionAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Info Rte BP Condition'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DBGUIExtCmdInfoRteBPCondition
      • createDBGUIExtCmdInfoValueModifyResultAdapter

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdInfoValueModifyResultAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Info Value Modify Result'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DBGUIExtCmdInfoValueModifyResult
      • createDBGUIExtCmdShowMetadataObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdShowMetadataObjectAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Show Metadata 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:
        DBGUIExtCmdShowMetadataObject
      • createDBGUIExtCmdInfoStartedAdapter

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

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdInfoForegroundHelperRequestAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Info Foreground Helper Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DBGUIExtCmdInfoForegroundHelperRequest
      • createDBGUIExtCmdInfoForegroundHelperSetAdapter

        public org.eclipse.emf.common.notify.Adapter createDBGUIExtCmdInfoForegroundHelperSetAdapter()
        Creates a new adapter for an object of class 'DBGUI Ext Cmd Info Foreground Helper Set'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DBGUIExtCmdInfoForegroundHelperSet
      • createDBGUIExtCmdInfoForegroundHelperProcessAdapter

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