org.eclipse.xtext.ui.search
Class EObjectDescriptionContentProvider

java.lang.Object
  extended by org.eclipse.xtext.ui.search.EObjectDescriptionContentProvider
All Implemented Interfaces:
org.eclipse.jface.viewers.IContentProvider, org.eclipse.jface.viewers.ILazyContentProvider

public class EObjectDescriptionContentProvider
extends java.lang.Object
implements org.eclipse.jface.viewers.ILazyContentProvider

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
EObjectDescriptionContentProvider()
           
 
Method Summary
 void dispose()
           
 void inputChanged(org.eclipse.jface.viewers.Viewer viewer, java.lang.Object oldInput, java.lang.Object newInput)
           
 void updateElement(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EObjectDescriptionContentProvider

public EObjectDescriptionContentProvider()
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.viewers.IContentProvider

inputChanged

public void inputChanged(org.eclipse.jface.viewers.Viewer viewer,
                         java.lang.Object oldInput,
                         java.lang.Object newInput)
Specified by:
inputChanged in interface org.eclipse.jface.viewers.IContentProvider

updateElement

public void updateElement(int index)
Specified by:
updateElement in interface org.eclipse.jface.viewers.ILazyContentProvider