Project

General

Profile

Download (441 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.singlesource.org.eclipse.jface.window;
2

    
3
import javax.naming.OperationNotSupportedException;
4

    
5
import org.eclipse.swt.widgets.Control;
6

    
7
import eu.etaxonomy.taxeditor.singlesource.ImplementationLoader;
8

    
9
public interface IToolTip {
10
	public void setRespectDisplayBounds(boolean respectDisplayBounds) throws OperationNotSupportedException;	
11
	public void setText(String text) throws OperationNotSupportedException;
12
}
(1-1/2)