Joda System API

Serialized Form


Package org.joda.typeconvertor

Class org.joda.typeconvertor.ConversionException implements Serializable

Class org.joda.typeconvertor.NoTypeConvertorException implements Serializable


Package org.joda.typeconvertor.impl

Class org.joda.typeconvertor.impl.AbstractTypeConvertor implements Serializable

Class org.joda.typeconvertor.impl.AdaptiveTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Create a new convertor using the proper constructor during deserialization.

Serialized Fields

iType

java.lang.Class iType
The subclass being converted

Class org.joda.typeconvertor.impl.BigDecimalTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.BigIntegerTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.BooleanTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.CalendarTypeConvertor implements Serializable

Class org.joda.typeconvertor.impl.CharacterTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.ClassTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.CurrencyTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.DateTimeTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.DateTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.DelegatingObjectTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.DoubleTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.FileTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.FloatTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.IntegerTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.ListTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Serialized Fields

iDelims

java.lang.String iDelims

Class org.joda.typeconvertor.impl.LocaleTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.LongTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.MapTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.PrimitiveBooleanTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.PrimitiveDoubleTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.PrimitiveFloatTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.PrimitiveIntegerTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.PrimitiveLongTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.StringTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.

Class org.joda.typeconvertor.impl.TimeZoneTypeConvertor implements Serializable

Class org.joda.typeconvertor.impl.URLTypeConvertor implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Avoid creating duplicate type convertor objects from Serialization.


Package org.joda.util

Class org.joda.util.ArrayTreeNode implements Serializable

Serialized Fields

iParent

TreeNode iParent
The parent of this node


iChildren

ArrayTreeNode.TreeArrayList iChildren
The children of this node


iUserObject

java.lang.Object iUserObject
The user object of this node

Class org.joda.util.IdentityBasedHashMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).


writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the IdentityHashMap instance to a stream (i.e., serialize it).

Serial Data:
The size of the HashMap (the number of key-value mappings) (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the IdentityHashMap. The key-value mappings are emitted in no particular order.
java.io.IOException
Serialized Fields

iKeySet

java.util.Set iKeySet

iValues

java.util.Collection iValues

size

int size
The number of key-value mappings contained in this identity hash map.

 

Class org.joda.util.IdentityBasedHashSet implements Serializable

Serialized Fields

iData

IdentityBasedHashSet.Entry[] iData
The hash table data


iCount

int iCount
The total number of mappings in the hash table


iThreshold

int iThreshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)


iLoadFactor

float iLoadFactor
The load factor for the hashtable

Class org.joda.util.IllegalArgumentJodaException implements Serializable

Serialized Fields

iSource

java.lang.Object iSource
The object which caused the exception


iValue

java.lang.Object iValue
The value which was rejected

Class org.joda.util.IllegalStateJodaException implements Serializable

Serialized Fields

iSource

java.lang.Object iSource
The node which caused the exception

Class org.joda.util.IndexOutOfBoundsJodaException implements Serializable

Serialized Fields

iSource

java.lang.Object iSource
The node which caused the exception


iIndex

int iIndex
The index which caused the exception

Class org.joda.util.NullArgumentJodaException implements Serializable


Package org.joda.property

Class org.joda.property.FactoryJodaException implements Serializable

Serialized Fields

iException

java.lang.Exception iException

Class org.joda.property.ListPropertyChangeEvent implements Serializable

Serialized Fields

iStartIndex

int iStartIndex
The start index of the affected region


iEndIndex

int iEndIndex
The end index of the affected region


iType

ListPropertyChangeEvent.Change iType
The type of change

Class org.joda.property.NullValueJodaException implements Serializable

Class org.joda.property.PropertyValueChangeEvent implements Serializable

Class org.joda.property.UnmodifiableJodaException implements Serializable


Package org.joda.property.impl

Class org.joda.property.impl.AbstractBean implements Serializable

Serialized Fields

iProperties

java.util.Map iProperties
The map of properties

Class org.joda.property.impl.AbstractBeanList implements Serializable

