semorg.gui.provider
Class AssociateTableProvider
java.lang.Object
semorg.gui.provider.AssociateTableProvider
- All Implemented Interfaces:
- org.eclipse.jface.viewers.IBaseLabelProvider, org.eclipse.jface.viewers.ITableLabelProvider
public class AssociateTableProvider
- extends Object
- implements org.eclipse.jface.viewers.ITableLabelProvider
This class provides the data of the items in the GUI table in the
AssociateListWindow
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssociateTableProvider
public AssociateTableProvider()
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.jface.viewers.IBaseLabelProvider
getColumnImage
public org.eclipse.swt.graphics.Image getColumnImage(Object arg0,
int arg1)
- Specified by:
getColumnImage
in interface org.eclipse.jface.viewers.ITableLabelProvider
getColumnText
public String getColumnText(Object input,
int column)
- Returns for given object and column number the appropriate value from the
object for the specified column.
- Specified by:
getColumnText
in interface org.eclipse.jface.viewers.ITableLabelProvider
- Parameters:
input
- the object which contains the informationcolumn
- the number of the column which should display a particular
attribute of the given object.
- Returns:
- particular attribute as a String.
addListener
public void addListener(org.eclipse.jface.viewers.ILabelProviderListener arg0)
- Specified by:
addListener
in interface org.eclipse.jface.viewers.IBaseLabelProvider
isLabelProperty
public boolean isLabelProperty(Object arg0,
String arg1)
- Specified by:
isLabelProperty
in interface org.eclipse.jface.viewers.IBaseLabelProvider
removeListener
public void removeListener(org.eclipse.jface.viewers.ILabelProviderListener arg0)
- Specified by:
removeListener
in interface org.eclipse.jface.viewers.IBaseLabelProvider