Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ColorFactory.java
7 7
import org.eclipse.ui.themes.IColorFactory;
8 8

  
9 9
/**
10
 * @author n.hoffmann
10
 * <p>ColorFactory class.</p>
11 11
 *
12
 * @author n.hoffmann
13
 * @version $Id: $
12 14
 */
13 15
public class ColorFactory implements IColorFactory {
14 16

  
15 17
	/* (non-Javadoc)
16 18
	 * @see org.eclipse.ui.themes.IColorFactory#createColor()
17 19
	 */
20
	/**
21
	 * <p>createColor</p>
22
	 *
23
	 * @return a {@link org.eclipse.swt.graphics.RGB} object.
24
	 */
18 25
	public RGB createColor() {
19 26
		// TODO Auto-generated method stub
20 27
		return null;

Also available in: Unified diff