Serialized Form


Package org.ocopomo.annotation.html

Class org.ocopomo.annotation.html.HTMLDocumentEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

document

javax.swing.text.html.HTMLDocument document

textPane

javax.swing.JTextPane textPane

debug

boolean debug

currentFile

java.io.File currentFile

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

org.ocopomo.annotation.html.HTMLDocumentEditor.UndoAction undoAction

redoAction

org.ocopomo.annotation.html.HTMLDocumentEditor.RedoAction redoAction

cutAction

javax.swing.Action cutAction

copyAction

javax.swing.Action copyAction

pasteAction

javax.swing.Action pasteAction

boldAction

javax.swing.Action boldAction

underlineAction

javax.swing.Action underlineAction

italicAction

javax.swing.Action italicAction

insertBreakAction

javax.swing.Action insertBreakAction

unorderedListAction

javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction unorderedListAction

bulletAction

javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction bulletAction

Class org.ocopomo.annotation.html.TextSamplerDemo extends javax.swing.JPanel implements Serializable

Serialized Fields

newline

java.lang.String newline

actionLabel

javax.swing.JLabel actionLabel

Package org.ocopomo.contentrepositoryclient.publish.scenario

Class org.ocopomo.contentrepositoryclient.publish.scenario.ParserException extends java.lang.Exception implements Serializable