Searched refs:OpenFilesHandler (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DOpenFilesHandler.java34 * @see Application#setOpenFileHandler(OpenFilesHandler)
39 public interface OpenFilesHandler { interface
H A DApplication.java168 * The {@link OpenFilesHandler#openFiles(AppEvent.OpenFilesEvent)} notifications are only sent if the Java app is a bundled application, with a <code>CFBundleDocumentTypes</code> array present in it's Info.plist.
175 public void setOpenFileHandler(final OpenFilesHandler openFileHandler) {
H A D_AppEventLegacyHandler.java39 class _AppEventLegacyHandler implements AboutHandler, PreferencesHandler, _OpenAppHandler, AppReOpenedListener, OpenFilesHandler, PrintFilesHandler, QuitHandler {
H A D_AppEventHandler.java352 class _OpenFileDispatcher extends _QueuingAppEventDispatcher<OpenFilesHandler> {
353 void performUsing(final OpenFilesHandler handler, final _NativeEvent event) {

Completed in 801 milliseconds