Project

General

Profile

Download (309 Bytes) Statistics
| Branch: | Tag: | Revision:
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
}
(2-2/4)