Serialized Form
Package org.joda.typeconvertor |
Package org.joda.typeconvertor.impl |
readResolve
private java.lang.Object readResolve()
- Create a new convertor using the proper constructor during
deserialization.
iType
java.lang.Class iType
- The subclass being converted
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
iDelims
java.lang.String iDelims
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
readResolve
private java.lang.Object readResolve()
- Avoid creating duplicate type convertor objects from Serialization.
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
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
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.
-
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
iSource
java.lang.Object iSource
- The object which caused the exception
iValue
java.lang.Object iValue
- The value which was rejected
iSource
java.lang.Object iSource
- The node which caused the exception
iSource
java.lang.Object iSource
- The node which caused the exception
iIndex
int iIndex
- The index which caused the exception
Package org.joda.property |
iException
java.lang.Exception iException
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
Package org.joda.property.impl |
iProperties
java.util.Map iProperties
- The map of properties
iList
java.util.List iList
- The map of properties
iAttributes
java.util.Map iAttributes
- The map of attributes, lazily instantated
iBean
Bean iBean
- The owning bean
iData
PropertyData iData
- The property node
iName
java.lang.String iName
- The property name
iType
java.lang.Class iType
- The interface being implemented
iThis
Bean iThis
- The property node
iProperties
java.util.Map iProperties
- The map of properties
iOldValue
java.lang.Object iOldValue
- Old value, used for event sending
iProperty
Property iProperty
- Property this is forwarding
Package org.joda.property.impl.collection |
iType
java.lang.Class iType
- List property type
iTypes
java.lang.Class[] iTypes
- Map property types
iKey
java.lang.Object iKey
iValue
java.lang.Object iValue
iType
java.lang.Class iType
- List property type
Package org.joda.property.impl.data |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Recreate the transient state.
iProperty
Property iProperty
- The property which this object belongs to
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
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
iModifiable
boolean iModifiable
- Is the object modifiable
Package org.joda.property.impl.link |
iClonedObjects
IdentityBasedHashMap iClonedObjects
- If non null, then a lazy clone is in progress
iClonedObjects
IdentityBasedHashMap iClonedObjects
- If non null, then a lazy clone is in progress
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 |
iType
java.lang.Class iType
- The property type
Package org.joda.property.path |
iMetaData
XMLMetaData iMetaData
- The metadata for the output
iXPath
org.jaxen.BaseXPath iXPath
Package org.joda.property.xml |
iSource
java.lang.Object iSource
- The object which caused the exception
iValue
java.lang.Object iValue
- The value which was rejected
iButtonGroup
javax.swing.ButtonGroup iButtonGroup
iTarget
java.awt.Container iTarget
iColumns
int iColumns
iYes
javax.swing.JRadioButton iYes
iNo
javax.swing.JRadioButton iNo
iUnknown
javax.swing.JRadioButton iUnknown
iActive
boolean iActive
- Is the binder currently active
iBinding
java.util.Map iBinding
- Map of JComponent to property
Package org.joda.swing.binder |
iComponent
javax.swing.JRadioButton iComponent
- The component
iValue
java.lang.Boolean iValue
- The value of this button
iActive
boolean iActive
- Active flag
iProperty
BooleanicProperty iProperty
- The property data
iComponent
javax.swing.JCheckBox iComponent
- The component
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
iActive
boolean iActive
- Active flag
iProperty
DataProperty iProperty
- The property data
iComponent
javax.swing.text.JTextComponent iComponent
- The text component
Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.