lib
Class LocaleExtended

java.lang.Object
  extended by lib.LocaleExtended
Direct Known Subclasses:
LocaleExtended2

public class LocaleExtended
extends java.lang.Object

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

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

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

Field Detail

locale

protected java.util.Locale locale
Constructor Detail

LocaleExtended

public LocaleExtended(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 java.lang.Object

getLocale

public java.util.Locale getLocale()