|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataSource in javax.activation |
---|
Classes in javax.activation that implement DataSource | |
---|---|
class |
FileDataSource
|
class |
URLDataSource
|
Methods in javax.activation that return DataSource | |
---|---|
DataSource |
DataHandler.getDataSource()
|
Methods in javax.activation with parameters of type DataSource | |
---|---|
DataContentHandler |
CommandMap.createDataContentHandler(java.lang.String mimeType,
DataSource ds)
Locate a DataContentHandler for the given mime type. |
CommandInfo[] |
CommandMap.getAllCommands(java.lang.String mimeType,
DataSource ds)
Get the entire command set for the given mimetype, as modified by the DataSource. |
CommandInfo |
CommandMap.getCommand(java.lang.String mimeType,
java.lang.String cmdName,
DataSource ds)
Get the default command implementation for a given mimeType/DataSource combo. |
java.lang.Object |
DataContentHandler.getContent(DataSource ds)
|
CommandInfo[] |
CommandMap.getPreferredCommands(java.lang.String mimeType,
DataSource ds)
Get the preferred commands for the given mimetype, as modified by the DataSource. |
java.lang.Object |
DataContentHandler.getTransferData(java.awt.datatransfer.DataFlavor df,
DataSource ds)
|
Constructors in javax.activation with parameters of type DataSource | |
---|---|
DataHandler(DataSource ds)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |