Class ChartEditorAdapterFactory

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

    public class ChartEditorAdapterFactory
    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:
    ChartEditorPackage
    • Field Detail

      • modelPackage

        protected static ChartEditorPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • ChartEditorAdapterFactory

        public ChartEditorAdapterFactory()
        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.
      • createAnyChartRepresentationAdapter

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createTitleAdapter()
        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:
        Title
      • createLegendAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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