| Package | Description |
|---|---|
| javax.activation |
| Modifier and Type | Method and Description |
|---|---|
CommandInfo |
DataHandler.getAllCommands()
Return all the commands for this type of data.
|
abstract CommandInfo |
CommandMap.getAllCommands(String
Get all the available commands for this type.
|
CommandInfo |
MailcapCommandMap.getAllCommands(String
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
|
CommandInfo |
CommandMap.getAllCommands(String
Get all the available commands for this type.
|
CommandInfo |
DataHandler.getCommand(String
Get the command
cmdName.
|
abstract CommandInfo |
CommandMap.getCommand(String
Get the default command corresponding to the MIME type.
|
CommandInfo |
MailcapCommandMap.getCommand(String
Get the command corresponding to
cmdName for the MIME type.
|
CommandInfo |
CommandMap.getCommand(String
Get the default command corresponding to the MIME type.
|
CommandInfo |
DataHandler.getPreferredCommands()
Return the
preferred commands for this type of data.
|
abstract CommandInfo |
CommandMap.getPreferredCommands(String
Get the preferred command list from a MIME Type.
|
CommandInfo |
MailcapCommandMap.getPreferredCommands(String
Get the preferred command list for a MIME Type.
|
CommandInfo |
CommandMap.getPreferredCommands(String
Get the preferred command list from a MIME Type.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DataHandler.getBean(CommandInfo
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
|