Serialized Form


Package com.steadystate.css

Class com.steadystate.css.ParseException extends ParseException implements Serializable

Class com.steadystate.css.RGBColorImpl extends RGBColorImpl implements Serializable


Package com.steadystate.css.dom

Class com.steadystate.css.dom.CounterImpl extends java.lang.Object implements Serializable

Serialized Fields

_identifier

java.lang.String _identifier

_listStyle

java.lang.String _listStyle

_separator

java.lang.String _separator

Class com.steadystate.css.dom.CSS2PropertiesImpl extends java.lang.Object implements Serializable

Class com.steadystate.css.dom.CSSCharsetRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_encoding

java.lang.String _encoding

Class com.steadystate.css.dom.CSSFontFaceRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_style

CSSStyleDeclarationImpl _style

Class com.steadystate.css.dom.CSSImportRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_href

java.lang.String _href

_media

MediaList _media

Class com.steadystate.css.dom.CSSMediaRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_media

MediaList _media

_rules

CSSRuleList _rules

Class com.steadystate.css.dom.CSSPageRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_ident

java.lang.String _ident

_pseudoPage

java.lang.String _pseudoPage

_style

CSSStyleDeclaration _style

Class com.steadystate.css.dom.CSSRuleListImpl extends java.lang.Object implements Serializable

Serialized Fields

_rules

java.util.Vector<E> _rules

Class com.steadystate.css.dom.CSSStyleDeclarationImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentRule

CSSRule _parentRule

_properties

java.util.ArrayList<E> _properties

_propertiesMap

java.util.Map<K,V> _propertiesMap

Class com.steadystate.css.dom.CSSStyleRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_selectors

SelectorList _selectors

_style

CSSStyleDeclaration _style

Class com.steadystate.css.dom.CSSStyleSheetImpl extends java.lang.Object implements Serializable

Serialized Fields

_disabled

boolean _disabled

_ownerNode

org.w3c.dom.Node _ownerNode

_parentStyleSheet

StyleSheet _parentStyleSheet

_href

java.lang.String _href

_title

java.lang.String _title

_media

MediaList _media

_ownerRule

CSSRule _ownerRule

_readOnly

boolean _readOnly

_rules

CSSRuleListImpl _rules

Class com.steadystate.css.dom.CSSUnknownRuleImpl extends java.lang.Object implements Serializable

Serialized Fields

_parentStyleSheet

CSSStyleSheetImpl _parentStyleSheet

_parentRule

CSSRule _parentRule

_text

java.lang.String _text

Class com.steadystate.css.dom.CSSValueImpl extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.Object _value

Class com.steadystate.css.dom.DOMExceptionImpl extends org.w3c.dom.DOMException implements Serializable

Class com.steadystate.css.dom.MediaListImpl extends java.lang.Object implements Serializable

Serialized Fields

_media

java.util.Vector<E> _media

Class com.steadystate.css.dom.Property extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_value

CSSValue _value

_important

boolean _important

Class com.steadystate.css.dom.RectImpl extends java.lang.Object implements Serializable

Serialized Fields

_left

CSSPrimitiveValue _left

_top

CSSPrimitiveValue _top

_right

CSSPrimitiveValue _right

_bottom

CSSPrimitiveValue _bottom

Class com.steadystate.css.dom.RGBColorImpl extends java.lang.Object implements Serializable

Serialized Fields

_red

CSSPrimitiveValue _red

_green

CSSPrimitiveValue _green

_blue

CSSPrimitiveValue _blue

Package com.steadystate.css.parser

Class com.steadystate.css.parser.LexicalUnitImpl extends java.lang.Object implements Serializable

Serialized Fields

_type

short _type

_next

LexicalUnit _next

_prev

LexicalUnit _prev

_floatVal

float _floatVal

_dimension

java.lang.String _dimension

_function

java.lang.String _function

_params

LexicalUnit _params

_stringVal

java.lang.String _stringVal

Class com.steadystate.css.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

uri

java.lang.String uri

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.steadystate.css.parser.SelectorListImpl extends java.lang.Object implements Serializable

Serialized Fields

_selectors

java.util.Vector<E> _selectors

Class com.steadystate.css.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.steadystate.css.parser.selectors

Class com.steadystate.css.parser.selectors.AndConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_c1

Condition _c1

_c2

Condition _c2

Class com.steadystate.css.parser.selectors.AttributeConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_localName

java.lang.String _localName

_value

java.lang.String _value

Class com.steadystate.css.parser.selectors.BeginHyphenAttributeConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_localName

java.lang.String _localName

_value

java.lang.String _value

Class com.steadystate.css.parser.selectors.CharacterDataSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_data

java.lang.String _data

Class com.steadystate.css.parser.selectors.ChildSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_parent

Selector _parent

_simpleSelector

SimpleSelector _simpleSelector

Class com.steadystate.css.parser.selectors.ClassConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.steadystate.css.parser.selectors.ConditionalSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_simpleSelector

SimpleSelector _simpleSelector

_condition

Condition _condition

Class com.steadystate.css.parser.selectors.DescendantSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_parent

Selector _parent

_simpleSelector

SimpleSelector _simpleSelector

Class com.steadystate.css.parser.selectors.DirectAdjacentSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_nodeType

short _nodeType

_child

Selector _child

_directAdjacent

SimpleSelector _directAdjacent

Class com.steadystate.css.parser.selectors.ElementSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_localName

java.lang.String _localName

Class com.steadystate.css.parser.selectors.IdConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.steadystate.css.parser.selectors.LangConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_lang

java.lang.String _lang

Class com.steadystate.css.parser.selectors.OneOfAttributeConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_localName

java.lang.String _localName

_value

java.lang.String _value

Class com.steadystate.css.parser.selectors.PseudoClassConditionImpl extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value

Class com.steadystate.css.parser.selectors.PseudoElementSelectorImpl extends java.lang.Object implements Serializable

Serialized Fields

_localName

java.lang.String _localName

Package org.lobobrowser.html.domimpl

Class org.lobobrowser.html.domimpl.HTMLDocumentImpl.CSSStyleSheetList extends java.util.ArrayList implements Serializable

Class org.lobobrowser.html.domimpl.ImageEvent extends java.util.EventObject implements Serializable

Serialized Fields

image

java.awt.Image image

Package org.lobobrowser.html.gui

Class org.lobobrowser.html.gui.FrameSetPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

rootNode

HTMLElementImpl rootNode

htmlContext

HtmlRendererContext htmlContext

frameComponents

java.awt.Component[] frameComponents

domInvalid

boolean domInvalid

Class org.lobobrowser.html.gui.HtmlBlockPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

frameContext

FrameContext frameContext

ucontext

UserAgentContext ucontext

rcontext

HtmlRendererContext rcontext

startSelection

RenderableSpot startSelection

endSelection

RenderableSpot endSelection

rblock

RBlock rblock

preferredWidth

int preferredWidth

defaultPaddingInsets

java.awt.Insets defaultPaddingInsets

mousePressTarget

BoundableRenderable mousePressTarget

processingDocumentNotification

boolean processingDocumentNotification

components

java.util.Set<E> components

Class org.lobobrowser.html.gui.HtmlPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

selectionDispatch

EventDispatch2 selectionDispatch

notificationTimer

javax.swing.Timer notificationTimer

notificationListener

DocumentNotificationListener notificationListener

notificationImmediateAction

java.lang.Runnable notificationImmediateAction

isFrameSet

boolean isFrameSet

nodeRenderer

NodeRenderer nodeRenderer

rootNode

NodeImpl rootNode

preferredWidth

int preferredWidth

htmlBlockPanel

HtmlBlockPanel htmlBlockPanel

frameSetPanel

FrameSetPanel frameSetPanel

notifications

java.util.ArrayList<E> notifications

Class org.lobobrowser.html.gui.SelectionChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

hasSelection

boolean hasSelection

Package org.lobobrowser.html.renderer

Class org.lobobrowser.html.renderer.InputFileControl extends org.lobobrowser.html.renderer.BaseInputControl implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField

browseButton

javax.swing.JButton browseButton

fileValue

java.io.File fileValue

Package org.lobobrowser.html.test

Class org.lobobrowser.html.test.CssParserTest extends javax.swing.JFrame implements Serializable

Serialized Fields

cssOutput

HtmlPanel cssOutput

textArea

javax.swing.JTextArea textArea

Class org.lobobrowser.html.test.ParserTest extends javax.swing.JFrame implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

textArea

javax.swing.JTextArea textArea

Class org.lobobrowser.html.test.SimpleBrowserFrame extends HtmlPanel implements Serializable

Serialized Fields

rcontext

HtmlRendererContext rcontext
The HtmlRendererContext associated with the browser frame.


parentRcontext

HtmlRendererContext parentRcontext

Class org.lobobrowser.html.test.SimpleHtmlObject extends javax.swing.JComponent implements Serializable

Serialized Fields

element

HTMLElement element

Class org.lobobrowser.html.test.TestFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

rcontext

SimpleHtmlRendererContext rcontext

tree

javax.swing.JTree tree

htmlPanel

HtmlPanel htmlPanel

textArea

javax.swing.JTextArea textArea

addressField

javax.swing.JTextField addressField

Package org.lobobrowser.js

Class org.lobobrowser.js.JavaConstructorObject extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

classWrapper

JavaClassWrapper classWrapper

instantiator

JavaInstantiator instantiator

name

java.lang.String name

Class org.lobobrowser.js.JavaFunctionObject extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

className

java.lang.String className

methods

java.util.ArrayList<E> methods

Class org.lobobrowser.js.JavaObjectWrapper extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

delegate

java.lang.Object delegate

classWrapper

JavaClassWrapper classWrapper

Package org.lobobrowser.util

Class org.lobobrowser.util.History extends java.lang.Object implements Serializable

serialVersionUID: 2257845000800300100L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

historySortedSet

java.util.SortedSet<E> historySortedSet

historyMap

java.util.Map<K,V> historyMap

historyTimedSet

java.util.SortedSet<E> historyTimedSet

sequenceCapacity

int sequenceCapacity

commonEntriesCapacity

int commonEntriesCapacity

Class org.lobobrowser.util.InputProgressEvent extends java.util.EventObject implements Serializable

Serialized Fields

progress

int progress

Class org.lobobrowser.util.LRUCache extends java.lang.Object implements Serializable

serialVersionUID: 940427225784212823L

Serialized Fields

approxMaxSize

int approxMaxSize

cacheMap

java.util.Map<K,V> cacheMap

REMOVAL_EVENT

EventDispatch2 REMOVAL_EVENT

timedSet

java.util.TreeSet<E> timedSet
Ascending timestamp order. First is least recently used.


currentSize

int currentSize

Class org.lobobrowser.util.NameValuePair extends java.lang.Object implements Serializable

serialVersionUID: 22574500600001010L

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Class org.lobobrowser.util.RemovalEvent extends java.util.EventObject implements Serializable

Serialized Fields

valueRemoved

java.lang.Object valueRemoved

Class org.lobobrowser.util.WrapperException extends java.lang.RuntimeException implements Serializable


Package org.lobobrowser.util.io

Class org.lobobrowser.util.io.BufferExceededException extends java.lang.Exception implements Serializable


Package org.w3c.css.sac

Class org.w3c.css.sac.CSSException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Class org.w3c.css.sac.CSSParseException extends CSSException implements Serializable

Serialized Fields

uri

java.lang.String uri

lineNumber

int lineNumber

columnNumber

int columnNumber