Serialized Form


Package de.infinityloop.common

Class de.infinityloop.common.LicenseManager.LicenseChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

exitIndex

int exitIndex

parent

de.infinityloop.common.LicenseManager parent

entries

java.util.Vector<E> entries

licenseList

javax.swing.JList licenseList

OKButton

javax.swing.JButton OKButton

InfoLabel

javax.swing.JLabel InfoLabel

baseContainer

javax.swing.JPanel baseContainer

scrollPane

javax.swing.JScrollPane scrollPane

okcancel

javax.swing.JPanel okcancel

dlsm

javax.swing.DefaultListSelectionModel dlsm

Package de.infinityloop.downcast.rtflib

Class de.infinityloop.downcast.rtflib.RTFOException extends java.lang.Exception implements Serializable

Serialized Fields

exceptionCode

int exceptionCode

additionalText

java.lang.String additionalText

origException

java.lang.Throwable origException

Class de.infinityloop.downcast.rtflib.RTFOPropertyList extends java.util.TreeMap implements Serializable

Serialized Fields

logger

LoggerProxy logger

iter

java.util.Iterator<E> iter

keySet

java.util.Set<E> keySet

ownerDocument

de.infinityloop.downcast.rtflib.RTFODocument ownerDocument
holds the document which this propertylist belongs to in the widest sense. Used for getting related info necessary for writing properties correctly.


owner

de.infinityloop.downcast.rtflib.RTFOBase owner
holds the RTFO parent to which this propertylist belongs. If it doesn't belong to an object in the document tree, this returns null.

Class de.infinityloop.downcast.rtflib.RTFOStateStack extends java.util.Stack implements Serializable

Serialized Fields

propertyStacks

java.util.HashMap<K,V> propertyStacks
We also need global state variables during serialization (e.g. list counters) that get pushed/popped on a per variable basis upon request. So, we also implement a Hashtable of Stack objects of the form (propertyid, StackOfPropValues) to be selectively pushed and popped and read.


owner

de.infinityloop.downcast.rtflib.RTFODocument owner
Holds the document this object belongs to.


Package de.infinityloop.util

Class de.infinityloop.util.ILException extends java.lang.Exception implements Serializable

Serialized Fields

collector

NotificationCollector collector
The collector object for notifications/errors/warnings, possibly wrapped into an ILException at some later time.


configuration

LoggerConfiguration configuration
The configuration for this logger


Package de.infinityloop.util.gui

Class de.infinityloop.util.gui.ApplicationChooserDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

selectedApp

int selectedApp

jTextPane1

javax.swing.JTextPane jTextPane1

LaunchDownCast

javax.swing.JButton LaunchDownCast

LaunchUpCast

javax.swing.JButton LaunchUpCast

mShown

boolean mShown

Class de.infinityloop.util.gui.UniversalDemoSplash extends javax.swing.JDialog implements Serializable

Serialized Fields

OKButton

javax.swing.JButton OKButton

InfotextLabel

javax.swing.JLabel InfotextLabel

SplashIcon

javax.swing.ImageIcon SplashIcon

SplashLabel

javax.swing.JLabel SplashLabel

basePanel

javax.swing.JPanel basePanel

iconPanel

javax.swing.JPanel iconPanel

noticePanel

javax.swing.JPanel noticePanel

buttonPanel

javax.swing.JPanel buttonPanel

okpushed

boolean okpushed

productText

java.lang.String productText

copyrightText

java.lang.String copyrightText

warningNotice

java.lang.String warningNotice

daysLeft

int daysLeft

splashURL

java.lang.String splashURL

buttonText

java.lang.String buttonText

clickURL

java.lang.String clickURL

mShown

boolean mShown

Class de.infinityloop.util.gui.UnregisteredDemoSplash extends javax.swing.JFrame implements Serializable

Serialized Fields

OKButton

javax.swing.JButton OKButton

RegisterButton

javax.swing.JButton RegisterButton

QuitButton

javax.swing.JButton QuitButton

InfotextLabel

javax.swing.JLabel InfotextLabel

SplashIcon

javax.swing.ImageIcon SplashIcon

SplashLabel

javax.swing.JLabel SplashLabel

basePanel

javax.swing.JPanel basePanel

iconPanel

javax.swing.JPanel iconPanel

noticePanel

javax.swing.JPanel noticePanel

buttonPanel

javax.swing.JPanel buttonPanel

okpushed

boolean okpushed

registerpushed

boolean registerpushed

productText

java.lang.String productText

copyrightText

java.lang.String copyrightText

warningNotice

java.lang.String warningNotice

splashURL

java.lang.String splashURL

clickURL

java.lang.String clickURL

mShown

boolean mShown

Package de.infinityloop.util.log

Class de.infinityloop.util.log.NotificationCollector extends java.util.ArrayList implements Serializable

Serialized Fields

levelStrings

java.lang.String[] levelStrings

userRef

java.lang.Object userRef
A general reference object


filterLevel

int filterLevel
The level with >= will be added


Package de.infinityloop.util.style

Class de.infinityloop.util.style.CSSPropertyFilter extends java.util.Hashtable implements Serializable

Serialized Fields

filterType

int filterType

wildcards

java.util.Stack<E> wildcards