Uses of Class
javax.activation.CommandInfo

Uses of CommandInfo in javax.activation
 

Methods in javax.activation that return CommandInfo
 CommandInfo[] DataHandler.getAllCommands()
           
abstract  CommandInfo[] CommandMap.getAllCommands(String mimeType)
           
 CommandInfo[] MailcapCommandMap.getAllCommands(String mimeType)
           
 CommandInfo DataHandler.getCommand(String cmdName)
           
abstract  CommandInfo CommandMap.getCommand(String mimeType, String cmdName)
           
 CommandInfo MailcapCommandMap.getCommand(String mimeType, String cmdName)
           
 CommandInfo[] DataHandler.getPreferredCommands()
           
abstract  CommandInfo[] CommandMap.getPreferredCommands(String mimeType)
           
 CommandInfo[] MailcapCommandMap.getPreferredCommands(String mimeType)
           
 

Methods in javax.activation with parameters of type CommandInfo
 Object DataHandler.getBean(CommandInfo cmdinfo)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.