java.lang.Object | +--javax.activation.CommandMapKnown Direct Subclasses:
createDataContentHandler(String mimeType) Returns a DataContentHandler corresponding to the MIME type. | |
getAllCommands(String mimeType) Returns the complete list of commands for a MIME type. | |
getCommand(String mimeType, String cmdName) Returns the command corresponding to the specified MIME type and command name. | |
static CommandMap | Returns the default command map. |
getPreferredCommands(String mimeType) Returns the list of preferred commands for a MIME type. | |
static void | setDefaultCommandMap(CommandMap commandMap) Sets the default command map. |
public DataContentHandler createDataContentHandler(String mimeType)
public CommandInfo[] getAllCommands(String mimeType)
public CommandInfo getCommand(String mimeType, String cmdName)
public static CommandMap getDefaultCommandMap()
setDefaultCommandMap
.
public CommandInfo[] getPreferredCommands(String mimeType)
public static void setDefaultCommandMap(CommandMap commandMap)