Re: nsiWebBrowserFind and SWT browser

2007-11-26 Thread Grant Gayed
See the SWT.Selection listener below: import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.browser.*; import org.mozilla.interfaces.*; public class Main { public static void main(String [] args) { Display display = new Display ();

nsiWebBrowserFind and SWT browser

2007-11-26 Thread kovacicster
Is there any way to get nsiWebBrowserFind interface from SWT browser widget? ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding