org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.provider
Class TableinstanceItemProviderAdapterFactory

java.lang.Object
  extended by TableinstanceAdapterFactory
      extended by org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.provider.TableinstanceItemProviderAdapterFactory

Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120

@Deprecated
public class TableinstanceItemProviderAdapterFactory
extends TableinstanceAdapterFactory

This is the factory that is used to provide the interfaces needed to support Viewers. The adapters generated by this factory convert EMF adapter notifications into calls to fireNotifyChanged. The adapters also support Eclipse property sheets. Note that most of the adapters are shared among multiple instances.

Generated:

Constructor Summary
TableinstanceItemProviderAdapterFactory()
          Deprecated. This constructs an instance.
 
Method Summary
 Adapter adapt(Notifier notifier, java.lang.Object type)
          Deprecated. This implementation substitutes the factory itself as the key for the adapter.
 void addListener(INotifyChangedListener notifyChangedListener)
          Deprecated. This adds a listener.
 Adapter createAttributeColumnAdapter()
          Deprecated. This creates an adapter for a AttributeColumn.
 Adapter createContextColumnAdapter()
          Deprecated. This creates an adapter for a ContextColumn.
 Adapter createDefaultLabelColumnAdapter()
          Deprecated. This creates an adapter for a DefaultLabelColumn.
 Adapter createEContainerColumnAdapter()
          Deprecated. This creates an adapter for a EContainerColumn.
 Adapter createFacetAttributeColumnAdapter()
          Deprecated. This creates an adapter for a FacetAttributeColumn.
 Adapter createFacetReferenceColumnAdapter()
          Deprecated. This creates an adapter for a FacetReferenceColumn.
 Adapter createMetaClassColumnAdapter()
          Deprecated. This creates an adapter for a MetaClassColumn.
 Adapter createQueryColumnAdapter()
          Deprecated. This creates an adapter for a QueryColumn.
 Adapter createQueryTableInstanceAdapter()
          Deprecated. This creates an adapter for a QueryTableInstance.
 Adapter createReferenceColumnAdapter()
          Deprecated. This creates an adapter for a ReferenceColumn.
 Adapter createRowAdapter()
          Deprecated. This creates an adapter for a Row.
 Adapter createTableInstanceAdapter()
          Deprecated. This creates an adapter for a TableInstance.
 void dispose()
          Deprecated. This disposes all of the item providers created by this factory.
 void fireNotifyChanged(Notification notification)
          Deprecated. This delegates to changeNotifier and to parentAdapterFactory.
 ComposeableAdapterFactory getRootAdapterFactory()
          Deprecated. This returns the root adapter factory that contains this factory.
 boolean isFactoryForType(java.lang.Object type)
          Deprecated.  
 void removeListener(INotifyChangedListener notifyChangedListener)
          Deprecated. This removes a listener.
 void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          Deprecated. This sets the composed adapter factory that contains this factory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableinstanceItemProviderAdapterFactory

public TableinstanceItemProviderAdapterFactory()
Deprecated. 
This constructs an instance.

Generated:
Method Detail

createTableInstanceAdapter

public Adapter createTableInstanceAdapter()
Deprecated. 
This creates an adapter for a TableInstance.

Generated:

createQueryTableInstanceAdapter

public Adapter createQueryTableInstanceAdapter()
Deprecated. 
This creates an adapter for a QueryTableInstance.

Generated:

createQueryColumnAdapter

public Adapter createQueryColumnAdapter()
Deprecated. 
This creates an adapter for a QueryColumn.

Generated:

createReferenceColumnAdapter

public Adapter createReferenceColumnAdapter()
Deprecated. 
This creates an adapter for a ReferenceColumn.

Generated:

createContextColumnAdapter

public Adapter createContextColumnAdapter()
Deprecated. 
This creates an adapter for a ContextColumn.

Generated:

createMetaClassColumnAdapter

public Adapter createMetaClassColumnAdapter()
Deprecated. 
This creates an adapter for a MetaClassColumn.

Generated:

createAttributeColumnAdapter

public Adapter createAttributeColumnAdapter()
Deprecated. 
This creates an adapter for a AttributeColumn.

Generated:

createEContainerColumnAdapter

public Adapter createEContainerColumnAdapter()
Deprecated. 
This creates an adapter for a EContainerColumn.

Generated:

createDefaultLabelColumnAdapter

public Adapter createDefaultLabelColumnAdapter()
Deprecated. 
This creates an adapter for a DefaultLabelColumn.

Generated:

createRowAdapter

public Adapter createRowAdapter()
Deprecated. 
This creates an adapter for a Row.

Generated:

createFacetAttributeColumnAdapter

public Adapter createFacetAttributeColumnAdapter()
Deprecated. 
This creates an adapter for a FacetAttributeColumn.

Generated:

createFacetReferenceColumnAdapter

public Adapter createFacetReferenceColumnAdapter()
Deprecated. 
This creates an adapter for a FacetReferenceColumn.

Generated:

getRootAdapterFactory

public ComposeableAdapterFactory getRootAdapterFactory()
Deprecated. 
This returns the root adapter factory that contains this factory.

Generated:

setParentAdapterFactory

public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
Deprecated. 
This sets the composed adapter factory that contains this factory.

Generated:

isFactoryForType

public boolean isFactoryForType(java.lang.Object type)
Deprecated. 

Generated:

adapt

public Adapter adapt(Notifier notifier,
                     java.lang.Object type)
Deprecated. 
This implementation substitutes the factory itself as the key for the adapter.

Generated:

addListener

public void addListener(INotifyChangedListener notifyChangedListener)
Deprecated. 
This adds a listener.

Generated:

removeListener

public void removeListener(INotifyChangedListener notifyChangedListener)
Deprecated. 
This removes a listener.

Generated:

fireNotifyChanged

public void fireNotifyChanged(Notification notification)
Deprecated. 
This delegates to changeNotifier and to parentAdapterFactory.

Generated:

dispose

public void dispose()
Deprecated. 
This disposes all of the item providers created by this factory.

Generated: