| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
CommandMap class provides an interface to the registry of
viewer/editors/print/etc objects available in the
system.DataContentHandlers.DataHandler instance with the
specified DataSource.
DataHandler.
command corresponding to cmdName for the MIME type.
InputStream representing the
the data and throws the appropriate exception if it can
not do so.
getFile method on the URL used to
instantiate the object.
OutputStream where the
data can be written and throws the appropriate exception if it can
not do so.
getPreferredCommands method
in the commandMap installed in this instance of DataHandler.
This method iterates through the DataFlavors available from this object, which was the result of a call to this.getTransferDataFlavors.
URL
object in a DataSource interface.OutputStream.If the DataHandler was created with a DataSource, writeTo retrieves the InputStream and writes the bytes from the InputStream to the OutputStream passed in.
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||