Java com.google.gwt.gears.client.desktop Desktop fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gears.client.desktop Desktop fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gears.client.desktop Desktop.

The text is from its open source code.

Method

voidopenFiles(OpenFilesHandler handler, boolean singleFile)
Provides user-driven access to files on the client machine.
voidopenFiles(OpenFilesHandler handler, OpenFilesOptions options)
Provides user-driven access to files on the client machine.
voidopenFiles(OpenFilesHandler handler, String[] filter)
Provides user-driven access to files on the client machine.
voidopenFiles(OpenFilesHandler handler)
Provides user-driven access to files on the client machine.