org.mockcentral.editor.nodes.expectation.part.wizard
Class ConstructorTableLabelProvider

java.lang.Object
  extended by org.mockcentral.editor.viewers.TableLabelProviderAdapter
      extended by org.mockcentral.editor.nodes.expectation.part.wizard.ConstructorTableLabelProvider
All Implemented Interfaces:
org.eclipse.jface.viewers.IBaseLabelProvider, org.eclipse.jface.viewers.ITableLabelProvider

public class ConstructorTableLabelProvider
extends TableLabelProviderAdapter

A simple TableLabelProvider used for displaying Constructors in a table. The getColumnText simply returns the method signature minus any "throws" clauses.

Author:
David Hutchinson

Field Summary
 
Fields inherited from class org.mockcentral.editor.viewers.TableLabelProviderAdapter
imagesMap
 
Constructor Summary
ConstructorTableLabelProvider()
           
 
Method Summary
 java.lang.String getColumnText(java.lang.Object element, int columnIndex)
           
 
Methods inherited from class org.mockcentral.editor.viewers.TableLabelProviderAdapter
addListener, createImagesMap, dispose, getColumnImage, isLabelProperty, removeListener, setNodeProblemParticipant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorTableLabelProvider

public ConstructorTableLabelProvider()
Method Detail

getColumnText

public java.lang.String getColumnText(java.lang.Object element,
                                      int columnIndex)