Searched refs:OpenURIHandler (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DOpenURIHandler.java35 * @see Application#setOpenURIHandler(OpenURIHandler)
40 public interface OpenURIHandler { interface
H A DApplication.java194 * The {@link OpenURIHandler#openURI(AppEvent.OpenURIEvent)} notifications are only sent if the Java app is a bundled application, with a <code>CFBundleURLTypes</code> array present in it's Info.plist.
197 * Setting the handler to <code>null</code> causes all {@link OpenURIHandler#openURI(AppEvent.OpenURIEvent)} requests to be enqueued until another handler is set.
203 public void setOpenURIHandler(final OpenURIHandler openURIHandler) {
H A D_AppEventHandler.java377 class _OpenURIDispatcher extends _QueuingAppEventDispatcher<OpenURIHandler> {
378 void performUsing(final OpenURIHandler handler, final _NativeEvent event) {

Completed in 123 milliseconds