Serialized Form


Package com.ephox.apache.commons.logging

Class com.ephox.apache.commons.logging.LogConfigurationException extends RuntimeException implements Serializable

serialVersionUID: -2683234432866437494L


Package com.ephox.cache

Class com.ephox.cache.CachedItem extends Object implements Serializable

serialVersionUID: 2250780452114807306L

Serialized Fields

converter

com.ephox.cache.ContentConverter<T> converter

fileCache

File fileCache

expiryDate

Date expiryDate

Class com.ephox.cache.IdentityContentConverter extends Object implements Serializable

serialVersionUID: -3327754911241431999L

Class com.ephox.cache.ImageConverter extends Object implements Serializable

serialVersionUID: -7160817736268601049L

Class com.ephox.cache.JarFileConverter extends Object implements Serializable

serialVersionUID: -2349201782616739251L

Class com.ephox.cache.LocalFileCachedItem extends com.ephox.cache.CachedItem<File> implements Serializable

serialVersionUID: 3577076491660557570L

Class com.ephox.cache.LocalResourceCachedItem extends com.ephox.cache.CachedItem<T> implements Serializable

serialVersionUID: -3581724800749098213L

Serialized Fields

log

Log log

resourceURL

URL resourceURL

itemCacheTime

long itemCacheTime

isFileURL

boolean isFileURL

file

File file

fileModifiedDateWhenCached

long fileModifiedDateWhenCached

Class com.ephox.cache.ModifiedImageCachedItem extends com.ephox.cache.LocalResourceCachedItem<Image> implements Serializable

serialVersionUID: -7459046891210181827L

Class com.ephox.cache.StringConverter extends Object implements Serializable

serialVersionUID: -1808929386599304798L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

charset

String charset

detectXmlCharset

boolean detectXmlCharset

_charset

String _charset

_detectXmlCharset

boolean _detectXmlCharset

Package com.ephox.editlive

Class com.ephox.editlive.AppletBean extends ELJBean implements Serializable

Serialized Fields

applet

com.ephox.editlive.applets.ELJApplet applet

returnBodyOnly

String returnBodyOnly

Class com.ephox.editlive.ELJBean extends JPanel implements Serializable

Serialized Fields

crashEventer

com.ephox.editlive.events.Eventer<T> crashEventer

delegate

com.ephox.functional.data.mutable.Mutable<T> delegate

killBean

com.ephox.functional.closures.Effect killBean

Package com.ephox.editlive.common

Class com.ephox.editlive.common.TextEvent extends EventObject implements Serializable

serialVersionUID: -3119761415193254696L

Serialized Fields

_actionName

int _actionName
The name of the action that occurred.


_extraObject

Object _extraObject
The extra string associated with this action.


_extraInt

int _extraInt
The extra int associated with this action.


_handled

boolean _handled
Whether or not this event has been handled. This allows bean listeners to handle actions instead of the built in handler.


Package com.ephox.editlive.java2.editor

Class com.ephox.editlive.java2.editor.Editor extends JPanel implements Serializable

Serialized Fields

winEToolBar

JComponent winEToolBar

epaneAsPanel

JPanel epaneAsPanel

ePane

com.ephox.editlive.java2.editor.EPane ePane

edCommand

com.ephox.editlive.common.EditorCommandHandler edCommand

tabs

com.ephox.editlive.java2.editor.tabs.TabRow tabs

northPane

JPanel northPane

docNav

JComponent docNav

showDocNav

boolean showDocNav

showToolbar

boolean showToolbar

handler

com.ephox.editlive.java2.editor.actionhandler.ActionHandler handler

showTabs

boolean showTabs

alive

boolean alive

aliveSync

Object aliveSync

epaneLoaded

boolean epaneLoaded

epaneException

Exception epaneException

asynchronous

boolean asynchronous

infobars

List<E> infobars

isRunningAsApplet

boolean isRunningAsApplet

die

com.ephox.functional.closures.Effect die

redoLayoutF

com.ephox.functional.closures.Effect redoLayoutF

Class com.ephox.editlive.java2.editor.EInsertBreakAction extends TextAction implements Serializable

serialVersionUID: 5219937731127695395L

Class com.ephox.editlive.java2.editor.EPane extends JPanel implements Serializable

Serialized Fields

htmlPaneId

String htmlPaneId

designPane

com.ephox.editlive.inkslingers.design.DesignPane designPane

codePane

com.ephox.editlive.inkslingers.code.CodePane codePane

switchPanel

com.ephox.editlive.java2.editor.SwitchPanel<T extends Enum<T>> switchPanel

htmlKit

com.ephox.editlive.java2.editor.EphoxEditorKit htmlKit

htmlDoc

com.ephox.editlive.java2.editor.EphoxHTMLDocument htmlDoc

filter

com.ephox.editlive.parsers.filter.Filter filter

htmlScrollPane

com.ephox.editlive.java2.editor.EScrollPane htmlScrollPane

textScrollPane

com.ephox.editlive.java2.editor.EScrollPane textScrollPane

undoRedoHandler

com.ephox.editlive.common.undo.UndoRedoHandler undoRedoHandler

selectionToggle

boolean selectionToggle

loseUndo

boolean loseUndo

paneState

com.ephox.editlive.java2.editor.PaneState paneState

bConsumeCharacter

boolean bConsumeCharacter

flushAfterKeyTyped

boolean flushAfterKeyTyped

enterWasPressed

boolean enterWasPressed

edCommand

com.ephox.editlive.common.EditorCommandHandler edCommand

sStoredPreBody

String sStoredPreBody

sStoredPostBody

String sStoredPostBody

undoManager

UndoManager undoManager

compoundTextUndo

boolean compoundTextUndo

compoundTextEdit

CompoundEdit compoundTextEdit

popup

com.ephox.editlive.java2.editor.context.ContextPopupMenu popup

showParagraphMarkers

boolean showParagraphMarkers

selfLoadingSpellingEngine

com.ephox.threading.loading.SelfLoading<T> selfLoadingSpellingEngine

paintFormat

MutableAttributeSet paintFormat

operationManager

com.ephox.editlive.java2.editor.operation.OperationManagerImpl operationManager

toggleTracker

com.ephox.editlive.java2.editor.trackers.ToggleTracker toggleTracker

documentModifier

com.ephox.editlive.java2.editor.DocumentModifierImpl documentModifier

undoAdded

boolean undoAdded

autoCorrect

com.ephox.editlive.java2.editor.spelling.autocorrect.AutoCorrectKeyListener autoCorrect

autoCorrectEnabled

boolean autoCorrectEnabled

toggleTrackerUpdater

com.ephox.editlive.java2.editor.ToggleTrackerUpdater toggleTrackerUpdater

actionHandler

com.ephox.editlive.java2.editor.actionhandler.ActionHandler actionHandler

caret

com.ephox.editlive.java2.editor.caret.ECaret caret

tableDeleteHandler

com.ephox.editlive.java2.editor.table.TableDeleteHandler tableDeleteHandler

trackChangesManager

com.ephox.editlive.java2.editor.trackchanges.TrackChangesManager trackChangesManager

codeViewPaste

com.ephox.functional.closures.Effect codeViewPaste

ignoredWords

com.ephox.editlive.java2.editor.spelling.words.IgnoredWords ignoredWords

configReader

com.ephox.editlive.java2.editor.EPaneConfigReader configReader

mousey

MouseListener mousey

broadcaster

com.ephox.editlive.broadcaster.EditorEventBroadcaster broadcaster

spellDialogNotifier

com.ephox.editlive.java2.editor.spelling.dialog.SpellDialogNotifier spellDialogNotifier

dirtyEventFirer

com.ephox.functional.data.mutable.MutationEvent<A> dirtyEventFirer

tableDeleteHandlerThings

com.ephox.editlive.java2.editor.table.TableDeleteHandler.TableDeleteHandlerThings tableDeleteHandlerThings

die

com.ephox.functional.closures.Effect die

Class com.ephox.editlive.java2.editor.EphoxEditorKit extends HTMLEditorKit implements Serializable

serialVersionUID: 1421016451402283455L

Serialized Fields

linkHandler

HTMLEditorKit.LinkController linkHandler

_parser

HTMLEditorKit.Parser _parser

_pane

com.ephox.editlive.inkslingers.design.DesignPane _pane

inputAttributeUpdater

com.ephox.editlive.java2.editor.EphoxEditorKit.AttributeTracker inputAttributeUpdater

_edCommand

com.ephox.editlive.common.EditorCommandHandler _edCommand

_viewFactory

ViewFactory _viewFactory

_documentModifier

DocumentModifier _documentModifier

inputAttributes

MutableAttributeSet inputAttributes

inputAttributeUpdaterEffect

com.ephox.functional.closures.Effect1<A> inputAttributeUpdaterEffect

viewAttributes

com.ephox.editlive.java2.editor.attributes.impl.view.ViewAttributeSet viewAttributes

broadcaster

com.ephox.editlive.broadcaster.EditorEventBroadcaster broadcaster

defaultStyleSheet

StyleSheet defaultStyleSheet

defaultFontSize

double defaultFontSize

Class com.ephox.editlive.java2.editor.EphoxEditorKit.AttributeTracker extends Object implements Serializable

serialVersionUID: 740250583612399096L

Class com.ephox.editlive.java2.editor.EphoxHTMLDocument extends com.ephox.editlive.java2.editor.bypass.BypassHTMLDocument implements Serializable

serialVersionUID: -1659341854654116699L

Serialized Fields

_enabled

boolean _enabled

_edCommand

com.ephox.editlive.common.EditorCommandHandler _edCommand

_hasBaseTag

boolean _hasBaseTag

_elementSpecListener

com.ephox.editlive.java2.editor.ElementSpecListener _elementSpecListener

remover

com.ephox.editlive.java2.editor.attributes.tree.AttributeSetRemover remover

overrider

com.ephox.editlive.java2.editor.css.OverrideStyleHandler overrider

clearChanges

com.ephox.functional.closures.Effect1<A> clearChanges

lock

com.ephox.editlive.java2.editor.ReadWriteLocker lock

Class com.ephox.editlive.java2.editor.EphoxHTMLDocument.EphoxElementBuffer extends DefaultStyledDocument.ElementBuffer implements Serializable

serialVersionUID: -1367729678501343652L

Serialized Fields

canJoin

List<E> canJoin

root

Element root

Class com.ephox.editlive.java2.editor.EphoxStyleSheet extends com.ephox.editlive.java2.editor.bypass.BypassStyleSheet implements Serializable

serialVersionUID: 5093408858705332907L

Serialized Fields

styles

Map<K,V> styles

orderedStyleNames

Vector<E> orderedStyleNames

outputXML

boolean outputXML

manager

OperationManager manager

imports

List<E> imports

defaultStyles

StyleSheet defaultStyles

defaultFontSize

double defaultFontSize

import_urls

Set<E> import_urls

Class com.ephox.editlive.java2.editor.EScrollPane extends JScrollPane implements Serializable

Class com.ephox.editlive.java2.editor.ETagParser extends ParserDelegator implements Serializable

serialVersionUID: 6727338587351333221L

Serialized Fields

_edCommand

com.ephox.editlive.common.EditorCommandHandler _edCommand

Class com.ephox.editlive.java2.editor.EViewPort extends JViewport implements Serializable

Serialized Fields

_edCommand

com.ephox.editlive.common.EditorCommandHandler _edCommand

_watermarkImage

BufferedImage _watermarkImage

Class com.ephox.editlive.java2.editor.MouseTracker extends HTMLEditorKit.LinkController implements Serializable

serialVersionUID: 6701031729404363895L

Serialized Fields

curElemImage

boolean curElemImage

_selectRow

boolean _selectRow

_selectColumn

boolean _selectColumn

_tableSelectionStart

Element _tableSelectionStart

_clickableHyperlink

boolean _clickableHyperlink

bias

Position.Bias[] bias

_downArrow

com.ephox.functional.closures.Thunk<B> _downArrow

_rightArrow

com.ephox.functional.closures.Thunk<B> _rightArrow

_edCommand

com.ephox.editlive.common.EditorCommandHandler _edCommand

Package com.ephox.editlive.java2.editor.actionhandler

Class com.ephox.editlive.java2.editor.actionhandler.EphoxAction extends AbstractAction implements Serializable

serialVersionUID: -1169688720160866073L

Serialized Fields

_selected

boolean _selected
Whether or not the action is currently selected (ie: toggled on).


_cachedSubItems

List<E> _cachedSubItems
The cached sub items for this action.


_enabledFilters

List<E> _enabledFilters
The list of enabled filters that control whether this action is enabled or not.


_actionListeners

List<E> _actionListeners
The action listeners to notify of events.


_enabledFilterChangeListener

PropertyChangeListener _enabledFilterChangeListener
The property change listener added to enabled filters to ensure that changes they cause which affect the enabled state of this action are passed on to the action's change listeners.


Package com.ephox.editlive.java2.editor.operation

Class com.ephox.editlive.java2.editor.operation.OperationParsingException extends Exception implements Serializable

serialVersionUID: 3172983259193979L


Package com.ephox.editlive.java2.registry

Class com.ephox.editlive.java2.registry.RegistryException extends RuntimeException implements Serializable

serialVersionUID: 5361371738252563105L

Class com.ephox.editlive.java2.registry.UnableToCreateRegistryException extends RegistryException implements Serializable

serialVersionUID: 6548962887407625784L

Class com.ephox.editlive.java2.registry.UnableToReadRegistryException extends RegistryException implements Serializable

serialVersionUID: 5961884308373380503L

Class com.ephox.editlive.java2.registry.UnableToWriteRegistryException extends RegistryException implements Serializable

serialVersionUID: -3050500708276935154L


Package com.ephox.editlive.spelling

Class com.ephox.editlive.spelling.SpellerLoaderException extends Exception implements Serializable

serialVersionUID: 4215649264358293910L


Package com.ephox.editlive.view

Class com.ephox.editlive.view.EphoxEditorPane extends JTextPane implements Serializable

Serialized Fields

mouseListeners

List<E> mouseListeners

mouseMotionListeners

List<E> mouseMotionListeners


Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.