Package | Description |
---|---|
javax.activation |
Modifier and Type | Class and Description |
---|---|
class |
FileDataSource |
class |
URLDataSource |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataHandler.getDataSource() |
Modifier and Type | Method and Description |
---|---|
DataContentHandler |
CommandMap.createDataContentHandler(String mimeType,
DataSource ds)
Locate a DataContentHandler for the given mime
type.
|
CommandInfo[] |
CommandMap.getAllCommands(String mimeType,
DataSource ds)
Get the entire command set for the given
mimetype, as modified by the DataSource.
|
CommandInfo |
CommandMap.getCommand(String mimeType,
String cmdName,
DataSource ds)
Get the default command implementation for a
given mimeType/DataSource combo.
|
Object |
DataContentHandler.getContent(DataSource ds) |
CommandInfo[] |
CommandMap.getPreferredCommands(String mimeType,
DataSource ds)
Get the preferred commands for the given
mimetype, as modified by the DataSource.
|
Object |
DataContentHandler.getTransferData(DataFlavor df,
DataSource ds) |
Constructor and Description |
---|
DataHandler(DataSource ds) |
Copyright © 2013. All rights reserved.