com.sun.j2me.global

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » com.sun.j2me.global 
com.sun.j2me.global
J2ME Classes that implement the Mobile Internationalization API. The API provides the locale-specific formatting of dates, times, numbers (including percentages) and currency amounts. It is also possible to construct messages that have a variable number of ordered parameters. Furthermore, the API defines a mechanism to retrieve application-specific and device-specific resources, and provides services for the locale-specific collation (sorting) of strings. @since MI18N1.0
Java Source File NameTypeComment
AppResourceBundleReader.javaClass An instance of this class can be used for accessing application resource files.
AppResourceManager.javaClass This class represents a resource manager for accessing application resources.
AppResourceManagerFactory.javaClass This class represents a resource manager factory for creating application resource managers.
CollationAbstractionLayer.javaClass The CollationAbstractionLayer class provides a layer of abstraction for javax.microedition.global.StringComparator realization.
CollationAbstractionLayerImpl.javaClass This class customizes the javax.microedition.global.StringComparator implementation to rely on platform string comparison capabilities.
CollationElementTable.javaClass This interface is used to get collation elements from one or more unicode code points.
CollationElementTableImpl.javaClass An emulator-specific implementation of the CollationElementTable interface.
CommonFormatter.javaInterface The CommonFormatter interface defines methods for platform-dependent data formatting that javax.microedition.global.Formatter realization classes must implement.
CommonStringComparator.javaInterface The CommonStringComparator interface defines methods for string comparison that javax.microedition.global.StringComparator realization classes must implement.
DateFormatSymbols.javaClass DateFormatSymbols is class for encapsulating localizable date/time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateTimeFormat.javaClass DateTimeFormat is a concrete class for formatting dates in a locale-sensitive manner.
DevResourceBundleReader.javaClass An instance of this class is used to access device resource files.
DevResourceManager.javaClass This class represents a resource manager for accessing device resources.
DevResourceManagerFactory.javaClass This class represents a resource manager factory for creating device resource managers.
DigitList.javaClass Digit List.
FormatAbstractionLayer.javaClass The FormatAbstractionLayer class provides a layer of abstraction for javax.microedition.global.Formatter realization.
FormatAbstractionLayerImpl.javaClass This class customizes the javax.microedition.global.Formatter implementation to rely on platform string comparison capabilities.
FormatterImpl.javaClass This class actually realizes most of the methods of javax.microedition.global.Formatter .
LocaleHelpers.javaClass This class provides general helper methods related with locale manipulation.
MessageFormat.javaClass MessageFormat provides means to produce concatenated messages in language-neutral way.
NeutralFormatterImpl.javaClass This class actually realizes most of the methods of javax.microedition.global.Formatter .
NormalizationTable.javaClass This interface is used to get the unicode decomposition for the given unicode character.
NormalizationTableImpl.javaClass An emulator specific implementation of the NormalizationTable interface.
NumberFormat.javaClass NumberFormat has features designed to make it possible to format numbers in any locale.
NumberFormatSymbols.javaClass This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by NumberFormat to format numbers.
Resource.javaClass Wrapper around any object to allow store it as resource in ResourceCache. HashCode of the Resource instance has to be replaced with precalculated integer value this is key in the cache.
ResourceAbstractionLayer.javaClass The ResourceAbstractionLayer class provides a layer of abstraction for javax.microedition.global.ResourceManager implementation.
ResourceAbstractionLayerImpl.javaClass This class customizes the MIA resources implementation from the com.sun.j2me.global package to access device resources through native function calls.
ResourceBundleReader.javaInterface An interface for accessing resource files.
ResourceCache.javaInterface Interface for Resource cache.
ResourceCacheLRUImpl.javaClassResourceCache implementation.
ResourceManager.javaClass Resource manager functions implemetation.
ResourceManagerFactory.javaClass This class represents a factory for creating resource managers.
SerializableResource.javaInterface Interface for reading and writing resource custom objects. Each custom object that can be used in device resources must implement this interface.
StringCollator.javaClass A string collator is responsible for a conversion of strings from their canonically decomposed forms to collation elements.
StringComparatorImpl.javaClass This class realizes string comparison methods of javax.microedition.global.StringComparator .
StringDecomposer.javaInterface The StringDecomposer interface defines requirements for a class which can be used to decompose / transform string into elements.
StringNormalizer.javaClass A string normalizer is responsible for decomposing strings into their canonically decomposed equivalents (Normalization Form D).
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.