KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > activation > CommandMap

javax.activation
Class CommandMap

java.lang.Object
  extended byjavax.activation.CommandMap
Direct Known Subclasses:
MailcapCommandMap
See Also:
Top Examples, Source Code

public CommandMap()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract DataContentHandler createDataContentHandler(String mimeType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract CommandInfo[] getAllCommands(String mimeType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract CommandInfo getCommand(String mimeType,
                                       String cmdName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CommandMap getDefaultCommandMap()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract CommandInfo[] getPreferredCommands(String mimeType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setDefaultCommandMap(CommandMap commandMap)
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags