org.jgraph.pad.resources
Interface ProperNameProvider

All Known Implementing Classes:
LocaleChangeAdapter

public interface ProperNameProvider

Container for proper names. (e.g. Look and Feel names are equal in any language, sothat this container.)


Method Summary
 java.util.Enumeration getKeys()
          Returns the Keys of this proper name container
 java.lang.String getString(java.lang.String key)
          Returns the proper name for the locale key.
 

Method Detail

getKeys

public java.util.Enumeration getKeys()
Returns the Keys of this proper name container


getString

public java.lang.String getString(java.lang.String key)
Returns the proper name for the locale key.