Nekit
v 0.9

Serialized Form


Package com.nekhem.nekit

Class com.nekhem.nekit.NekEditorKit implements Serializable

Class com.nekhem.nekit.NekitApplet implements Serializable

Serialized Fields

editor

NekitEditor editor

browser

netscape.javascript.JSObject browser

xmlConn

XmlRpcConnection xmlConn

docID

java.lang.String docID

uploadPageURL

java.lang.String uploadPageURL

site

java.lang.String site

sessionId

java.lang.String sessionId

textId

java.lang.String textId

baseLinkPath

java.lang.String baseLinkPath

baseFilePath

java.lang.String baseFilePath

xmlURL

java.lang.String xmlURL

showSource

java.lang.String showSource

strDocText

java.lang.String strDocText

downloadedText

java.lang.String downloadedText

okCode

java.lang.Integer okCode

invalidSessionCode

java.lang.Integer invalidSessionCode

notEnoughPrivCode

java.lang.Integer notEnoughPrivCode

textNotFoundCode

java.lang.Integer textNotFoundCode

serverTroubleCode

java.lang.Integer serverTroubleCode

close

boolean close
convenience value for passing boolean parameters


dontclose

boolean dontclose
convenience value for passing boolean parameters


reload

boolean reload
convenience value for passing boolean parameters


dontreload

boolean dontreload
convenience value for passing boolean parameters

Class com.nekhem.nekit.NekitDocument implements Serializable

Serialized Fields

paragraphTags

java.util.Vector paragraphTags
All the tags that define a paragraph


titleTags

java.util.Vector titleTags
All tags that define a title


htmlKit

NekEditorKit htmlKit
The EditorKit


newlineAttribute

javax.swing.text.SimpleAttributeSet newlineAttribute
The attribute of the break character. In the internal representation the
is a simple space with attributes.


baseAttributes

javax.swing.text.AttributeSet baseAttributes

Class com.nekhem.nekit.NekitPane implements Serializable

Serialized Fields

baseAttributes

javax.swing.text.AttributeSet baseAttributes
The attributes of clear text


nekitDoc

NekitDocument nekitDoc
The current Document


owner

NekitPaneOwner owner
callback reference


htmlKit

javax.swing.text.html.HTMLEditorKit htmlKit

caretAdjustFlag

boolean caretAdjustFlag

lastPoint

java.awt.Point lastPoint

contexts

java.util.Map contexts
Hashtable of all the contexts handled

See Also:
CaretContext

titleTags

java.util.Vector titleTags
list of tags that define a Title


Nekit
v 0.9

Submit a bug or feature
Nekhem Technologies