Serialized Form
-
Package com.steadystate.css
-
Exception com.steadystate.css.ParseException
class ParseException extends ParseException implements Serializable -
Class com.steadystate.css.RGBColorImpl
class RGBColorImpl extends RGBColorImpl implements Serializable
-
-
Package com.steadystate.css.dom
-
Class com.steadystate.css.dom.CounterImpl
class CounterImpl extends Object implements Serializable -
Class com.steadystate.css.dom.CSS2PropertiesImpl
class CSS2PropertiesImpl extends Object implements Serializable -
Class com.steadystate.css.dom.CSSCharsetRuleImpl
class CSSCharsetRuleImpl extends Object implements Serializable-
Serialized Fields
-
_encoding
String _encoding
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
-
-
Class com.steadystate.css.dom.CSSFontFaceRuleImpl
class CSSFontFaceRuleImpl extends Object implements Serializable-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_style
CSSStyleDeclarationImpl _style
-
-
-
Class com.steadystate.css.dom.CSSImportRuleImpl
class CSSImportRuleImpl extends Object implements Serializable-
Serialized Fields
-
_href
String _href
-
_media
MediaList _media
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
-
-
Class com.steadystate.css.dom.CSSMediaRuleImpl
class CSSMediaRuleImpl extends Object implements Serializable-
Serialized Fields
-
_media
MediaList _media
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_rules
CSSRuleList _rules
-
-
-
Class com.steadystate.css.dom.CSSPageRuleImpl
class CSSPageRuleImpl extends Object implements Serializable-
Serialized Fields
-
_ident
String _ident
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_pseudoPage
String _pseudoPage
-
_style
CSSStyleDeclaration _style
-
-
-
Class com.steadystate.css.dom.CSSRuleListImpl
class CSSRuleListImpl extends Object implements Serializable-
Serialized Fields
-
_rules
Vector _rules
-
-
-
Class com.steadystate.css.dom.CSSStyleDeclarationImpl
class CSSStyleDeclarationImpl extends Object implements Serializable -
Class com.steadystate.css.dom.CSSStyleRuleImpl
class CSSStyleRuleImpl extends Object implements Serializable-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_selectors
SelectorList _selectors
-
_style
CSSStyleDeclaration _style
-
-
-
Class com.steadystate.css.dom.CSSStyleSheetImpl
class CSSStyleSheetImpl extends Object implements Serializable-
Serialized Fields
-
_disabled
boolean _disabled
-
_href
String _href
-
_media
MediaList _media
-
_ownerNode
Node _ownerNode
-
_ownerRule
CSSRule _ownerRule
-
_parentStyleSheet
StyleSheet _parentStyleSheet
-
_readOnly
boolean _readOnly
-
_rules
CSSRuleListImpl _rules
-
_title
String _title
-
-
-
Class com.steadystate.css.dom.CSSUnknownRuleImpl
class CSSUnknownRuleImpl extends Object implements Serializable-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_text
String _text
-
-
-
Class com.steadystate.css.dom.CSSValueImpl
class CSSValueImpl extends Object implements Serializable-
Serialized Fields
-
_value
Object _value
-
-
-
Exception com.steadystate.css.dom.DOMExceptionImpl
class DOMExceptionImpl extends DOMException implements Serializable -
Class com.steadystate.css.dom.MediaListImpl
class MediaListImpl extends Object implements Serializable-
Serialized Fields
-
_media
Vector _media
-
-
-
Class com.steadystate.css.dom.Property
class Property extends Object implements Serializable -
Class com.steadystate.css.dom.RectImpl
class RectImpl extends Object implements Serializable-
Serialized Fields
-
_bottom
CSSPrimitiveValue _bottom
-
_left
CSSPrimitiveValue _left
-
_right
CSSPrimitiveValue _right
-
_top
CSSPrimitiveValue _top
-
-
-
Class com.steadystate.css.dom.RGBColorImpl
class RGBColorImpl extends Object implements Serializable-
Serialized Fields
-
_blue
CSSPrimitiveValue _blue
-
_green
CSSPrimitiveValue _green
-
_red
CSSPrimitiveValue _red
-
-
-
-
Package com.steadystate.css.parser
-
Class com.steadystate.css.parser.LexicalUnitImpl
class LexicalUnitImpl extends Object implements Serializable-
Serialized Fields
-
_dimension
String _dimension
-
_floatVal
float _floatVal
-
_function
String _function
-
_next
LexicalUnit _next
-
_params
LexicalUnit _params
-
_prev
LexicalUnit _prev
-
_stringVal
String _stringVal
-
_type
short _type
-
-
-
Exception com.steadystate.css.parser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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. -
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). -
tokenImage
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. -
uri
String uri
-
-
-
Class com.steadystate.css.parser.SelectorListImpl
class SelectorListImpl extends Object implements Serializable-
Serialized Fields
-
_selectors
Vector _selectors
-
-
-
Error com.steadystate.css.parser.TokenMgrError
class TokenMgrError extends 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
class AndConditionImpl extends Object implements Serializable -
Class com.steadystate.css.parser.selectors.AttributeConditionImpl
class AttributeConditionImpl extends Object implements Serializable -
Class com.steadystate.css.parser.selectors.BeginHyphenAttributeConditionImpl
class BeginHyphenAttributeConditionImpl extends Object implements Serializable -
Class com.steadystate.css.parser.selectors.CharacterDataSelectorImpl
class CharacterDataSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_data
String _data
-
-
-
Class com.steadystate.css.parser.selectors.ChildSelectorImpl
class ChildSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_parent
Selector _parent
-
_simpleSelector
SimpleSelector _simpleSelector
-
-
-
Class com.steadystate.css.parser.selectors.ClassConditionImpl
class ClassConditionImpl extends Object implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class com.steadystate.css.parser.selectors.ConditionalSelectorImpl
class ConditionalSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_condition
Condition _condition
-
_simpleSelector
SimpleSelector _simpleSelector
-
-
-
Class com.steadystate.css.parser.selectors.DescendantSelectorImpl
class DescendantSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_parent
Selector _parent
-
_simpleSelector
SimpleSelector _simpleSelector
-
-
-
Class com.steadystate.css.parser.selectors.DirectAdjacentSelectorImpl
class DirectAdjacentSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_child
Selector _child
-
_directAdjacent
SimpleSelector _directAdjacent
-
_nodeType
short _nodeType
-
-
-
Class com.steadystate.css.parser.selectors.ElementSelectorImpl
class ElementSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_localName
String _localName
-
-
-
Class com.steadystate.css.parser.selectors.IdConditionImpl
class IdConditionImpl extends Object implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class com.steadystate.css.parser.selectors.LangConditionImpl
class LangConditionImpl extends Object implements Serializable-
Serialized Fields
-
_lang
String _lang
-
-
-
Class com.steadystate.css.parser.selectors.OneOfAttributeConditionImpl
class OneOfAttributeConditionImpl extends Object implements Serializable -
Class com.steadystate.css.parser.selectors.PseudoClassConditionImpl
class PseudoClassConditionImpl extends Object implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class com.steadystate.css.parser.selectors.PseudoElementSelectorImpl
class PseudoElementSelectorImpl extends Object implements Serializable-
Serialized Fields
-
_localName
String _localName
-
-
-
-
Package org.lobobrowser.html.domimpl
-
Class org.lobobrowser.html.domimpl.HTMLDocumentImpl.CSSStyleSheetList
class CSSStyleSheetList extends ArrayList implements Serializable -
Class org.lobobrowser.html.domimpl.ImageEvent
class ImageEvent extends EventObject implements Serializable-
Serialized Fields
-
image
Image image
-
-
-
-
Package org.lobobrowser.html.gui
-
Class org.lobobrowser.html.gui.FrameSetPanel
class FrameSetPanel extends JComponent implements Serializable-
Serialized Fields
-
domInvalid
boolean domInvalid
-
frameComponents
Component[] frameComponents
-
htmlContext
HtmlRendererContext htmlContext
-
rootNode
HTMLElementImpl rootNode
-
-
-
Class org.lobobrowser.html.gui.HtmlBlockPanel
class HtmlBlockPanel extends JComponent implements Serializable-
Serialized Fields
-
components
Set components
-
defaultMarginInsets
Insets defaultMarginInsets
-
defaultOverflowX
int defaultOverflowX
-
defaultOverflowY
int defaultOverflowY
-
endSelection
RenderableSpot endSelection
-
frameContext
FrameContext frameContext
-
mousePressTarget
BoundableRenderable mousePressTarget
-
preferredWidth
int preferredWidth
-
processingDocumentNotification
boolean processingDocumentNotification
-
rblock
RBlock rblock
-
rcontext
HtmlRendererContext rcontext
-
startSelection
RenderableSpot startSelection
-
ucontext
UserAgentContext ucontext
-
-
-
Class org.lobobrowser.html.gui.HtmlPanel
class HtmlPanel extends JComponent implements Serializable-
Serialized Fields
-
defaultMarginInsets
Insets defaultMarginInsets
-
defaultOverflowX
int defaultOverflowX
-
defaultOverflowY
int defaultOverflowY
-
frameSetPanel
FrameSetPanel frameSetPanel
-
htmlBlockPanel
HtmlBlockPanel htmlBlockPanel
-
isFrameSet
boolean isFrameSet
-
nodeRenderer
NodeRenderer nodeRenderer
-
notificationImmediateAction
Runnable notificationImmediateAction
-
notificationListener
DocumentNotificationListener notificationListener
-
notifications
ArrayList notifications
-
notificationTimer
Timer notificationTimer
-
preferredWidth
int preferredWidth
-
rootNode
NodeImpl rootNode
-
selectionDispatch
EventDispatch2 selectionDispatch
-
-
-
Class org.lobobrowser.html.gui.SelectionChangeEvent
class SelectionChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
hasSelection
boolean hasSelection
-
-
-
-
Package org.lobobrowser.html.renderer
-
Class org.lobobrowser.html.renderer.InputFileControl
class InputFileControl extends org.lobobrowser.html.renderer.BaseInputControl implements Serializable-
Serialized Fields
-
browseButton
JButton browseButton
-
fileValue
File fileValue
-
textField
JTextField textField
-
-
-
-
Package org.lobobrowser.html.test
-
Class org.lobobrowser.html.test.CssParserTest
class CssParserTest extends JFrame implements Serializable -
Class org.lobobrowser.html.test.ParserTest
class ParserTest extends JFrame implements Serializable -
Class org.lobobrowser.html.test.SimpleBrowserFrame
class SimpleBrowserFrame extends HtmlPanel implements Serializable-
Serialized Fields
-
parentRcontext
HtmlRendererContext parentRcontext
-
rcontext
HtmlRendererContext rcontext
TheHtmlRendererContext
associated with the browser frame.
-
-
-
Class org.lobobrowser.html.test.SimpleHtmlObject
class SimpleHtmlObject extends JComponent implements Serializable-
Serialized Fields
-
element
HTMLElement element
-
-
-
Class org.lobobrowser.html.test.TestFrame
class TestFrame extends JFrame implements Serializable-
Serialized Fields
-
addressField
JTextField addressField
-
htmlPanel
HtmlPanel htmlPanel
-
rcontext
SimpleHtmlRendererContext rcontext
-
textArea
JTextArea textArea
-
tree
JTree tree
-
-
-
-
Package org.lobobrowser.js
-
Class org.lobobrowser.js.JavaConstructorObject
class JavaConstructorObject extends org.mozilla.javascript.ScriptableObject implements Serializable-
Serialized Fields
-
classWrapper
JavaClassWrapper classWrapper
-
instantiator
JavaInstantiator instantiator
-
name
String name
-
-
-
Class org.lobobrowser.js.JavaFunctionObject
class JavaFunctionObject extends org.mozilla.javascript.ScriptableObject implements Serializable -
Class org.lobobrowser.js.JavaObjectWrapper
class JavaObjectWrapper extends org.mozilla.javascript.ScriptableObject implements Serializable-
Serialized Fields
-
classWrapper
JavaClassWrapper classWrapper
-
delegate
Object delegate
-
-
-
-
Package org.lobobrowser.util
-
Class org.lobobrowser.util.History
class History extends Object implements Serializable- serialVersionUID:
- 2257845000800300100L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
Class org.lobobrowser.util.InputProgressEvent
class InputProgressEvent extends EventObject implements Serializable-
Serialized Fields
-
progress
int progress
-
-
-
Class org.lobobrowser.util.LRUCache
class LRUCache extends Object implements Serializable- serialVersionUID:
- 940427225784212823L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.lobobrowser.util.NameValuePair
class NameValuePair extends Object implements Serializable- serialVersionUID:
- 22574500600001010L
-
Class org.lobobrowser.util.RemovalEvent
class RemovalEvent extends EventObject implements Serializable-
Serialized Fields
-
valueRemoved
Object valueRemoved
-
-
-
Exception org.lobobrowser.util.WrapperException
class WrapperException extends RuntimeException implements Serializable
-
-
Package org.lobobrowser.util.io
-
Exception org.lobobrowser.util.io.BufferExceededException
class BufferExceededException extends Exception implements Serializable
-
-
Package org.w3c.css.sac
-
Exception org.w3c.css.sac.CSSException
class CSSException extends RuntimeException implements Serializable-
Serialized Fields
-
code
short code
-
-
-
Exception org.w3c.css.sac.CSSParseException
class CSSParseException extends CSSException implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
uri
String uri
-
-
-