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
-
_encoding
java.lang.String _encoding
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
-
-
Class com.steadystate.css.dom.CSSFontFaceRuleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_style
CSSStyleDeclarationImpl _style
-
-
-
Class com.steadystate.css.dom.CSSImportRuleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_href
java.lang.String _href
-
_media
MediaList _media
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
-
-
Class com.steadystate.css.dom.CSSMediaRuleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_media
MediaList _media
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_rules
CSSRuleList _rules
-
-
-
Class com.steadystate.css.dom.CSSPageRuleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_ident
java.lang.String _ident
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_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 _rules
-
-
-
Class com.steadystate.css.dom.CSSStyleDeclarationImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_properties
java.util.ArrayList _properties
-
_propertiesMap
java.util.Map _propertiesMap
-
-
-
Class com.steadystate.css.dom.CSSStyleRuleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_selectors
SelectorList _selectors
-
_style
CSSStyleDeclaration _style
-
-
-
Class com.steadystate.css.dom.CSSStyleSheetImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_disabled
boolean _disabled
-
_href
java.lang.String _href
-
_media
MediaList _media
-
_ownerNode
org.w3c.dom.Node _ownerNode
-
_ownerRule
CSSRule _ownerRule
-
_parentStyleSheet
StyleSheet _parentStyleSheet
-
_readOnly
boolean _readOnly
-
_rules
CSSRuleListImpl _rules
-
_title
java.lang.String _title
-
-
-
Class com.steadystate.css.dom.CSSUnknownRuleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_parentRule
CSSRule _parentRule
-
_parentStyleSheet
CSSStyleSheetImpl _parentStyleSheet
-
_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 _media
-
-
-
Class com.steadystate.css.dom.Property extends java.lang.Object implements Serializable
-
Serialized Fields
-
_important
boolean _important
-
_name
java.lang.String _name
-
_value
CSSValue _value
-
-
-
Class com.steadystate.css.dom.RectImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_bottom
CSSPrimitiveValue _bottom
-
_left
CSSPrimitiveValue _left
-
_right
CSSPrimitiveValue _right
-
_top
CSSPrimitiveValue _top
-
-
-
Class com.steadystate.css.dom.RGBColorImpl extends java.lang.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
_dimension
java.lang.String _dimension
-
_floatVal
float _floatVal
-
_function
java.lang.String _function
-
_next
LexicalUnit _next
-
_params
LexicalUnit _params
-
_prev
LexicalUnit _prev
-
_stringVal
java.lang.String _stringVal
-
_type
short _type
-
-
-
Class com.steadystate.css.parser.ParseException extends java.lang.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
java.lang.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
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. -
uri
java.lang.String uri
-
-
-
Class com.steadystate.css.parser.SelectorListImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_selectors
java.util.Vector _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
-
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
-
_condition
Condition _condition
-
_simpleSelector
SimpleSelector _simpleSelector
-
-
-
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
-
_child
Selector _child
-
_directAdjacent
SimpleSelector _directAdjacent
-
_nodeType
short _nodeType
-
-
-
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
-
domInvalid
boolean domInvalid
-
frameComponents
java.awt.Component[] frameComponents
-
htmlContext
HtmlRendererContext htmlContext
-
rootNode
HTMLElementImpl rootNode
-
-
-
Class org.lobobrowser.html.gui.HtmlBlockPanel extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
components
java.util.Set components
-
defaultMarginInsets
java.awt.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 extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
defaultMarginInsets
java.awt.Insets defaultMarginInsets
-
defaultOverflowX
int defaultOverflowX
-
defaultOverflowY
int defaultOverflowY
-
frameSetPanel
FrameSetPanel frameSetPanel
-
htmlBlockPanel
HtmlBlockPanel htmlBlockPanel
-
isFrameSet
boolean isFrameSet
-
nodeRenderer
NodeRenderer nodeRenderer
-
notificationImmediateAction
java.lang.Runnable notificationImmediateAction
-
notificationListener
DocumentNotificationListener notificationListener
-
notifications
java.util.ArrayList notifications
-
notificationTimer
javax.swing.Timer notificationTimer
-
preferredWidth
int preferredWidth
-
rootNode
NodeImpl rootNode
-
selectionDispatch
EventDispatch2 selectionDispatch
-
-
-
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
-
browseButton
javax.swing.JButton browseButton
-
fileValue
java.io.File fileValue
-
textField
javax.swing.JTextField textField
-
-
-
-
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
-
textArea
javax.swing.JTextArea textArea
-
tree
javax.swing.JTree tree
-
-
-
Class org.lobobrowser.html.test.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 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
-
addressField
javax.swing.JTextField addressField
-
htmlPanel
HtmlPanel htmlPanel
-
rcontext
SimpleHtmlRendererContext rcontext
-
textArea
javax.swing.JTextArea textArea
-
tree
javax.swing.JTree tree
-
-
-
-
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 methods
-
-
-
Class org.lobobrowser.js.JavaObjectWrapper extends org.mozilla.javascript.ScriptableObject implements Serializable
-
Serialized Fields
-
classWrapper
JavaClassWrapper classWrapper
-
delegate
java.lang.Object delegate
-
-
-
-
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
-
commonEntriesCapacity
int commonEntriesCapacity
-
historyMap
java.util.Map historyMap
-
historySortedSet
java.util.SortedSet historySortedSet
-
historyTimedSet
java.util.SortedSet historyTimedSet
-
sequenceCapacity
int sequenceCapacity
-
-
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
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
approxMaxSize
int approxMaxSize
-
cacheMap
java.util.Map cacheMap
-
currentSize
int currentSize
-
timedSet
java.util.TreeSet timedSet
Ascending timestamp order. First is least recently used.
-
-
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
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
uri
java.lang.String uri
-
-
-