|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.util.resource.ResourceBundleFactory
public abstract class ResourceBundleFactory
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
abstract ResourceBundle |
getBundle(String basename)
Supported API: true |
abstract ResourceBundle |
getBundle(String basename,
Locale locale)
Supported API: true |
static ResourceBundle |
getBundle(String resource_type,
String basename)
Supported API: true |
static ResourceBundle |
getBundle(String resource_type,
String basename,
Locale locale)
Supported API: true |
static ResourceBundleFactory |
getFactory(String resource_type)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ResourceBundleFactory getFactory(String resource_type)
resource_type -
public static ResourceBundle getBundle(String resource_type,
String basename)
resource_type - basename -
public static ResourceBundle getBundle(String resource_type,
String basename,
Locale locale)
resource_type - basename - locale -
public abstract ResourceBundle getBundle(String basename)
basename -
public abstract ResourceBundle getBundle(String basename,
Locale locale)
basename - locale -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||