Serialized Form


Package com.irisel.dummy

Class com.irisel.dummy.ActionDemo extends javax.swing.JPanel implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea

newline

java.lang.String newline

leftAction

javax.swing.Action leftAction

middleAction

javax.swing.Action middleAction

rightAction

javax.swing.Action rightAction

cbmi

javax.swing.JCheckBoxMenuItem[] cbmi

Class com.irisel.dummy.ActionDemo.LeftAction extends javax.swing.AbstractAction implements Serializable

Class com.irisel.dummy.ActionDemo.MiddleAction extends javax.swing.AbstractAction implements Serializable

Class com.irisel.dummy.ActionDemo.RightAction extends javax.swing.AbstractAction implements Serializable

Class com.irisel.dummy.PlafTest extends javax.swing.JPanel implements Serializable

Serialized Fields

metalButton

javax.swing.JButton metalButton

motifButton

javax.swing.JButton motifButton

windowsButton

javax.swing.JButton windowsButton

top

java.awt.Component top

Class com.irisel.dummy.PlayWithResizeBehaviour extends javax.swing.JFrame implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField

Package com.irisel.exceptions

Class com.irisel.exceptions.DataException extends java.lang.Exception implements Serializable

Class com.irisel.exceptions.InvocationException extends java.lang.Exception implements Serializable


Package com.irisel.modules

Class com.irisel.modules.ModuleInitializeException extends java.lang.Exception implements Serializable

Class com.irisel.modules.PackageConfiguration extends PropertyFileConfiguration implements Serializable


Package com.irisel.util

Class com.irisel.util.BaseBean extends java.lang.Object implements Serializable

Class com.irisel.util.CacheHashMap extends java.util.LinkedHashMap implements Serializable

Serialized Fields

maxCapacity

int maxCapacity

Class com.irisel.util.ConfigException extends java.lang.Exception implements Serializable

Class com.irisel.util.Configuration extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws ConfigException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.
ConfigException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Helper method for serialization.

Throws:
java.io.IOException - if errors occur while writing the stream.
Serialized Fields

configuration

java.util.Properties configuration

Class com.irisel.util.ConfigurationProperties extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.HashMap<K,V> properties
Storage for the properties.


markedProperties

java.util.TreeSet<E> markedProperties
Marked property names.

Class com.irisel.util.PackageConfiguration extends PropertyFileConfiguration implements Serializable

Class com.irisel.util.PropertyFileConfiguration extends Configuration implements Serializable

Class com.irisel.util.SecurityException extends java.lang.SecurityException implements Serializable

Class com.irisel.util.SplashScreen extends javax.swing.JWindow implements Serializable


Package org.json.simple

Class org.json.simple.JSONArray extends java.util.ArrayList implements Serializable

serialVersionUID: 3957988303675231981L

Class org.json.simple.JSONObject extends java.util.HashMap implements Serializable

serialVersionUID: -503443796854799292L


Package org.json.simple.parser

Class org.json.simple.parser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: -7880698968187728548L

Serialized Fields

errorType

int errorType

unexpectedObject

java.lang.Object unexpectedObject

position

int position