Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class pnuts.ext.LocaleAdapter.ResourceBundle

java.lang.Object
  |
  +--pnuts.ext.LocaleAdapter.ResourceBundle

public static class LocaleAdapter.ResourceBundle
extends java.lang.Object
implements Property

Method Summary
java.util.Enumeration getKeys()
           
java.lang.Object get(java.lang.String name)
           
void set(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

get

public java.lang.Object get(java.lang.String name)
Description copied from interface:
This method defines the behavior of the following expression.
    aProperty . name
 
Specified by:
get in interface Property

set

public void set(java.lang.String name,
                java.lang.Object value)
Description copied from interface:
This method defines the behavior of the following expression.
    aProperty . name = value
 
Specified by:
set in interface Property

getKeys

public java.util.Enumeration getKeys()

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD