Uses of Class
javax.activation.CommandMap

Uses of CommandMap in javax.activation
 

Subclasses of CommandMap in javax.activation
 class MailcapCommandMap
          MailcapCommandMap extends the CommandMap abstract class.
 

Methods in javax.activation that return CommandMap
static CommandMap CommandMap.getDefaultCommandMap()
          Get the default CommandMap.
 

Methods in javax.activation with parameters of type CommandMap
static void CommandMap.setDefaultCommandMap(CommandMap commandMap)
          Set the default CommandMap.
 void DataHandler.setCommandMap(CommandMap commandMap)
          Set the CommandMap for use by this DataHandler.