|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CommandInfo 的软件包 | |
|---|---|
| javax.activation | |
| javax.activation 中 CommandInfo 的使用 |
|---|
| 返回 CommandInfo 的 javax.activation 中的方法 | |
|---|---|
CommandInfo[] |
DataHandler.getAllCommands()
|
CommandInfo[] |
MailcapCommandMap.getAllCommands(String mimeType)
|
abstract CommandInfo[] |
CommandMap.getAllCommands(String mimeType)
Get all available commands for the given mimetype. |
CommandInfo[] |
CommandMap.getAllCommands(String mimeType,
DataSource ds)
Get the entire command set for the given mimetype, as modified by the DataSource. |
CommandInfo |
DataHandler.getCommand(String cmdName)
|
CommandInfo |
MailcapCommandMap.getCommand(String mimeType,
String cmdName)
|
abstract CommandInfo |
CommandMap.getCommand(String mimeType,
String cmdName)
Get the default command implementation for a give mimeType |
CommandInfo |
CommandMap.getCommand(String mimeType,
String cmdName,
DataSource ds)
Get the default command implementation for a given mimeType/DataSource combo. |
CommandInfo[] |
DataHandler.getPreferredCommands()
|
CommandInfo[] |
MailcapCommandMap.getPreferredCommands(String mimeType)
|
abstract CommandInfo[] |
CommandMap.getPreferredCommands(String mimeType)
Get the preferred commands for the given mimetype. |
CommandInfo[] |
CommandMap.getPreferredCommands(String mimeType,
DataSource ds)
Get the preferred commands for the given mimetype, as modified by the DataSource. |
| 参数类型为 CommandInfo 的 javax.activation 中的方法 | |
|---|---|
Object |
DataHandler.getBean(CommandInfo cmdinfo)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||