Interface | Description |
---|---|
ClearContentRegistry.ClearContentListener | |
URIContent |
Generic URI-based content with a title and drawable icon
|
URIContentListener |
Listener for content changes
To be registered by content managers and called by content handlers
|
URIContentPriority |
Allows for priority-based sorting with resolvers, providers, etc.
|
URIContentProvider |
Interface which allows a tool to provide a method of adding URI-based content
i.e.
|
URIContentProvider.Callback | |
URIContentRecipient.Callback |
The
URIContentRecipient.Sender has provided a list of recipients to send to |
URIContentRecipient.Sender |
Interface for a
URIContentSender that supports an alternative workflow:
1) User selects the sender they want to use
2) User selects the recipients from that sender
3) The sender notifies the URIContentRecipient.Callback that recipients have been selected
4) After some additional work, the URIContentRecipient.Callback notifies the
sender that content is ready to send |
URIContentResolver |
Used to resolve which content handler is returned for a given tool name and URI
|
URIContentSender |
Interface which defines a method of sending URI-based content
i.e.
|
URIContentSender.Callback |
Callback invoked when content has been sent
|
URIFilter |
Interface for filtering content based on URI
|
URIQueryInterface |
Interface for URI content that supports content queries
|
Class | Description |
---|---|
ClearContentRegistry |
The clear content registry holds all of the clear content implementations that need to be called
when the app specifically requests to clear all content.
|
ClearContentTask |
Task to cleanup map and data content
|
DataMgmtMapComponent |
Adds control for viewing and deleting data
e.g.
|
DataMgmtReceiver |
Support processing data mgmt requests, currently just Zeroize
|
FileContentHandler |
Abstract content handler specifically for files
|
FileContentResolver |
Content resolver specifically for file URIs
|
MultiTypeFileContentHandler |
A handler for a file that has multiple content types
|
URIContentHandler |
The interface used to define actions for URI content
|
URIContentManager |
Manager for defining content actions based on a URI
Similar to the Import Manager framework but with remote content support
|
URIContentRecipient |
Content recipient used with
URIContentSender |
URIHelper |
URI helper and convenience methods
|
URIQueryParameters |
Query parameters for URI-based content
|
URIScheme |
Some commonly used URI schemes used within the URI content framework
|