Statements (69)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:class
|
gptkbp:bfsLayer |
4
|
gptkbp:bfsParent |
gptkb:Java_API_for_Internationalization
|
gptkbp:can_be |
dates and numbers
messages for different locales messages with arguments messages with context-specific formatting messages with currency formatting messages with custom patterns messages with date and time messages with different formats messages with different locales messages with escape sequences messages with gender variations messages with pluralization strings with placeholders user interface messages |
gptkbp:can_be_extended_by |
subclassing
|
gptkbp:can_be_used_with |
gptkb:Java_Enhancement_Proposal
Resource Bundle String.format |
gptkbp:controls |
multiple languages
|
https://www.w3.org/2000/01/rdf-schema#label |
java.text. Message Format
|
gptkbp:hyper_threading |
gptkb:theorem
|
gptkbp:is_available_on |
gptkb:Java_1.1
|
gptkbp:is_compatible_with |
gptkb:Java_Enhancement_Proposal
|
gptkbp:is_documented_in |
Java API Documentation
Java Tutorials |
gptkbp:is_implemented_in |
gptkb:language
|
gptkbp:is_often_used_in |
gptkb:mobile_application
API development web applications |
gptkbp:is_part_of |
gptkb:Java_Standard_Library
java.text package Java Internationalization (i18n) support |
gptkbp:is_supported_by |
gptkb:software
|
gptkbp:is_used_for |
error messages
localization of software formatting messages dynamic message generation creating user-friendly messages formatting log messages |
gptkbp:is_used_in |
localization projects
|
gptkbp:is_utilized_in |
enterprise applications
desktop applications |
gptkbp:packaging |
java.text
|
gptkbp:par |
formatted strings
|
gptkbp:provides |
format(Object[] arguments)
format(String pattern, Object... arguments) parse(String text) format(String pattern, Object argument1, Object argument2) apply Pattern(String pattern) format(String pattern, Object argument) get Format By Argument Index(int index) get Format(String format Type) get Formats By Argument Index() get Formats() parse(String text, Parse Position pos) set Format(String format Type, Format format) set Formats By Argument Index(Format[] formats) set Formats(Format[] formats) to Pattern() format(Object[] arguments, String Buffer result, Field Position pos) format(String pattern, Object argument1, Object argument2, Object argument3) set Format By Argument Index(int index, Format format) message formatting capabilities |
gptkbp:requires |
pattern strings
|
gptkbp:supports |
internationalization
variable substitution |