Serialized Fields

iList

java.util.List iList
The map of properties

Class org.joda.property.impl.AbstractModelElement implements Serializable

Serialized Fields

iAttributes

java.util.Map iAttributes
The map of attributes, lazily instantated

Class org.joda.property.impl.AbstractProperty implements Serializable

Serialized Fields

iBean

Bean iBean
The owning bean


iData

PropertyData iData
The property node


iName

java.lang.String iName
The property name

Class org.joda.property.impl.AbstractProxyBean implements Serializable

Serialized Fields

iType

java.lang.Class iType
The interface being implemented


iThis

Bean iThis
The property node


iProperties

java.util.Map iProperties
The map of properties

Class org.joda.property.impl.DependencyListener implements Serializable

Serialized Fields

iOldValue

java.lang.Object iOldValue
Old value, used for event sending


iProperty

Property iProperty
Property this is forwarding

Class org.joda.property.impl.ProxyBean implements Serializable


Package org.joda.property.impl.collection

Class org.joda.property.impl.collection.AbstractListProperty implements Serializable

Serialized Fields

iType

java.lang.Class iType
List property type

Class org.joda.property.impl.collection.AbstractMapProperty implements Serializable

Serialized Fields

iTypes

java.lang.Class[] iTypes
Map property types

Class org.joda.property.impl.collection.AbstractMapProperty.Entry implements Serializable

Serialized Fields

iKey

java.lang.Object iKey

iValue

java.lang.Object iValue

Class org.joda.property.impl.collection.DefaultDataListProperty implements Serializable

Serialized Fields

iType

java.lang.Class iType
List property type

Class org.joda.property.impl.collection.DefaultDataMapProperty implements Serializable


Package org.joda.property.impl.data

Class org.joda.property.impl.data.AbstractPropertyData implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Recreate the transient state.

Serialized Fields

iProperty

Property iProperty
The property which this object belongs to

Class org.joda.property.impl.data.CodedBeanPropertyData implements Serializable

Serialized Fields

iModifiable

boolean iModifiable
Is the object modifiable


iReadOnly

boolean iReadOnly
Is the object readonly


iImplementation

AbstractBean iImplementation
The bean to call the get and set methods on

Class org.joda.property.impl.data.DefaultPropertyData implements Serializable

Serialized Fields

iValue

java.lang.Object iValue
The value of the object


iModifiable

boolean iModifiable
Is the object modifiable


iReadOnly

boolean iReadOnly
Is the object read only

Class org.joda.property.impl.data.ModifiablePropertyData implements Serializable

Serialized Fields

iModifiable

boolean iModifiable
Is the object modifiable

Class org.joda.property.impl.data.UnmodifiablePropertyData implements Serializable


Package org.joda.property.impl.link

Class org.joda.property.impl.link.DefaultLinkListProperty implements Serializable

Serialized Fields

iClonedObjects

IdentityBasedHashMap iClonedObjects
If non null, then a lazy clone is in progress

Class org.joda.property.impl.link.DefaultLinkMapProperty implements Serializable

Serialized Fields

iClonedObjects

IdentityBasedHashMap iClonedObjects
If non null, then a lazy clone is in progress

Class org.joda.property.impl.link.DefaultLinkProperty implements Serializable

Serialized Fields

iBeanType

java.lang.Class iBeanType
The type of the bean held in the link


iClonedObjects

IdentityBasedHashMap iClonedObjects
If non null, then a lazy clone is in progress


Package org.joda.property.impl.type

Class org.joda.property.impl.type.AbstractBooleanicProperty implements Serializable

Class org.joda.property.impl.type.AbstractDateTimeProperty implements Serializable

Class org.joda.property.impl.type.AbstractDoubleProperty implements Serializable

Class org.joda.property.impl.type.AbstractIntegerProperty implements Serializable

Class org.joda.property.impl.type.AbstractLongProperty implements Serializable

Class org.joda.property.impl.type.AbstractNumericProperty implements Serializable

