Drive
s.See: Description
Interface | Description |
---|---|
FileClipboard.Listener | |
KnownMIMETypes |
A map which associates MIME types to file extensions.
|
Class | Description |
---|---|
BadgedIcon |
An icon which consists in a main image to which has been added
a ``badge'' (another, smaller, image).
|
FileClipboard |
Helper class representing a file clipboard.
|
FileManager |
Helper class implementing common file operations (copy, move, delete, etc)
using a connected
Drive . |
FileTransfer |
Utility class allowing to perform interactive file transfers between
two different
Drive s. |
PathChooserDialog |
The file path chooser dialog box used to implement
URLChooserDialog . |
RightAlignedRenderer | |
URLChooserDialog |
An URL chooser dialog box similar to the "Open Location" dialog box
of web browsers.
|
Enum | Description |
---|---|
FileManager.Op | |
FileTransfer.Label |
Describes the file transfer operation.
|
Drive
s.