de.cau.cs.kieler.core.annotations.ui.properties
Class AnnotationsLabelProvider
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.viewers.BaseLabelProvider
de.cau.cs.kieler.core.annotations.ui.properties.AnnotationsLabelProvider
- All Implemented Interfaces:
- IBaseLabelProvider, ITableLabelProvider
public class AnnotationsLabelProvider
- extends BaseLabelProvider
- implements ITableLabelProvider
Label provider for annotations.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationsLabelProvider
public AnnotationsLabelProvider()
getImage
public Image getImage(String key)
- Retrieve the image for the given key. The key is the image file name without extension.
- Parameters:
key
- image file name
- Returns:
- the corresponding image, or
null
if there is no such image
getColumnImage
public Image getColumnImage(Object element,
int columnIndex)
-
- Specified by:
getColumnImage
in interface ITableLabelProvider
getColumnText
public String getColumnText(Object element,
int columnIndex)
-
- Specified by:
getColumnText
in interface ITableLabelProvider
dispose
public void dispose()
-
- Specified by:
dispose
in interface IBaseLabelProvider
- Overrides:
dispose
in class BaseLabelProvider