Class org.joda.property.impl.type.DefaultBooleanPrimitiveProperty implements Serializable

Class org.joda.property.impl.type.DefaultBooleanProperty implements Serializable

Class org.joda.property.impl.type.DefaultClassProperty implements Serializable

Class org.joda.property.impl.type.DefaultDateProperty implements Serializable

Class org.joda.property.impl.type.DefaultDateTimeProperty implements Serializable

Class org.joda.property.impl.type.DefaultDecimalProperty implements Serializable

Class org.joda.property.impl.type.DefaultDoublePrimitiveProperty implements Serializable

Class org.joda.property.impl.type.DefaultDoubleProperty implements Serializable

Class org.joda.property.impl.type.DefaultIntegerPrimitiveProperty implements Serializable

Class org.joda.property.impl.type.DefaultIntegerProperty implements Serializable

Class org.joda.property.impl.type.DefaultLocaleProperty implements Serializable

Class org.joda.property.impl.type.DefaultLongPrimitiveProperty implements Serializable

Class org.joda.property.impl.type.DefaultLongProperty implements Serializable

Class org.joda.property.impl.type.DefaultObjectProperty implements Serializable

Serialized Fields

iType

java.lang.Class iType
The property type

Class org.joda.property.impl.type.DefaultStringProperty implements Serializable

Class org.joda.property.impl.type.DefaultTimeProperty implements Serializable


Package org.joda.property.path

Class org.joda.property.path.DocumentNavigator implements Serializable

Serialized Fields

iMetaData

XMLMetaData iMetaData
The metadata for the output

Class org.joda.property.path.XPath implements Serializable

Serialized Fields

iXPath

org.jaxen.BaseXPath iXPath


Package org.joda.property.xml

Class org.joda.property.xml.XMLException implements Serializable

Serialized Fields

iSource

java.lang.Object iSource
The object which caused the exception


iValue

java.lang.Object iValue
The value which was rejected


Package org.joda.swing

Class org.joda.swing.JRadioButtonPanel implements Serializable

Serialized Fields

iButtonGroup

javax.swing.ButtonGroup iButtonGroup

Class org.joda.swing.JRadioButtonPanel.Layout implements Serializable

Serialized Fields

iTarget

java.awt.Container iTarget

iColumns

int iColumns

Class org.joda.swing.JYesNoUnknownRadioButtonPanel implements Serializable

Serialized Fields

iYes

javax.swing.JRadioButton iYes

iNo

javax.swing.JRadioButton iNo

iUnknown

javax.swing.JRadioButton iUnknown

Class org.joda.swing.NoBinderSwingJodaException implements Serializable

Class org.joda.swing.SwingBinder implements Serializable

Serialized Fields

iActive

boolean iActive
Is the binder currently active


iBinding

java.util.Map iBinding
Map of JComponent to property

Class org.joda.swing.SwingJodaException implements Serializable


Package org.joda.swing.binder

Class org.joda.swing.binder.PropertyBooleanRadioButtonGroupModel.RadioButtonModel implements Serializable

Serialized Fields

iComponent

javax.swing.JRadioButton iComponent
The component


iValue

java.lang.Boolean iValue
The value of this button

Class org.joda.swing.binder.PropertyCheckBoxModel implements Serializable

Serialized Fields

iActive

boolean iActive
Active flag


iProperty

BooleanicProperty iProperty
The property data


iComponent

javax.swing.JCheckBox iComponent
The component

Class org.joda.swing.binder.PropertyListModel implements Serializable

Serialized Fields

iActive

boolean iActive
Active flag


iProperty

DataListProperty iProperty
The property data


iComponent

javax.swing.JList iComponent
The component


iCurrentList

java.util.List iCurrentList
Current contents of the list

Class org.joda.swing.binder.PropertyPlainDocument implements Serializable

Serialized Fields

iActive

boolean iActive
Active flag


iProperty

DataProperty iProperty
The property data


iComponent

javax.swing.text.JTextComponent iComponent
The text component


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.