com.pelzer.util.l10n.localizers
Class LocalizerBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.pelzer.util.SimplePersistenceBeanInfo
          extended by com.pelzer.util.l10n.localizers.LocalizerBeanInfo
All Implemented Interfaces:
BeanInfo, Serializable
Direct Known Subclasses:
LanguageLocalizerBeanInfo, ScriptLocalizerBeanInfo, TerritoryLocalizerBeanInfo

public abstract class LocalizerBeanInfo
extends SimplePersistenceBeanInfo

Specifies how to serialize a Localizer object using XMLEncoder

See Also:
Serialized Form

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

LocalizerBeanInfo

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