a175246217538fe58272590625813e2d7ec9e837
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / key / polytomous / PolytomousKeyLabelProvider.java
1 /**
2 *
3 */
4 package eu.etaxonomy.taxeditor.navigation.key.polytomous;
5
6 import org.eclipse.jface.viewers.ColumnLabelProvider;
7 import org.eclipse.jface.viewers.ILabelProvider;
8
9 /**
10 * @author n.hoffmann
11 *
12 */
13 public class PolytomousKeyLabelProvider extends ColumnLabelProvider implements
14 ILabelProvider {
15
16 }