Project

General

Profile

Download (269 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * 
3
 */
4
package eu.etaxonomy.taxeditor.singlesource.org.eclipse.swt.widgets;
5

    
6
import org.eclipse.swt.widgets.Display;
7

    
8
/**
9
 * @author Lutz Suhrbier
10
 *
11
 */
12
public interface IDisplayProxy {
13

    
14
	public Display getDefault();
15
	
16
	public void setDefault(Display display);
17
}
(2-2/2)