Project

General

Profile

Download (389 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.singlesource.org.eclipse.swt.widgets;
2

    
3
import org.eclipse.swt.widgets.Display;
4

    
5
import eu.etaxonomy.taxeditor.singlesource.org.eclipse.swt.widgets.IDisplayProxy;
6

    
7
public class DisplayProxyImpl implements IDisplayProxy {
8

    
9
	@Override
10
	public Display getDefault() {
11
		return Display.getDefault();
12
	}
13

    
14
	@Override
15
	public void setDefault(Display display) {
16
	}
17

    
18
}
    (1-1/1)