Serialized Form


Package net.sourceforge.spedit.app

Class net.sourceforge.spedit.app.Application.DocumentFrame implements Serializable

Serialized Fields

this$0

Application this$0

editorPane

JEditorPane editorPane

editorKit

XMLEditorKit editorKit

document

XMLDocument document

scrollPane

JScrollPane scrollPane

splitPane

JSplitPane splitPane

navigator

NavigationTree navigator

factory

XMLViewFactory factory

oldWrapper

WrapperView oldWrapper

constraints

String[] constraints

Class net.sourceforge.spedit.app.Application.DocumentFrame.ActionElementInsert implements Serializable

Serialized Fields

this$1

Application.DocumentFrame this$1

wrapper

XMLElementWrapper wrapper

newElement

XMLElement newElement

pos

int pos

Class net.sourceforge.spedit.app.Application.DocumentFrame.ActionElementRemove implements Serializable

Serialized Fields

this$1

Application.DocumentFrame this$1

wrapper

XMLElementWrapper wrapper

Class net.sourceforge.spedit.app.NavigationTree implements Serializable

Serialized Fields

hidden

Vector hidden

app

Application.DocumentFrame app

updateCaret

boolean updateCaret


Package net.sourceforge.spedit.core

Class net.sourceforge.spedit.core.XMLDocument implements Serializable

Serialized Fields

roots

Element[] roots

documentListeners

Vector documentListeners

undoableEditListeners

Vector undoableEditListeners

treeModelListeners

Vector treeModelListeners

properties

Hashtable properties

positions

List positions

content

GapContent content

startPosition

Position startPosition

endPosition

Position endPosition

font

Font font

Class net.sourceforge.spedit.core.XMLEditorKit implements Serializable

Serialized Fields

viewFactory

XMLViewFactory viewFactory

Class net.sourceforge.spedit.core.XMLElement implements Serializable

Serialized Fields

contentLength

int contentLength

startOffset

int startOffset

wrapper

XMLElementWrapper wrapper

xmlAttributes

XMLAttributes xmlAttributes

Class net.sourceforge.spedit.core.XMLText implements Serializable

Serialized Fields

wrapper

XMLTextWrapper wrapper