|
Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActionNameMap in javax.microedition.content |
Methods in javax.microedition.content that return ActionNameMap | |
ActionNameMap |
ContentHandler.getActionNameMap()
Gets the mapping of actions to action names for the current locale supported by this content handler. |
ActionNameMap |
ContentHandler.getActionNameMap(java.lang.String locale)
Gets the mapping of actions to action names for the requested locale supported by this content handler. |
ActionNameMap |
ContentHandler.getActionNameMap(int index)
Gets the ActionNameMap supported by the content handler at the specified index. |
Methods in javax.microedition.content with parameters of type ActionNameMap | |
ContentHandlerServer |
Registry.register(java.lang.String classname,
java.lang.String[] types,
java.lang.String[] suffixes,
java.lang.String[] actions,
ActionNameMap[] actionnames,
java.lang.String ID,
java.lang.String[] accessAllowed)
Registers the application class using content type(s), suffix(es), and action(s), action name(s), access restrictions and content handler ID. |
|
Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |