C G I J L O P R S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ClassComparator - Class in org.jfree.serializer
-
The class comparator can be used to compare and sort classes and their superclasses.
- ClassComparator() - Constructor for class org.jfree.serializer.ClassComparator
-
Defaultconstructor.
- compare(Object, Object) - Method in class org.jfree.serializer.ClassComparator
-
Compares its two arguments for order.
G
- getComparator() - Method in class org.jfree.serializer.SerializerHelper
-
Returns the class comparator instance used to find correct super classes.
- getInstance() - Static method in class org.jfree.serializer.JCommonSerializerBoot
-
Returns a singleton instance of the boot class.
- getInstance() - Static method in class org.jfree.serializer.JCommonSerializerInfo
-
Returns the single instance of this class.
- getInstance() - Static method in class org.jfree.serializer.SerializerHelper
-
Returns or creates a new SerializerHelper.
- getMethods() - Method in class org.jfree.serializer.SerializerHelper
-
Returns the collection of all registered serialize methods.
- getObjectClass() - Method in interface org.jfree.serializer.SerializeMethod
-
The class of the object, which this object can serialize.
- getProjectInfo() - Method in class org.jfree.serializer.JCommonSerializerBoot
-
Returns the project info.
- getSerializer(Class) - Method in class org.jfree.serializer.SerializerHelper
-
Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.
- getSuperClassObjectDescription(Class) - Method in class org.jfree.serializer.SerializerHelper
-
Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.
I
- isComparable(Class, Class) - Method in class org.jfree.serializer.ClassComparator
-
Checks, whether the given classes are comparable.
J
- JCommonSerializerBoot - Class in org.jfree.serializer
-
The boot class guarantees a controlled initialization of the library.
- JCommonSerializerInfo - Class in org.jfree.serializer
-
Creation-Date: 23.10.2005, 18:49:39
L
- loadConfiguration() - Method in class org.jfree.serializer.JCommonSerializerBoot
-
Loads the configuration.
O
- org.jfree.serializer - package org.jfree.serializer
P
- performBoot() - Method in class org.jfree.serializer.JCommonSerializerBoot
-
Performs the boot.
R
- readObject(ObjectInputStream) - Method in interface org.jfree.serializer.SerializeMethod
-
Reads the object from the object input stream.
- readObject(ObjectInputStream) - Method in class org.jfree.serializer.SerializerHelper
-
Reads the object from the object input stream.
- registerMethod(SerializeMethod) - Method in class org.jfree.serializer.SerializerHelper
-
Registers a new SerializeMethod with this SerializerHelper.
- registerMethods() - Method in class org.jfree.serializer.SerializerHelper
-
Traverses the configuration and registers all serialization handlers in this factory.
S
- SerializeMethod - Interface in org.jfree.serializer
-
The SerializeMethod is used to define a serialization strategy for a certain object type.
- SerializerHelper - Class in org.jfree.serializer
-
The SerializeHelper is used to make implementing custom serialization handlers easier.
- SerializerHelper() - Constructor for class org.jfree.serializer.SerializerHelper
-
Creates a new SerializerHelper.
- setInstance(SerializerHelper) - Static method in class org.jfree.serializer.SerializerHelper
-
This method can be used to replace the singleton instance of this helper.
U
- unregisterMethod(SerializeMethod) - Method in class org.jfree.serializer.SerializerHelper
-
Deregisters a new SerializeMethod with this SerializerHelper.
W
- writeObject(Object, ObjectOutputStream) - Method in interface org.jfree.serializer.SerializeMethod
-
Writes a serializable object description to the given object output stream.
- writeObject(Object, ObjectOutputStream) - Method in class org.jfree.serializer.SerializerHelper
-
Writes a serializable object description to the given object output stream.
All Classes All Packages