Uses of Class
javax.activation.CommandMap
Packages that use CommandMap
Package
Description
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
-
Uses of CommandMap in javax.activation
Subclasses of CommandMap in javax.activationModifier and TypeClassDescriptionclass
MailcapCommandMap extends the CommandMap abstract class.Fields in javax.activation declared as CommandMapModifier and TypeFieldDescriptionprivate CommandMap
DataHandler.currentCommandMap
private static CommandMap
CommandMap.defaultCommandMap
Fields in javax.activation with type parameters of type CommandMapMethods in javax.activation that return CommandMapModifier and TypeMethodDescriptionprivate CommandMap
DataHandler.getCommandMap()
Return the CommandMap for this instance of DataHandler.static CommandMap
CommandMap.getDefaultCommandMap()
Get the default CommandMap.Methods in javax.activation with parameters of type CommandMapModifier and TypeMethodDescriptionvoid
DataHandler.setCommandMap
(CommandMap commandMap) Set the CommandMap for use by this DataHandler.static void
CommandMap.setDefaultCommandMap
(CommandMap commandMap) Set the default CommandMap.