com.pelzer.util.l10n
Class LocalizableBeanInfo

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

public class LocalizableBeanInfo
extends SimplePersistenceBeanInfo

Specifies how to serialize a Localizable object using XMLEncoder

See Also:
Serialized Form

Nested Class Summary
static class LocalizableBeanInfo.LocalizablePersistenceDelegate
           
 
Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
LocalizableBeanInfo()
           
 
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

LocalizableBeanInfo

public LocalizableBeanInfo()
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.