TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.form.util
Class EObjectTableContentProvider

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.hyades.test.ui.editor.form.util.EObjectContainerContentProvider
          extended by org.eclipse.hyades.test.ui.internal.editor.form.util.EObjectTableContentProvider
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, org.eclipse.jface.viewers.IContentProvider, org.eclipse.jface.viewers.IStructuredContentProvider, org.eclipse.jface.viewers.ITreeContentProvider

Deprecated. use org.eclipse.hyades.test.ui.editor.form.util.EObjectTableContentProvider instead.

public class EObjectTableContentProvider
extends org.eclipse.hyades.test.ui.editor.form.util.EObjectContainerContentProvider

This class provides a basic implementation for a EObject table content provider.

See Also:
EObjectContainerContentProvider

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
EObjectTableContentProvider(org.eclipse.hyades.test.ui.editor.form.util.EditorForm editorForm, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
          Deprecated.  
 
Method Summary
 org.eclipse.jface.viewers.TableViewer getTableViewer()
          Deprecated.  
protected  void updateViewer(org.eclipse.emf.common.notify.Notification msg)
          Deprecated.  
protected  void updateViewerWithNotification(org.eclipse.emf.common.notify.Notification msg)
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.test.ui.editor.form.util.EObjectContainerContentProvider
adjustAdapter, adjustModel, attributeChanged, deregisterInputAdapters, deregisterParent, dispose, getChildren, getContainer, getElements, getParent, getRegisteredParentChild, getViewer, hasChildren, inputChanged, notifyChanged, registerInputAdapters, registerParent, shouldAdjustAdapter, shouldUpdateViewer
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EObjectTableContentProvider

public EObjectTableContentProvider(org.eclipse.hyades.test.ui.editor.form.util.EditorForm editorForm,
                                   org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Deprecated. 
Parameters:
editorForm -
eStructuralFeature -
Method Detail

getTableViewer

public org.eclipse.jface.viewers.TableViewer getTableViewer()
Deprecated. 

updateViewer

protected void updateViewer(org.eclipse.emf.common.notify.Notification msg)
Deprecated. 
Overrides:
updateViewer in class org.eclipse.hyades.test.ui.editor.form.util.EObjectContainerContentProvider

updateViewerWithNotification

protected void updateViewerWithNotification(org.eclipse.emf.common.notify.Notification msg)
Deprecated. 

TPTP 4.5.0 Testing Tools Project
Internal API Specification