lib
Class LocaleExtended2

java.lang.Object
  extended by lib.LocaleExtended
      extended by lib.LocaleExtended2

public class LocaleExtended2
extends LocaleExtended

extension to a standard locale to use the display language name for combo boxes.

Since:
1.5
Version:
%I%, %G%
Author:
Karl Tschetschonig
Matrikelnummer:
0525983
Studienkennzahl:
033 526

Field Summary
 
Fields inherited from class lib.LocaleExtended
locale
 
Constructor Summary
LocaleExtended2(java.util.Locale locale)
          constructs locale for an extended use
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class lib.LocaleExtended
getLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocaleExtended2

public LocaleExtended2(java.util.Locale locale)
constructs locale for an extended use

Parameters:
locale - locale to be added
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class LocaleExtended