类 javax.activation.CommandInfo
的使用

使用 CommandInfo 的软件包
javax.activation   
 

javax.activationCommandInfo 的使用
 

返回 CommandInfojavax.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.
 

参数类型为 CommandInfojavax.activation 中的方法
 Object DataHandler.getBean(CommandInfo cmdinfo)
           
 



Copyright © 2013. All Rights Reserved.