com.pelzer.util.l10n
Class LocaleBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.pelzer.util.SimplePersistenceBeanInfo
          extended by com.pelzer.util.l10n.LocaleBeanInfo
All Implemented Interfaces:
BeanInfo, Serializable

public class LocaleBeanInfo
extends SimplePersistenceBeanInfo

Specifies how to serialize a Locale object using XMLEncoder

See Also:
Serialized Form

Nested Class Summary
static class LocaleBeanInfo.LocalePersistenceDelegate
           
 
Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
LocaleBeanInfo()
           
 
Method Summary
protected  PersistenceDelegate getPersistenceDelegate()
           
 
Methods inherited from class com.pelzer.util.SimplePersistenceBeanInfo
getBeanDescriptor
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleBeanInfo

public LocaleBeanInfo()
Method Detail

getPersistenceDelegate

protected PersistenceDelegate getPersistenceDelegate()
Specified by:
getPersistenceDelegate in class SimplePersistenceBeanInfo
Returns:
the PersistenceDelegate that should be used for the class described by this BeanInfo.


Copyright © 2012. All Rights Reserved.