A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

ABOUT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the about dialog.
accept(Operation, HTMLDocument) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Accept an operation.
ACCEPT_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when accepting operations
ACCEPT_ALL_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when accepting all operations
ACCEPT_ALL_CHANGES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Accept all changes in the document.
ACCEPT_CHANGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Accept the first change in the current selection.
ActionController - Class in com.ephox.editlive.custom
Central point for managing menubar and toolbar items from the configuration file.
actionPerformed(ActionEvent) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
add(String) - Method in class com.ephox.collections.CaseInsensitiveSet
 
ADD_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when adding operations
ADD_ATTRIBUTE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
ADD_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
Adds an undo event to the undo manager.
addActionListener(ActionListener) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Add an action listener to notify when this action is performed.
addChildItem(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
Adds a child item to the configuration.
addCrashListener(CrashListener) - Method in class com.ephox.editlive.ELJBean
Adds a listener which is invoked when the editor crashes.
addCustomView(String, CustomTagType, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a new custom tag with a specific view.
addDictionaryChangedListener(DictionaryChangedListener) - Method in interface com.ephox.editlive.spelling.SpellChecker
The spell checker should notify listeners when a word is added to the dictionary of the spelling tool.
addEditorEventListener(EventListener) - Method in class com.ephox.editlive.ELJBean
Deprecated.
use EventBroadcaster.registerBeanEditorListener(EventListener)

Adds an editor listener for notification of events.

addEnabledFilter(EnabledFilter) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Add an enabled filter to this action.
addEnabledFilters(EnabledFilter...) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
addHyperlinkDialogComponent(String, Object[]) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use ELJBean.addHyperlinkDialogComponent(Class, Object[])

Adds a HyperlinkDialogComponent to the bean for use in the insert hyperlink dialog.

addHyperlinkDialogComponent(Class<? extends HyperlinkDialogComponent>, Object[]) - Method in class com.ephox.editlive.ELJBean
Adds a HyperlinkDialogComponent to the bean for use in the insert hyperlink dialog.
addImageDialogComponent(String, Object[]) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use ELJBean.addImageDialogComponent(Class, Object[])

Adds an ImageDialogComponent to the bean for use in the insert image dialog.

addImageDialogComponent(Class<? extends ImageDialogComponent>, Object[]) - Method in class com.ephox.editlive.ELJBean
Adds an ImageDialogComponent to the bean for use in the insert image dialog.
addImagePreProcessor(PreProcessor) - Method in class com.ephox.editlive.ELJBean
Registers a PreProcessor instance on the editor.
addInfobar(JPanel) - Method in class com.ephox.editlive.ELJBean
Adds an infobar to the editor, below any existing toolbars.
addKeyListenerAtStart(KeyListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
Add a key listener to the start of the key listeners list.
addMouseListener(MouseListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
 
addMouseListenerAtStart(MouseListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
Adds a mouse listener to the start of the listener list.
addMouseMotionListener(MouseMotionListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
 
addMouseMotionListenerAtStart(MouseMotionListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
Adds a mouse motion listener to the start of the listener list.
addOperationChangeListener(OperationListener) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Add an operation change listener to the manager, listening for when the state of operations changes.
addPasteFilter(PasteFilter) - Method in class com.ephox.editlive.ELJBean
Add a pasteFilter to the list of paste filters that will be used when pasting content.
addProperty(String, String) - Method in interface com.ephox.registry.Registry
Adds a new property to the registry or overwrites an existing value.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.ephox.editlive.java2.editor.actionhandler.EnabledFilter
Add a property change listener which must be notified when the enabled state of this filter changes.
addRequestHeader(String, String) - Method in class com.ephox.editlive.custom.HTTPHeaders
Add the specified request header.
addTemporaryImage(RenderedImage, URL) - Method in interface com.ephox.cache.CacheManager
addTemporaryImage2(Image, URL) - Method in interface com.ephox.cache.CacheManager
Populates the cache with data from an image URL.
addTemporaryStyle(String, String) - Method in interface com.ephox.editlive.view.style.StyleManager
Add a temporary style to the spreadsheet.
addWord(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
Notifies the SpellChecker that the user has requested a word be added to their custom dictionary.
adjustCharacterAttributes(int, int, AttributeSet, Collection<?>) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Changes the attributes of all content level elements within the specified range.
adjustCharacterAttributesForElementSelection(Collection<Element>, AttributeSet, Collection<?>) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Changes the attributes of all content level elements that are children of the elements in selectedElements.
affectsRange(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Determine whether or not this operation affects the specified range.
ALIGN_CENTER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Centers the current paragraph.
ALIGN_JUSTIFY_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Changes to "justify" alignment.
ALIGN_LEFT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Aligns the current paragraph left.
ALIGN_RIGHT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Aligns the current paragraph right.
ALIGN_UPDATE_CENTER - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a section with center alignment set.
ALIGN_UPDATE_JUSTIFY - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a section with justify alignment set.
ALIGN_UPDATE_LEFT - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a section with left alignment set.
ALIGN_UPDATE_NONE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a section with no alignment set.
ALIGN_UPDATE_RIGHT - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a section with right alignment set.
ALLOW_TEXT - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Whether or not to allow text on Toolbar Buttons
allowsText() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
AUTO_CORRECT - Static variable in class com.ephox.editlive.common.TextEvent
Sets the state of Auto Correct via a true/false string as the extra object.
autoCorrect(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
Queries for an auto-correction of a word.
AView - Class in com.ephox.editlive.view
Provides the standard view for inline elements.
AView(Element) - Constructor for class com.ephox.editlive.view.AView
 

B

BACKGROUND_COLOR - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The key to indicate the background color for the action.
BACKGROUND_SPELL_CHECKING - Static variable in class com.ephox.editlive.common.TextEvent
Sets the state of Background Spell Checking via a true/false string as the extra object.
BIDI_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Causes the text to be switched between left-to-right and right-to-left
BOLD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Bolds the currently selected text.
BOLD_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Notification that bold is off at the current cursor position.
BOLD_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
Notification that bold is on at the current cursor position.
BOOKMARK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a bookmark or edits one if the selected text already contains one.
BORDER - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Whether or not to paint a border when this action is in a combo box or menu.
breakView(int, int, float, float) - Method in class com.ephox.editlive.view.AView
 
broadcastEvent(TextEvent) - Method in interface com.ephox.editlive.plugins.EventBroadcaster
Broadcasts an event across the application to all registered listeners.
broadcastEventOnSwingThread(TextEvent) - Method in interface com.ephox.editlive.plugins.EventBroadcaster
Helper method that uses SwingUtilities.invokeLater(Runnable) to broadcast an event on the swing thread.
broadcastSimpleEvent(int) - Method in interface com.ephox.editlive.plugins.EventBroadcaster
Wraps EventBroadcaster.broadcastEvent(TextEvent) with default extraS and extraI parameters to TextEvent.
BROWSER_MODE - Static variable in class com.ephox.editlive.common.TextEvent
Causes the editor to switch back to browser mode.
bulkChange() - Method in interface com.ephox.editlive.spelling.DictionaryChangedListener
 

C

CacheManager - Interface in com.ephox.cache
Provides some basic interactions with the EditLive!
CALL_JAVASCRIPT - Static variable in class com.ephox.editlive.common.TextEvent
Calls a javascript function from the applet.
CAN_REDO - Static variable in class com.ephox.editlive.common.TextEvent
The event fired when a redo is available.
CAN_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
The event fired when an undo is available.
CaseInsensitiveSet - Class in com.ephox.collections
Implementation of HashSet that lowercases all keys to provide case insensitive matching.
CaseInsensitiveSet() - Constructor for class com.ephox.collections.CaseInsensitiveSet
 
CaseInsensitiveSet(Collection<String>) - Constructor for class com.ephox.collections.CaseInsensitiveSet
NOTE: Starting with version 8.0, this method copies the contents of initialItems instead of using a reference.
CELL_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the cell properties dialog.
CHANGE_CONTENT_LANG - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the user applies an inline language attribute
changeListItemIndent(int, int, int, int, HTML.Tag) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Changes the indent level of list items in the specified range.
CLEAN_UP - Static variable in class com.ephox.editlive.common.TextEvent
Prepares the editor for garbage collection by releasing most variable references.
cleanUp() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Called as the dialog is being disposed.
cleanUp() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Called during the dialog dispose() method.
cleanup() - Method in class com.ephox.editlive.ELJBean
Releases memory used by the editor and shuts down background threads to aid in garbage collection.
clear() - Method in class com.ephox.collections.CaseInsensitiveSet
 
clear() - Method in class com.ephox.editlive.custom.CustomTagController
Clears all custom tags, custom views, and view annotations
clearUndos() - Method in class com.ephox.editlive.ELJBean
Clears the current list of undos and redos for the bean.
COLOR - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The key to indicate the color to paint the item.
COLUMN_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Show the column properties dialog box.
com.ephox.apache.commons.logging - package com.ephox.apache.commons.logging
 
com.ephox.cache - package com.ephox.cache
 
com.ephox.collections - package com.ephox.collections
 
com.ephox.date - package com.ephox.date
 
com.ephox.editlive - package com.ephox.editlive
 
com.ephox.editlive.applet - package com.ephox.editlive.applet
 
com.ephox.editlive.applet.parameters - package com.ephox.editlive.applet.parameters
 
com.ephox.editlive.common - package com.ephox.editlive.common
 
com.ephox.editlive.custom - package com.ephox.editlive.custom
 
com.ephox.editlive.data - package com.ephox.editlive.data
 
com.ephox.editlive.ephoxaction.filter - package com.ephox.editlive.ephoxaction.filter
 
com.ephox.editlive.ephoxaction.toolbar - package com.ephox.editlive.ephoxaction.toolbar
 
com.ephox.editlive.http - package com.ephox.editlive.http
 
com.ephox.editlive.http.manager - package com.ephox.editlive.http.manager
 
com.ephox.editlive.http.manager.image - package com.ephox.editlive.http.manager.image
 
com.ephox.editlive.http.manager.inputstream - package com.ephox.editlive.http.manager.inputstream
 
com.ephox.editlive.http.manager.jar - package com.ephox.editlive.http.manager.jar
 
com.ephox.editlive.http.manager.text - package com.ephox.editlive.http.manager.text
 
com.ephox.editlive.java2.config - package com.ephox.editlive.java2.config
 
com.ephox.editlive.java2.editor - package com.ephox.editlive.java2.editor
 
com.ephox.editlive.java2.editor.actionhandler - package com.ephox.editlive.java2.editor.actionhandler
 
com.ephox.editlive.java2.editor.lists - package com.ephox.editlive.java2.editor.lists
 
com.ephox.editlive.java2.editor.operation - package com.ephox.editlive.java2.editor.operation
 
com.ephox.editlive.java2.registry - package com.ephox.editlive.java2.registry
 
com.ephox.editlive.mode - package com.ephox.editlive.mode
 
com.ephox.editlive.model - package com.ephox.editlive.model
 
com.ephox.editlive.model.html - package com.ephox.editlive.model.html
 
com.ephox.editlive.model.table - package com.ephox.editlive.model.table
 
com.ephox.editlive.plugins - package com.ephox.editlive.plugins
 
com.ephox.editlive.spelling - package com.ephox.editlive.spelling
 
com.ephox.editlive.util - package com.ephox.editlive.util
 
com.ephox.editlive.view - package com.ephox.editlive.view
 
com.ephox.editlive.view.selection - package com.ephox.editlive.view.selection
 
com.ephox.editlive.view.style - package com.ephox.editlive.view.style
 
com.ephox.registry - package com.ephox.registry
 
com.ephox.version - package com.ephox.version
 
compareTo(EphoxAction) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Simple comparator to implement standard string sorting based on the action name
ConfigItem - Class in com.ephox.editlive.java2.config
Represents an element in the configuration file and provides simple access to the attributes and child items.
ConfigItem(Element) - Constructor for class com.ephox.editlive.java2.config.ConfigItem
Creates a new ConfigItem wrapping the specified element.
contains(Object) - Method in class com.ephox.collections.CaseInsensitiveSet
 
contains(String) - Method in class com.ephox.collections.CaseInsensitiveSet
 
contains(String) - Method in interface com.ephox.registry.Registry
Checks to see if the registry contains a given property.
CONTENT_ENCODING - Static variable in interface com.ephox.editlive.http.manager.HttpManager
 
CONTENT_LENGTH - Static variable in interface com.ephox.editlive.http.manager.HttpManager
 
CONTENT_TYPE - Static variable in interface com.ephox.editlive.http.manager.HttpManager
 
CONVERT_ELEMENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
convertCellsToPercentage(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Converts all cells in the table to percentage widths.
convertCellsToPixel(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Converts all cells in the table to pixel widths.
COPY_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Copies the currently selected text.
correct(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
Queries if a word is spelt correctly.
crashed() - Method in interface com.ephox.editlive.common.CrashListener
Method that is notified when ELJBean has crashed and is no longer suitable for use.
CrashListener - Interface in com.ephox.editlive.common
 
CREATE_SECTION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Creates a Section from the selected text (if there is any).
createInlineToolbar(List<List<EphoxAction>>, boolean) - Method in interface com.ephox.editlive.ephoxaction.toolbar.ToolbarFactory
Creates an inline toolbar and populates it with buttons that use the supplied EphoxAction instances.
createStaticSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Create the static list of sub items for this action.
CURRENT_ELEMENT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Updates the path to the current XML element.
CursorChangeView - Interface in com.ephox.editlive.view
The interface to be implemented for views which wish the cursor to change when it is over them.
CUSTOM_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
A custom action that has been raised.
CUSTOM_INLINE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Apples a custom inline tag to the currently selected text.
CUSTOM_INLINE_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Notification that a Custom Inline tag is off at the current cursor position.
CUSTOM_INLINE_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
Notification that a Custom Inline tag is on at the current cursor position.
CUSTOM_PROPERTIES_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Indicates that a show custom properties dialog event should be fired.
CustomImageView - Class in com.ephox.editlive.common
A basis for creating views based on an image.
CustomImageView(Element) - Constructor for class com.ephox.editlive.common.CustomImageView
 
CustomImageView(Element, boolean) - Constructor for class com.ephox.editlive.common.CustomImageView
 
CustomTagBehaviour - Class in com.ephox.editlive.common
Allows tag behaviour to be overridden
CustomTagBehaviour() - Constructor for class com.ephox.editlive.common.CustomTagBehaviour
 
CustomTagController - Class in com.ephox.editlive.custom
This class provides methods for registering additional views and view rendering to be used in conjunction with the ELJBean.
CustomTagController() - Constructor for class com.ephox.editlive.custom.CustomTagController
 
CustomTagData - Class in com.ephox.editlive.common
 
CustomTagData(String, CustomTagType, Class<?>, Object, CustomTagBehaviour) - Constructor for class com.ephox.editlive.common.CustomTagData
Creates a new cutom tag data instance.
CustomTagType - Enum in com.ephox.editlive.common
 
CustomView - Interface in com.ephox.editlive.common
The interface implemented by custom views to make creating custom property dialogs easier.
CUT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Cuts the currently selected text.

D

DateUtils - Class in com.ephox.date
Provides access to the date formatting functions EditLive!
debug(Object) - Method in interface com.ephox.apache.commons.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
Log an error with debug log level.
DEFAULT_CURSOR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the cursor to the default.
DELETE_CELL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deletes a table cell.
DELETE_COLUMN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deletes a table column.
DELETE_ROW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deletes a table row.
DELETE_TABLE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deletes the table the cursor is in
DESELECT_NODES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
DESIGN_VIEW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Change editor pane to Design view.
DictionaryChangedListener - Interface in com.ephox.editlive.spelling
Listener interface used by SpellChecker to notify EditLive!
DIRTY_CHANGED - Static variable in class com.ephox.editlive.common.TextEvent
Used to notify bean listeners that the dirty state of the editor has changed.
DISABLE_CHANGE_RENDERING_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
no longer supported
DISABLE_IMAGE_RESAMPLING - Static variable in class com.ephox.editlive.common.TextEvent
Stops the editor from resampling images when retrieving the HTML source
DISABLE_TRACK_CHANGES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Disable track changes on the document.
DISABLE_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
Temporarily disables the undo manager when manipulating the document directly.
DISPLAY_ACCESSIBILITY_REPORT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Display the accessibility report dialog.
DocumentManager - Interface in com.ephox.editlive.model
Wraps up a lot of useful methods for dealing with the Document model into a central place.
DocumentModifier - Class in com.ephox.editlive.java2.editor
Methods that modify the document while maintaining compatibility with Track Changes
DocumentModifier() - Constructor for class com.ephox.editlive.java2.editor.DocumentModifier
 
DOUBLE_CLICK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the user double clicks in the HTMLPane.

E

EDIT_CUSTOM_TAG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Edits the selected custom tag.
EDIT_MATHML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Edits the MathML equation at the caret position.
EDIT_MEDIA_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Opens the edit media dialog
EDITOR_INITIALIZED - Static variable in class com.ephox.editlive.common.TextEvent
The notification that the editor has been initialized but the content is not necessarily loaded.
EditorActions - Interface in com.ephox.editlive.view
A set of handy editing actions that EditLive!
editorInitialized() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
This is where you want to perform all initialization actions that require the editor to be loaded.
EditorMode - Enum in com.ephox.editlive.mode
 
ElementInfo - Interface in com.ephox.editlive.model
Provides useful information about elements in the document.
ElementNavigator - Interface in com.ephox.editlive.model
Assists with navigating between elements; methods are relative to the element it was created with.
ELJBean - Class in com.ephox.editlive
A JavaBean interface to EditLive!.
ELJBean() - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(boolean) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(String, String, int, int, URL) - Constructor for class com.ephox.editlive.ELJBean
Creates a EditLive!
ELJBean(String, String, int, int, URL, boolean) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(String, String, int, int, String) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(String, String, int, int, String, boolean) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(String, String, int, int, File) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(String, String, int, int, File, boolean) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ELJBean(String, String, int, int, Document, boolean) - Constructor for class com.ephox.editlive.ELJBean
Creates a standard EditLive!
ENABLE_CHANGE_RENDERING_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
no longer supported
ENABLE_IMAGE_RESAMPLING - Static variable in class com.ephox.editlive.common.TextEvent
Enables editor resampling images when retrieving the HTML source
ENABLE_TRACK_CHANGES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Enable track changes on the document.
ENABLE_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
Reenables undo events.
enableDebugging() - Static method in class com.ephox.editlive.util.LoggingUtils
Sets the log level to "http"
enableDebugLogging() - Static method in class com.ephox.editlive.ELJBean
Turns on debug logging to assist with identifying problems.
EnabledFilter - Interface in com.ephox.editlive.java2.editor.actionhandler
The interface for filters that control when EphoxActions are enabled and disabled.
EnableInTagFilter - Class in com.ephox.editlive.ephoxaction.filter
Automatically enables and disables when the cursor is inside (or has selected) the given tag.
EnableInTagFilter(String) - Constructor for class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
 
endElementPropertiesTransaction() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
End a properties transaction and add the operation to the manager.
EphoxAction - Class in com.ephox.editlive.java2.editor.actionhandler
An extension of Action that provides support for tracking selection and other useful settings.
EphoxAction() - Constructor for class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
EphoxAction(String) - Constructor for class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Creates a new EphoxAction.
EphoxAction(String, Icon) - Constructor for class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Creates a new EphoxAction.
EphoxEditorPane - Class in com.ephox.editlive.view
Ephox has created a number of extensions to the standard JTextPane, extensions that are useful for Swing SDK development are exposed here.
EphoxEditorPane() - Constructor for class com.ephox.editlive.view.EphoxEditorPane
 
EphoxTableModel<T> - Interface in com.ephox.editlive.model.table
Allows easy navigation of the complex HTML table model, handling colspan / rowspan details.
equals(Object) - Method in class com.ephox.editlive.applet.JSFunctionCall
 
equals(Object) - Method in class com.ephox.editlive.common.CustomTagData
 
equals(Object) - Method in class com.ephox.editlive.common.TextEvent
 
equals(Object) - Method in class com.ephox.editlive.custom.FileUploadError
 
equals(Object) - Method in class com.ephox.editlive.custom.FileUploadResult
 
equals(Object) - Method in class com.ephox.editlive.custom.FileUploadSuccess
 
equals(Object) - Method in class com.ephox.editlive.data.Range
 
equals(Object) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
 
equals(Object) - Method in class com.ephox.editlive.http.manager.NameValuePair
 
equals(Object) - Method in class com.ephox.editlive.java2.config.ConfigItem
Compares for equality.
equals(Object) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
error(Object) - Method in interface com.ephox.apache.commons.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
Log an error with error log level.
error(FileUploadErrorType, String) - Static method in class com.ephox.editlive.custom.FileUploadResult
Creates a FileUploadResult for failed uploads.
error(FileUploadErrorType) - Static method in class com.ephox.editlive.custom.FileUploadResult
Creates a FileUploadResult with an empty error message ("") for failed uploads.
errorIfObjectIsNull(Object, Object) - Method in interface com.ephox.apache.commons.logging.Log
Logs the message using Log.error(Object) only if obj is null
ErrorReporter - Class in com.ephox.editlive.plugins
Simple class to display error messages.
ErrorReporter() - Constructor for class com.ephox.editlive.plugins.ErrorReporter
 
EventBroadcaster - Interface in com.ephox.editlive.plugins
Central location for listening to and broadcasting editor events.
EventListener - Interface in com.ephox.editlive.common
Used to receive events from EditLive!.
excludeRemovedWords(int, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Retrieves text with track changes hidden regardless of the current state
excludeRemovedWords(int, String) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Retrieves text with track changes hidden regardless of the current state
exists(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
Determine if a parameter was set on the applet.

F

fatal(Object) - Method in interface com.ephox.apache.commons.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
Log an error with fatal log level.
FileUploader - Interface in com.ephox.editlive.custom
Interface to allow custom handling of image and file uploads.
FileUploadError - Class in com.ephox.editlive.custom
 
fileUploadError(FileUploadErrorType, String) - Static method in class com.ephox.editlive.custom.FileUploadError
Creates a FileUploadError object.
fileUploadError(FileUploadErrorType) - Static method in class com.ephox.editlive.custom.FileUploadError
Creates a FileUploadError object with an empty error message ("").
FileUploadErrorType - Enum in com.ephox.editlive.custom
 
FileUploadResult - Class in com.ephox.editlive.custom
 
FileUploadSuccess - Class in com.ephox.editlive.custom
 
fileUploadSuccess(String, AttributeSet) - Static method in class com.ephox.editlive.custom.FileUploadSuccess
Creates a FileUploadSuccess object.
fileUploadSuccess(String) - Static method in class com.ephox.editlive.custom.FileUploadSuccess
Creates a FileUploadSuccess object.
filterIn(String) - Method in interface com.ephox.editlive.PasteFilter
Filter the clipboard on the way in to the editor.
filterIn(String) - Method in interface com.ephox.editlive.SourceFilter
Filter the source code on the way in to the editor.
filterOut(String) - Method in interface com.ephox.editlive.SourceFilter
Filter the source code on the way out of the editor.
find(Element) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Finds the cell in the tale matching the specified element and returns a Rectangle representing the area within the display cell model that it occupies.
FIND_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the find dialog.
findTagAtLocation(HTML.Tag, List<?>, int, int) - Method in interface com.ephox.editlive.view.EditorActions
Equivalent to selectTagAtCursor but does not use the editor selection.
FLUSH_ENTITY_CACHE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
FOCUS_MENUBAR - Static variable in class com.ephox.editlive.common.TextEvent
Sets the focus to the menubar
FONT - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The key to indicate the font face for the action.
FONT_COLOR_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
FONT_NAME_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the font name (face) at the cursor has changed.
FONT_SIZE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the font size for the selected text.
FONT_SIZE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the font size of the text at the cursor has changed.
FONT_STYLE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the style for the current paragraph.
FONT_STYLE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the font style at the cursor has changed.
FONT_TYPE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the font face for the selected text.
FOREGROUND_COLOR - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The key to indicate the foreground color for the action.
FORM_CHANGED_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
FORM_FIELD_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is not within a form field.
FORM_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is not within a form field.
FORMAT_PAINTER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Activates the format painter function.
FORMAT_PAINTER_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Turns off the format painter button indicating that no format is ready to be painted anymore.
FORMAT_PAINTER_ON - Static variable in class com.ephox.editlive.common.TextEvent
Turns on the format painter button indicating that a format is ready to be painted.

G

GenericEnabledFilter - Class in com.ephox.editlive.ephoxaction.filter
Automatically enables and disables based on listening for TextEvent events.
GenericEnabledFilter(int, int, boolean) - Constructor for class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
Creates a new GenericEnabledFilter.
GenericEnabledFilter(int, String, String, boolean) - Constructor for class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
Creates a new GenericEnabledFilter which only uses one event, instead looking at the extra object value to decide when to enable and disable.
get(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
 
get(URL) - Method in interface com.ephox.editlive.http.manager.HttpManager
Sends a GET request.
get(URL, List<NameValuePair>) - Method in interface com.ephox.editlive.http.manager.HttpManager
Sends a GET request.
get(int, int) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Returns the object at the specified display row and column.
GET_BODY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
GET_BOOKMARK_LIST - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
GET_CHARACTER_COUNT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
GET_CURRENT_FILE - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Return the URL of the current file.
GET_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
GET_HYPERLINK_AT_CURSOR - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Returns the hyperlink under the cursor
GET_SELECTED_TEXT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Returns the currently selected text
GET_STYLES - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
GET_WORD_AT_CURSOR - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Returns the word under the cursor
GET_WORD_COUNT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
GET_XML_NODE_VALUE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
getAction(String) - Method in class com.ephox.editlive.custom.ActionController
Get the action with the specified name.
getAction(Map<String, String>) - Method in class com.ephox.editlive.custom.ActionController
Get an action and override existing settings.
getAction(String) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use ActionController.getAction(String)

Get the action with the specified name.

getAction(Map<String, String>) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use ActionController.getAction(Map)

Get an action and override existing settings. Valid settings that can be overridden are listed in the customToolbarButton documentation.

getActionCommand() - Method in class com.ephox.editlive.common.TextEvent
 
getActionController() - Method in class com.ephox.editlive.ELJBean
NOTE: This method must not be called before the editor has finished loading.
getActionListeners() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get the list of action listeners added to this action
getAllCells() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Flattens the cells into a single collection, in HTML order (one row at a time).
getAllChildItems() - Method in class com.ephox.editlive.java2.config.ConfigItem
Get the list of all child ConfigItems.
getAllocation() - Method in interface com.ephox.editlive.view.ViewInfo
 
getAncestorWithTag(HTML.Tag) - Method in interface com.ephox.editlive.model.ElementNavigator
Finds a parent element matching the given tag.
getAppletDownloadDirectory() - Method in class com.ephox.editlive.ELJBean
 
getAppletParameters() - Method in class com.ephox.editlive.ELJBean
 
getArray(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
Splits a parameter value on the '|' character and returns the resulting array
getArray(String, String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
Uses String.split(String) to split a parameter value with the given regular expression
getAttribute(CSS.Attribute) - Method in interface com.ephox.editlive.view.LiteralAttributeSet
 
getAttributeAsInt(HTML.Attribute) - Method in interface com.ephox.editlive.model.ElementInfo
Parses a specific attribute as an int.
getAttributeMap(Map<String, ?>) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Returns a Map of the attributes to be used in the A tag.
getAttributeMap(Map<String, ?>) - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Returns a Map of the attributes to be used in the IMG tag.
getAttributesAsString() - Method in interface com.ephox.editlive.model.ElementInfo
 
getAuthor() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the name of the user that performed this operation.
getBackground() - Method in class com.ephox.editlive.view.AView
Return null here to stop the JRE painting the background color.
getBaseURL() - Method in class com.ephox.editlive.ELJBean
Returns the Base URL used for loading resources (e.g. images, stylesheets) referenced with a relative URL.
getBaseURL() - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to ELJBean.getBaseURL().
getBasicManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
 
getBean() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
 
getBehaviour() - Method in class com.ephox.editlive.common.CustomTagData
Returns the behaviour to use for this tag.
getBody() - Method in class com.ephox.editlive.ELJBean
Returns the body of HTML document currently in the Editor.
getBody(boolean) - Method in class com.ephox.editlive.ELJBean
Returns the body of HTML document currently in the Editor.
getBodyElement() - Method in interface com.ephox.editlive.model.DocumentManager
 
getBoolean(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
Calls Parameters.getBoolean(String, boolean) with a default value of false
getBoolean(String, boolean) - Method in interface com.ephox.editlive.applet.parameters.Parameters
Uses Boolean.valueOf(String) to parse the parameter value.
getBreakWeight(int, float, float) - Method in class com.ephox.editlive.view.AView
if we're in a paragraph and have nowrap set, check if the flowspan we're in wants to break us at it's end point.
getButtonImage() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Returns the image to be displayed in the repository selection toggle button.
getButtonImage() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Returns the image to be displayed in the repository selection toggle button.
getButtonText() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Returns the text to be displayed in the repository selection toggle button.
getButtonText() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Returns the text to be displayed in the repository selection toggle button.
getCacheDir() - Method in interface com.ephox.cache.CacheManager
Deprecated.
getCacheManager() - Method in class com.ephox.editlive.ELJBean
 
getCaret() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Wrapper to JTextComponent.getCaret().
getCellCount() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
 
getCellsAtCursor() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Returns a collection of all cells at the cursor.
getCharacterCount() - Method in class com.ephox.editlive.ELJBean
Retrieves the number of characters within the document.
getCharacterElement(int) - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to DefaultStyledDocument.getCharacterElement(int).
getCharset() - Method in interface com.ephox.editlive.http.HttpResponse
 
getCharset() - Method in interface com.ephox.editlive.model.DocumentManager
 
getChildItems(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
Get the list of child ConfigItems with the specified name.
getColorForUser(String) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the color to use to render changes by author.
getColorForUser(Operation) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the color to use to render changes by an operation.
getConfig() - Method in class com.ephox.editlive.ELJBean
Gets the root node of the EditLive!
getConfigurationDOM() - Method in class com.ephox.editlive.ELJBean
Returns the DOM being used for the configuration of this bean.
getConfigurationFile() - Method in class com.ephox.editlive.ELJBean
Returns the Configuration File.
getConfigurationText() - Method in class com.ephox.editlive.ELJBean
Returns the String version of the Configuration Text.
getConfigurationURL() - Method in class com.ephox.editlive.ELJBean
Returns the String version of the Configuration URL.
getCookie() - Method in class com.ephox.editlive.ELJBean
Returns the cookie that will be sent with HTTP requests.
getCurrentFile() - Method in class com.ephox.editlive.ELJBean
Returns the file currently being edited.
getCurrentURL() - Method in class com.ephox.editlive.ELJBean
Retrieves the last saved or opened URL.
getCursorFor(MouseEvent, int, Point, Rectangle) - Method in interface com.ephox.editlive.view.ViewAnnotation
Allows the annotation to override the mouse cursor at certain points in the view.
getCursorForView() - Method in interface com.ephox.editlive.view.CursorChangeView
Called when the mouse cursor moves over the view.
getCustomTagBehaviour(String) - Method in class com.ephox.editlive.custom.CustomTagController
Returns the behaviour object for a previously defined tag.
getCustomTagContent(String) - Method in class com.ephox.editlive.ELJBean
Returns the value associated with a specified custom tag.
getCustomTagController() - Method in class com.ephox.editlive.ELJBean
NOTE: This method must not be called before the editor has finished loading.
getCustomTags() - Method in class com.ephox.editlive.custom.CustomTagController
Returns the map of custom tag ids to custom tags.
getCustomViews() - Method in class com.ephox.editlive.custom.CustomTagController
Returns the map of tag names to CustomTagData objects for all currently registered custom tags.
getDataFromCache(URL) - Method in interface com.ephox.cache.CacheManager
Returns the locally cached data for a URL
getDate() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the date / time for this operation.
getDeclaredCustomTag(String) - Method in class com.ephox.editlive.custom.CustomTagController
Finds an object reference to a previously declared custom tag.
getDeclaredCustomTag(String) - Method in interface com.ephox.editlive.model.DocumentManager
getDescription() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Retrieves a human readable, internationalized description of this operation.
getDisplayColumns() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Get the number of display columns in the table.
getDisplayRows() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Get the number of display rows in the table.
getDocument() - Method in class com.ephox.editlive.ELJBean
Returns the content of the HTML document.
getDocument(boolean) - Method in class com.ephox.editlive.ELJBean
Returns the content of the HTML document.
getDocument() - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to JTextComponent.getDocument().
getDocumentManager() - Method in class com.ephox.editlive.ELJBean
 
getDocumentModifier() - Method in class com.ephox.editlive.ELJBean
Retrieves the document modifier.
getDownloadDirectory() - Method in class com.ephox.editlive.ELJBean
For swing applications using the ELJBean: by default returns current working dir as a file URL.
getEditorActions() - Method in class com.ephox.editlive.ELJBean
 
getEditorMode() - Method in class com.ephox.editlive.ELJBean
 
getEditorPane() - Method in class com.ephox.editlive.ELJBean
Returns the Design View Editor Pane.
getEditorPane() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
Wrapper method to ELJBean.getEditorPane()
getElement() - Method in interface com.ephox.editlive.common.CustomView
Returns the element represented by this view.
getElement(int, int) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Returns the table element at the specified display row and column.
getElementAtBeginningOfSelection() - Method in interface com.ephox.editlive.view.selection.SelectionManager
 
getElementById(String) - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to HTMLDocument.getElement(String).
getElementInfo(Element) - Method in interface com.ephox.editlive.model.DocumentManager
 
getElementNavigator(Element) - Method in interface com.ephox.editlive.model.DocumentManager
 
getEnabledFilters() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get the list of enabled filters that have been added to this action.
getEnd() - Method in class com.ephox.editlive.data.Range
 
getEndAffectedRange() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the end of the affected range for this operation.
getEphoxDir() - Method in interface com.ephox.cache.CacheManager
Path to the directory where EditLive!
getEphoxRegistry() - Method in class com.ephox.editlive.ELJBean
 
getError() - Method in class com.ephox.editlive.custom.FileUploadResult
Returns FileUploadError object if result is error or null otherwise.
getEventBroadcaster() - Method in class com.ephox.editlive.ELJBean
 
getExtraAttributes() - Method in class com.ephox.editlive.custom.FileUploadSuccess
Returns additional attributes.
getExtraData() - Method in class com.ephox.editlive.common.CustomTagData
Returns the extra data to pass into the views for tags of this type.
getExtraInt() - Method in class com.ephox.editlive.common.TextEvent
 
getExtraObject() - Method in class com.ephox.editlive.common.TextEvent
 
getExtraString() - Method in class com.ephox.editlive.common.TextEvent
 
getFilter() - Method in class com.ephox.editlive.ELJBean
Get the filter that will be applied to content on the way in and out of the editor.
getFirstChildElementByTag(Element, HTML.Tag) - Method in interface com.ephox.editlive.model.DocumentManager
 
getFirstChildItem(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
Gets the first child ConfigItem with the specified name.
getFirstChildItemWithSetting(String, String, String) - Method in class com.ephox.editlive.java2.config.ConfigItem
Retrieves the first child item with the given name, that has the given value for a setting.
getFirstFilter() - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
Deprecated.
getFont() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
getFunctionName() - Method in class com.ephox.editlive.applet.JSFunctionCall
 
getFunctionParameters() - Method in class com.ephox.editlive.applet.JSFunctionCall
 
getGlobalLocale() - Static method in class com.ephox.editlive.ELJBean
 
getHeaders() - Method in class com.ephox.editlive.custom.HTTPHeaders
Returns the the header List.
getHTMLPane() - Method in class com.ephox.editlive.ELJBean
Deprecated.
getHttpFactory() - Method in class com.ephox.editlive.ELJBean
 
getHttpUrlCallback() - Method in class com.ephox.editlive.ELJBean
Gets the HTTPUrlCallback object to call into before making an http request to allow for user controlled redirects.
getHyperlinkAtCursor() - Method in class com.ephox.editlive.ELJBean
Returns the currently selected hyperlink object or the selected text if there is not a hyperlink at the cursor.
getIcon() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
getImage(URL) - Method in interface com.ephox.editlive.http.manager.image.HttpImageManager
Downloads an image.
getImageAsync(URL, ImageCallback) - Method in interface com.ephox.editlive.http.manager.image.HttpImageManager
Downloads an image asynchronously.
getImageElement() - Method in interface com.ephox.editlive.model.ImageManager
 
getImageManager() - Method in class com.ephox.editlive.ELJBean
 
getImageManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
 
getImageURL() - Method in class com.ephox.editlive.common.CustomImageView
Get the url for the image.
getInputStream() - Method in interface com.ephox.editlive.http.HttpResponse
Returns the input stream for this response.
getInputStream(URL) - Method in interface com.ephox.editlive.http.manager.inputstream.HttpInputStreamManager
Downloads and caches a URL as an InputStream.
getInputStreamManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
 
getInsideAllocation() - Method in interface com.ephox.editlive.view.ViewInfo
 
getJarFile(URL) - Method in interface com.ephox.editlive.http.manager.jar.HttpJarManager
Downloads jar file from the specified URL, as a JarFile
getJarManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
 
getJComponent() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Returns the JComponent to display when this HyperlinkDialogComponent is selected.
getJComponent() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Returns the JComponent to display when this ImageDialogComponent is selected.
getLengthDelta() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the change in length of the document after this operation was applied.
getLinkFieldText() - Method in interface com.ephox.editlive.custom.HyperlinkDialog
Allows the link src to be directly controlled by a HyperlinkDialogComponent.
getLiteralAttributeSet(View) - Method in interface com.ephox.editlive.view.ViewManager
Provides access to view attributes as raw strings.
getLoadTimeErrorMessage() - Method in class com.ephox.editlive.ELJBean
Checks for a load-time error message that may have displayed to the user.
getLocale() - Method in class com.ephox.editlive.ELJBean
Deprecated.
getLocalFilesWithAttributes(Map<HTML.Tag, HTML.Attribute>) - Method in interface com.ephox.editlive.model.ImageManager
Find all elements that have local files to upload matching a given pattern
getLocalId() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the local ID for this operation.
getLog(Class<?>) - Static method in class com.ephox.apache.commons.logging.LogFactory
Return a named logger, relying on the log architecture to handle the factory instance
getMaximumSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
 
getMenuAction(String) - Method in class com.ephox.editlive.custom.ActionController
Returns the first menu whose name matches the given name, or null if none match.
getMenuBar() - Method in class com.ephox.editlive.ELJBean
Returns the menubar for this bean, or null if no menubar is set.
getMessage() - Method in class com.ephox.editlive.custom.FileUploadError
Returns error message.
getMinimumSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
 
getMouseListenerList() - Method in class com.ephox.editlive.view.EphoxEditorPane
 
getMouseMotionListenerList() - Method in class com.ephox.editlive.view.EphoxEditorPane
 
getName() - Method in class com.ephox.editlive.http.manager.NameValuePair
 
getName() - Method in class com.ephox.editlive.java2.config.ConfigItem
Retrieves the name of this item.
getOperation() - Method in class com.ephox.editlive.java2.editor.operation.OperationEvent
Get the operation that changed state, or null if multiple operations changed.
getOperationCount() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the number of operations that are currently being tracked.
getOperationManager() - Method in class com.ephox.editlive.ELJBean
Gets the track changes operation manager.
getOperationManager() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Returns the operation manager that this modifier's operations are tracked in.
getOperations() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the operations currently being tracked by this operation manager.
getOperationsInRange(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the list of operations that affect the specified range.
getOperationsToRenderInRange(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the list of operations that affect the rendering in the specified range.
getOr(String, String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
 
getOutputCharacterSet() - Method in class com.ephox.editlive.ELJBean
Retrieves the character set that content should be output in.
getParagraphElement(int) - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to DefaultStyledDocument.getParagraphElement(int).
getPasteFilter() - Method in class com.ephox.editlive.ELJBean
Deprecated.
please use ELJBean.getPasteFilters() instead.
getPasteFilters() - Method in class com.ephox.editlive.ELJBean
Get the list of paste filters.
getPreferredSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
 
getPreviousSibling() - Method in interface com.ephox.editlive.model.ElementNavigator
Finds the previous sibling of this element in its parent.
getProperty(String) - Method in interface com.ephox.registry.Registry
Returns the value for a given property name.
getReadableDate(Date) - Static method in class com.ephox.date.DateUtils
Format a Date object into a human readable string using the locale default formatter.
getReadOnly() - Method in class com.ephox.editlive.ELJBean
Get the read-only state of the bean
getRequestHeaders(String) - Method in interface com.ephox.editlive.custom.HTTPRequestCallback
 
getResponseBody() - Method in interface com.ephox.editlive.http.HttpResponse
Get the response body as a string using HttpResponse.getInputStream() and HttpResponse.getCharset()
getResponseCode() - Method in interface com.ephox.editlive.http.HttpResponse
 
getResponseHeader(String) - Method in interface com.ephox.editlive.http.HttpResponse
Get a specific HTTP header value.
getResponseHeaderNames() - Method in interface com.ephox.editlive.http.HttpResponse
Get the name of all of the HTTP headers.
getResponseHeaders(String) - Method in interface com.ephox.editlive.http.HttpResponse
Get all values for a specific HTTP header name.
getResponseMessage() - Method in interface com.ephox.editlive.http.HttpResponse
The status line message returned by the server.
getReturnBodyOnly() - Method in interface com.ephox.editlive.model.DocumentManager
Obtains the value of the returnBodyOnly option.
getScreenTip() - Method in interface com.ephox.editlive.custom.HyperlinkDialog
Returns the value of the screen tip field
getScrollPane() - Method in class com.ephox.editlive.ELJBean
Returns the visible area of the editor
getSecondFilter() - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
Deprecated.
getSelectedCells() - Method in interface com.ephox.editlive.view.selection.SelectionManager
 
getSelectedElements() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Returns all selected elements.
getSelectedText() - Method in class com.ephox.editlive.ELJBean
Returns the currently selected text, including the html tags surrounding the text.
getSelectionManager() - Method in class com.ephox.editlive.ELJBean
 
getSetting(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
Gets the value of an attribute for this config item.
getSettingAsBoolean(String, boolean) - Method in class com.ephox.editlive.java2.config.ConfigItem
Retrieve the value of a setting as a boolean.
getSettingFromFirstChildItem(String, String) - Method in class com.ephox.editlive.java2.config.ConfigItem
A short cut to retrieve the first child item with the name childName and return a particular setting from it.
getSettings() - Method in class com.ephox.editlive.java2.config.ConfigItem
Get a map containing all attribute name/value pairs for this item.
getSpellerLocale() - Method in class com.ephox.editlive.ELJBean
Gets the locale used by the spell checker to resolve dictionaries when no jar url is specified in the configuration.
getStart() - Method in class com.ephox.editlive.data.Range
 
getStartAffectedRange() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the start of the affected range for this operation.
getString(URL) - Method in interface com.ephox.editlive.http.manager.text.HttpTextManager
Downloads plain text from the specified URL.
getString(int) - Method in class com.ephox.editlive.plugins.Translator
Resolves a specific string using algorithms detailed in the class header.
getString(int, String...) - Method in class com.ephox.editlive.plugins.Translator
Calls Translator.getString(int) and then replaces tokens inside the resolved string with the given strings.
getStyleManager() - Method in class com.ephox.editlive.ELJBean
 
getStyles() - Method in class com.ephox.editlive.ELJBean
Gets additional CSS styles being used by EditLive!.
getStyles() - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to ELJBean.getStyles().
getSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get the sub items for this action.
getSuccess() - Method in class com.ephox.editlive.custom.FileUploadResult
Returns FileUploadSuccess object if result is success or null otherwise.
getTableAncestor(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Finds a table parent.
getTableCellAncestor(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Finds a table cell parent.
getTableManager() - Method in class com.ephox.editlive.ELJBean
 
getTableManager() - Method in interface com.ephox.editlive.model.DocumentManager
Wrapper method to ELJBean.getTableManager().
getTableModel(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Creates an EphoxTableModel from the supplied element.
getTableModel(View) - Method in interface com.ephox.editlive.model.table.TableManager
Creates an EphoxTableModel from the supplied view.
getTag() - Method in interface com.ephox.editlive.model.ElementInfo
 
getTagAttributes() - Method in interface com.ephox.editlive.common.CustomView
Returns the attributes for the tag as a Map.
getTagName() - Method in class com.ephox.editlive.common.CustomTagData
Returns the name of the tag.
getTagName() - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
 
getText() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
getTextManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
 
getTextPane() - Method in class com.ephox.editlive.ELJBean
Get the JTextComponent used for the code view.
getToolBar() - Method in class com.ephox.editlive.ELJBean
Returns the toolbar for this bean.
getToolbarFactory() - Method in class com.ephox.editlive.ELJBean
 
getToolbarFromConfigItem(ConfigItem) - Method in class com.ephox.editlive.custom.ActionController
Returns a representation of EphoxAction's on a toolbar.
getToolTipText(Point, Rectangle) - Method in interface com.ephox.editlive.view.ViewAnnotation
Allows the annotation to display a tooltip.
getType() - Method in class com.ephox.editlive.common.CustomTagData
Returns the type of the tag.
getType() - Method in class com.ephox.editlive.custom.FileUploadError
Returns error type (FileUploadErrorType).
getType() - Method in class com.ephox.editlive.java2.editor.operation.OperationEvent
Get the type of change that occurred.
getUnregisteredCustomTagExtraData() - Method in class com.ephox.editlive.custom.CustomTagController
 
getUnregisteredCustomTagView() - Method in class com.ephox.editlive.custom.CustomTagController
 
getURL() - Method in class com.ephox.editlive.custom.FileUploadSuccess
Returns URL of uploaded file.
getUsername() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Returns the current user name.
getValue() - Method in class com.ephox.editlive.http.manager.NameValuePair
 
getVersion() - Static method in class com.ephox.editlive.ELJBean
Returns the version number of EditLive!.
getVersionManager() - Method in class com.ephox.editlive.ELJBean
 
getView() - Method in interface com.ephox.editlive.view.ViewInfo
 
getViewAllocationAt(int) - Method in interface com.ephox.editlive.view.ViewManager
Leaf View allocation at the given document position (combines ViewManager.getViewAt(int) and ViewManager.getViewAllocationFor(View)).
getViewAllocationFor(View) - Method in interface com.ephox.editlive.view.ViewManager
 
getViewAllocationFor(Element) - Method in interface com.ephox.editlive.view.ViewManager
 
getViewAnnotationsForTag(String) - Method in class com.ephox.editlive.custom.CustomTagController
Retrieves the list of ViewAnnotation registered against the specified tag.
getViewAt(int) - Method in interface com.ephox.editlive.view.ViewManager
Leaf View at the given document position
getViewAtPoint(Point) - Method in interface com.ephox.editlive.view.ViewManager
 
getViewClass() - Method in class com.ephox.editlive.common.CustomTagData
Returns the view to use for this tag.
getViewIndexInParent(View) - Method in interface com.ephox.editlive.view.ViewManager
 
getViewInfo(Element) - Method in interface com.ephox.editlive.view.ViewManager
 
getViewManager() - Method in class com.ephox.editlive.ELJBean
 
getWordAtCursor() - Method in class com.ephox.editlive.ELJBean
Returns the current word that the cursor is in.
getWordCount() - Method in class com.ephox.editlive.ELJBean
Retrieves the number of words within the document.
getXMLDate(Date) - Static method in class com.ephox.date.DateUtils
Format a Date object into a string using the format yyyy-MM-dd'T'HH:mm:ssZ.
getXMLString(URL) - Method in interface com.ephox.editlive.http.manager.text.HttpTextManager
Downloads an XML file.
GRIDLINES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Toggle on/off the display of table girdlines.

H

hashCode() - Method in class com.ephox.editlive.applet.JSFunctionCall
 
hashCode() - Method in class com.ephox.editlive.common.CustomTagData
 
hashCode() - Method in class com.ephox.editlive.common.TextEvent
 
hashCode() - Method in class com.ephox.editlive.data.Range
 
hashCode() - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
 
hashCode() - Method in class com.ephox.editlive.http.manager.NameValuePair
 
hashCode() - Method in class com.ephox.editlive.java2.config.ConfigItem
Generates a hashCode for this object.
hashCode() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
hasSpellingError() - Method in class com.ephox.editlive.ELJBean
Returns true if the content in the editor has spelling errors based on the current spellchecker settings.
hasSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
HAVE_CHANGES_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that operations now exist in the document.
headRequest(URL) - Method in interface com.ephox.editlive.http.manager.HttpManager
Sends a HEAD request.
hideToolbar() - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
Hides the toolbar.
HIGHLIGHT_COLOR_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
HR_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Display the HR properties dialog.
HTTPHeaders - Class in com.ephox.editlive.custom
This class is used to manage a list of HTTP request headers for HTTPRequestCallback instances.
HTTPHeaders() - Constructor for class com.ephox.editlive.custom.HTTPHeaders
 
HttpImageManager - Interface in com.ephox.editlive.http.manager.image
Image Download manager.
HttpInputStreamManager - Interface in com.ephox.editlive.http.manager.inputstream
InputStream Download manager.
HttpJarManager - Interface in com.ephox.editlive.http.manager.jar
Jar file Download manager.
HttpManager - Interface in com.ephox.editlive.http.manager
Basic HttpManager interface for low-level control over HTTP requests.
HttpManagerFactory - Interface in com.ephox.editlive.http.manager
Factory for HttpManager implementations.
HTTPRequestCallback - Interface in com.ephox.editlive.custom
This class is used as a callback by EditLive!
HttpResponse - Interface in com.ephox.editlive.http
HTTP response details returned by HttpManager for basic requests.
HttpTextManager - Interface in com.ephox.editlive.http.manager.text
Text Download manager.
HTTPUrlCallback - Interface in com.ephox.editlive.custom
Allows developers to redirect all HTTP requests to customised URLs.
HYPERLINK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a hyperlink or edits one if the selected text already contains one.
HyperlinkDialog - Interface in com.ephox.editlive.custom
An interface that can be used by custom hyperlink dialog components to call back into the standard hyperlink dialog.
HyperlinkDialogComponent - Interface in com.ephox.editlive.custom
Interface for all custom components to be used in the standard insert hyperlink dialog.

I

ID - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The "name" attribute specified in the configuration file.
idExistsInDocument(String) - Method in interface com.ephox.editlive.model.DocumentManager
 
IMAGE_LOADED - Static variable in class com.ephox.editlive.common.TextEvent
Fires when an image is first loaded or something causes it to be resized
IMAGE_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the image properties dialog.
IMAGE_RESIZED - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that an image has just been resized.
ImageCallback - Interface in com.ephox.editlive.http.manager.image
Allows the HttpManager to notify to interested objects when an image has finished downloading.
ImageDialog - Interface in com.ephox.editlive.custom
An interface that can be used by custom image dialog components to call back into the standard image dialog.
ImageDialogComponent - Interface in com.ephox.editlive.custom
Interface for all custom components to be used in the standard insert image dialog.
imageLoaded(Image, boolean) - Method in interface com.ephox.editlive.http.manager.image.ImageCallback
Indicates that the image has been loaded.
ImageManager - Interface in com.ephox.editlive.model
Useful methods for handling images in the editor.
IMPORT_WORD_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent
Import a word document from the filesystem
IN_BOOKMARK_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret has been placed inside a hyperlink.
IN_CHANGE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the current caret position is within an unaccepted change to the document.
IN_DIV_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
no longer used.
IN_EDITABLE_CONTENT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is positioned within editable content.
IN_EMBED - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the selection is in or on an embed element
IN_FORM - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a form.
IN_FORM_FIELD - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a form field.
IN_HYPERLINK_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret has been placed inside a hyperlink.
IN_MEDIA_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Fired when a supported media type is selected
IN_TABLE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within a table.
IN_XHTML_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
INDENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Indents the current selection.
info(Object) - Method in interface com.ephox.apache.commons.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
Log an error with info log level.
init() - Method in class com.ephox.editlive.ELJBean
Initializes the bean.
InlineToolbar - Interface in com.ephox.editlive.ephoxaction.toolbar
Toolbar that renders inside the editor, attaching itself to elements.
INSERT_AND_EDIT_INLINE_TAG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Insert an inline tag and immediately trigger a custom properties dialog for it.
INSERT_BUTTON_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new BUTTON INPUT element
INSERT_CELL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table cell.
INSERT_CHECKBOX_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new CHECKBOX INPUT element
INSERT_COLUMN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
INSERT_COLUMN_LEFT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table column to the left of the current selection.
INSERT_COLUMN_RIGHT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table column to the right of the current selection.
INSERT_COMMENT - Static variable in class com.ephox.editlive.common.TextEvent
Inserts an HTML comment.
INSERT_DATE_TIME_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Opens the Insert Date and Time dialog.
INSERT_ELEMENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
INSERT_ELEMENT_AFTER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
INSERT_ELEMENT_BEFORE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
INSERT_FILE_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new FILE INPUT element
INSERT_FORM_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new FORM element if the caret is not currently positioned within an existing FORM
INSERT_HIDDEN_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new HIDDEN INPUT element
INSERT_HR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a horizontal rule.
INSERT_HTML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Insert HTML at the caret position.
INSERT_HYPERLINK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Insert a hyperlink at the caret position.
INSERT_IMAGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts an image.
INSERT_IMAGE_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new IMAGE INPUT element
INSERT_INLINE_TAG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Inserts an inline tag around the current selection.
INSERT_LOCAL_IMAGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a local image.
INSERT_MATHML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a MathML equation at the current caret position.
INSERT_MEDIA_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Opens the insert media dialog
INSERT_OBJECT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Show the insert object dialog to allow the user to insert an object tag.
INSERT_PASSWORD_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new PASSWORD INPUT element
INSERT_RADIO_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new RADIO INPUT element
INSERT_RESET_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new RESET INPUT element
INSERT_ROW_ABOVE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table row above the current selection.
INSERT_ROW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
INSERT_ROW_BELOW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table row below the current selection.
INSERT_ROW_COLUMN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the insert row/column dialog.
INSERT_SELECT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new SELECT INPUT element
INSERT_SUBMIT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new SUBMIT INPUT element
INSERT_SYMBOL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a symbol at the caret position.
INSERT_TABLE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table.
INSERT_TABLE_WIZARD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Insert a table with a specified number of rows and columns.
INSERT_TEXT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new TEXT INPUT element
INSERT_TEXTAREA_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new TEXTAREA INPUT element
insertHtml(int, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Inserts a HTML fragment into the document.
insertHtml(int, String, HTML.Tag, Element) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Insert a HTML fragment into the document.
insertHTMLAtCursor(String) - Method in class com.ephox.editlive.ELJBean
Inserts the specified html at the current caret position.
insertString(int, AttributeSet, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Inserts a plain text string into the document with the specified formatting applied.
IS_CUSTOM_TAG_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret has been placed on an image or that only an image is selected.
IS_DIRTY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Returns the isDirty value to the browser when using the ELJ applet
IS_HR_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the selection is a HR.
IS_IMAGE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret has been placed on an image or that only an image is selected.
IS_LIST_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret has been placed in a list.
IS_MATHML_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the selection is a MathML element.
IS_OBJECT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the selection is an object.
IS_VALID - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
isApplied() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Determine if this operation has been applied or not.
isATable(Element) - Method in interface com.ephox.editlive.model.table.TableManager
 
isATableCell(Element) - Method in interface com.ephox.editlive.model.table.TableManager
 
isATableRow(Element) - Method in interface com.ephox.editlive.model.table.TableManager
 
isBookmark() - Method in class com.ephox.editlive.view.AView
 
isBreakOutOfInlineTag() - Method in class com.ephox.editlive.common.CustomTagBehaviour
 
isCached(URL) - Method in interface com.ephox.cache.CacheManager
Determine if data for a URL is available in the local cache
isCrippled() - Method in class com.ephox.editlive.ELJBean
Determines whether or not functionality has been restricted.
isDebugEnabled() - Method in interface com.ephox.apache.commons.logging.Log
Is debug logging currently enabled?
isDirty() - Method in class com.ephox.editlive.ELJBean
Returns true if the content in the editor has been changed.
isDottedUnderlinePainted() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Whether or not the user color is painted as a dotted underline instead of changing the text color.
isEditorRunningAsApplet() - Method in class com.ephox.editlive.ELJBean
 
isElementSelectionMode() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Checks if the caret is in Element selection mode, which is required for element-based methods in this class.
isEmpty() - Method in class com.ephox.collections.CaseInsensitiveSet
 
isEnabled() - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
 
isEnabled() - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
The current state of the filter.
isEnabled() - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
 
isEnabled() - Method in interface com.ephox.editlive.java2.editor.actionhandler.EnabledFilter
Calculate whether or not this filter will allow the action to be enabled.
isEnabled() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
isEnabled() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
 
isErrorEnabled() - Method in interface com.ephox.apache.commons.logging.Log
Is error logging currently enabled?
isFatalEnabled() - Method in interface com.ephox.apache.commons.logging.Log
Is fatal logging currently enabled?
isFilled(int, int) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Determine if the specified display cell is filled.
isHandled() - Method in class com.ephox.editlive.common.TextEvent
 
isHeadIncluded() - Method in interface com.ephox.editlive.model.DocumentManager
Deprecated.
now always returns true.
isInfoEnabled() - Method in interface com.ephox.apache.commons.logging.Log
Is info logging currently enabled?
isInitFinished() - Method in class com.ephox.editlive.ELJBean
Checks if the bean init state has been updated after the LOADING_COMPLETE event has fired
isJava4() - Method in interface com.ephox.version.VersionManager
Deprecated.
Java 4 is no longer supported.
isJava4OrAbove() - Method in interface com.ephox.version.VersionManager
Deprecated.
Java 4 is no longer supported.
isJava5() - Method in interface com.ephox.version.VersionManager
Deprecated.
Java 5 is no longer supported.
isJava5OrAbove() - Method in interface com.ephox.version.VersionManager
Deprecated.
Java 5 is no longer supported.
isJava6() - Method in interface com.ephox.version.VersionManager
 
isJava6OrAbove() - Method in interface com.ephox.version.VersionManager
Deprecated.
Java 5 is no longer supported.
isJava7() - Method in interface com.ephox.version.VersionManager
 
isJava7OrAbove() - Method in interface com.ephox.version.VersionManager
 
isLicensedForEnterpriseEdition(boolean) - Method in class com.ephox.editlive.ELJBean
Checks if the editor is enabled for Enterprise Edition features, with the option to begin the Enterprise Edition trial.
isLinux() - Method in interface com.ephox.version.VersionManager
Since ELJ 9.0.3.186
isListItemSymbolPainted() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Whether or not the user color is painted as a list item symbol instead of changing the text color.
isMac() - Method in interface com.ephox.version.VersionManager
 
isMacOsX5OrAbove() - Method in interface com.ephox.version.VersionManager
 
isMacOsX6OrAbove() - Method in interface com.ephox.version.VersionManager
 
isMenuEmbedded() - Method in class com.ephox.editlive.ELJBean
Determines whether or not the menubar is currently embedded in the bean.
isNotModified() - Method in interface com.ephox.editlive.http.HttpResponse
 
isRaiseEventAction(String) - Method in class com.ephox.editlive.common.TextEvent
 
isRaiseEventAction(TextEvent, String) - Static method in class com.ephox.editlive.common.TextEvent
Deprecated.
isRemoved(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Determine if all content in the specified range is marked as removed.
isScriptTag() - Method in interface com.ephox.editlive.model.ElementInfo
 
isSection(HTML.Tag) - Static method in enum com.ephox.editlive.model.html.SectionTag
 
isSection(Element) - Static method in enum com.ephox.editlive.model.html.SectionTag
 
isSelected() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get whether or not the action is selected (ie: toggled on).
isStrikeThrough() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Whether or not this operation should be rendered with a strike through.
isSuccess() - Method in class com.ephox.editlive.custom.FileUploadResult
Checks if result is success.
isToolBarEmbedded() - Method in class com.ephox.editlive.ELJBean
Determines whether or not the toolbar is currently embedded in the bean.
isTraceEnabled() - Method in interface com.ephox.apache.commons.logging.Log
Is trace logging currently enabled?
isTrackChangesEnabled() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Returns whether or not changes are currently being tracked.
isUnderline() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Whether or not this operation should be rendered with an underline.
isUnknownCustomTag() - Method in interface com.ephox.editlive.model.ElementInfo
 
isVersionRightForPlugin(String, String) - Method in interface com.ephox.version.VersionManager
Allows plugins to specify a minimum version of EditLive!
isVisible() - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
 
isVistaOrHigher() - Method in interface com.ephox.version.VersionManager
 
isWarnEnabled() - Method in interface com.ephox.apache.commons.logging.Log
Is warning logging currently enabled?
isWindows() - Method in interface com.ephox.version.VersionManager
 
ITALIC_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Italicises the currently selected text.
ITALIC_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Notification that italic is off at the current cursor position.
ITALIC_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
Notification that italic is on at the current cursor position.
iterator() - Method in class com.ephox.collections.CaseInsensitiveSet
 
IWWCM_DOMINO_FILE - Static variable in class com.ephox.editlive.common.TextEvent
 
IWWCM_DOMINO_HYPERLINK - Static variable in class com.ephox.editlive.common.TextEvent
 
IWWCM_DOMINO_IMAGE - Static variable in class com.ephox.editlive.common.TextEvent
 
IWWCM_HYPERLINK_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the IWWCM 6.0 Insert Hyperlink Dialog
IWWCM_IMAGE_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the IWWCM 6.0 Insert Image Dialog

J

JOIN_ELEMENTS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
JSFunctionCall - Class in com.ephox.editlive.applet
Stores function name and parameter details for calling JavaScript functions.
JSFunctionCall(String, Object[]) - Constructor for class com.ephox.editlive.applet.JSFunctionCall
Creates a JavaScript function call.

L

LINK_CLICKED - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the user clicks on a link that is not editable.
LIST_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the table properties dialog.
LIST_TYPE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets list tag and list-style-type.
LIST_UPDATE_NONE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is not within a list.
LIST_UPDATE_ORDERED - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within an ordered list.
LIST_UPDATE_UNORDERED - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is within an unordered list.
ListType - Enum in com.ephox.editlive.java2.editor.lists
LiteralAttributeSet - Interface in com.ephox.editlive.view
Provides access to CSS attributes as raw strings.
load(Collection<String>) - Method in interface com.ephox.editlive.spelling.SpellerLoader
Synchronously loads the SpellChecker.
LOADING_COMPLETE - Static variable in class com.ephox.editlive.common.TextEvent
The notification that the editor has completely finished loading.
LOADING_FAILED - Static variable in class com.ephox.editlive.common.TextEvent
Fired instead of TextEvent.LOADING_COMPLETE when loading fails
Log - Interface in com.ephox.apache.commons.logging
A simple logging interface that is used by the Ephox-namespaced Apache Commons logging API.
LOG_CURRENT_STATE - Static variable in class com.ephox.editlive.common.TextEvent
Causes the editor to log its current state.
LogConfigurationException - Exception in com.ephox.apache.commons.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException(String, Throwable) - Constructor for exception com.ephox.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
LogFactory - Class in com.ephox.apache.commons.logging
Factory for creating Log instances.
LoggingUtils - Class in com.ephox.editlive.util
Provides control over the log level of the editor.

M

MENU_COLOR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the color for the selected text.
MENU_HIGHLIGHT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the background color for the selected text.
MENUBAR_CREATED - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the menu bar has finished loading
MERGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Merges the selected tables cells.
mouseClicked(CustomView, MouseEvent) - Method in interface com.ephox.editlive.common.ViewClickListener
Called when a mouse click is detected on a custom view.
MOVE_ELEMENT_DOWN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
MOVE_ELEMENT_UP_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.

N

NameValuePair - Class in com.ephox.editlive.http.manager
NameValuePair(String, String) - Constructor for class com.ephox.editlive.http.manager.NameValuePair
 
NEW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Creates a new document in the editor.
NEXT_OPERATION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Select the next unaccepted change after the current caret position.
nextOperation(Operation) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the next operation after currentOperation, ordered by the start of the affected range.
nextOperation(int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the operation whose affected range starts closest to, but after afterOffset.
NO_CHANGES_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that there are no operations in the document.
NO_TABLE_SELECTION_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the selection is no longer in table cell mode.
NO_TEXT_SELECTED - Static variable in class com.ephox.editlive.common.TextEvent
Notification that no text is selected in the editor.
NOT_CUSTOM_TAG_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is no longer on an image.
NOT_HR_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the selection is not a HR.
NOT_IMAGE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is no longer on an image.
NOT_IN_BOOKMARK_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is no longer in a hyperlink.
NOT_IN_CHANGE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the current caret position is not within an unaccepted change to the document.
NOT_IN_DIV_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
no longer used.
NOT_IN_EDITABLE_CONTENT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is positioned within uneditable content.
NOT_IN_EMBED - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the selection is no longer in or on an embed element
NOT_IN_FORM - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is not within a form.
NOT_IN_FORM_FIELD - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is not within a form field.
NOT_IN_HYPERLINK_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is no longer in a hyperlink.
NOT_IN_MEDIA_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Fired when a supported media type is no longer selected
NOT_IN_TABLE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the caret is not within a table.
NOT_IN_XHTML_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
NOT_MATHML_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the selection is not a MathML element.
NOT_OBJECT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the selection is not an object.
notifyOfStyleChanges() - Method in interface com.ephox.editlive.view.style.StyleManager
Notify the editor of a wholesale change to the document styles.
notifyOfStyleChanges(int, int) - Method in interface com.ephox.editlive.view.style.StyleManager
Notify the editor of style changes in a given area of the document.

O

OBJECT_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Show the object properties dialog.
OPEN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Opens a document in the editor.
Operation - Interface in com.ephox.editlive.java2.editor.operation
 
operationChangeEvent(OperationEvent) - Method in interface com.ephox.editlive.java2.editor.operation.OperationListener
Called when a change is made to the current set of operations.
OperationEvent - Class in com.ephox.editlive.java2.editor.operation
 
OperationEvent(int, Operation) - Constructor for class com.ephox.editlive.java2.editor.operation.OperationEvent
Creates a new OperationEvent.
OperationListener - Interface in com.ephox.editlive.java2.editor.operation
 
OperationManager - Interface in com.ephox.editlive.java2.editor.operation
 
ORDERED_LIST_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Changes the selection to an ordered list.
OrEnabledFilter - Class in com.ephox.editlive.ephoxaction.filter
Combines a list of filters, enabling when any are enabled (EphoxAction normally only enables when all filters are enabled).
OrEnabledFilter(EnabledFilter, EnabledFilter) - Constructor for class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
Deprecated.
OrEnabledFilter(Collection<? extends EnabledFilter>) - Constructor for class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
 
OUTDENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Outdents the current selection.

P

PAGE_WIDTH - Static variable in class com.ephox.editlive.common.TextEvent
Updates the page width.
PAGE_WIDTH_DIALOG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the page width dialog
paint(Graphics, Shape) - Method in class com.ephox.editlive.common.CustomImageView
Paint the view.
paint(Graphics, Shape) - Method in class com.ephox.editlive.view.AView
Renders a portion of a text style run.
paint(Graphics, Shape) - Method in interface com.ephox.editlive.view.ViewAnnotation
Allows additional rendering on top of the existing content a View renders.
PARAGRAPH_MARKER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Toggles the paragraph marker on and off.
PARAGRAPH_MARKER_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the paragraph marker is off.
PARAGRAPH_MARKER_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the paragraph marker is on.
Parameters - Interface in com.ephox.editlive.applet.parameters
Provides access to applet parameters in Advanced API plugins.
parseXMLDate(String) - Static method in class com.ephox.date.DateUtils
Parse a String into a Date object using the format yyyy-MM-dd'T'HH:mm:ssZ.
PASTE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Pastes the contents of the clipboard.
PASTE_SPECIAL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Pastes the contents of the clipboard using the selected method from the Paste Special dialog.
PasteFilter - Interface in com.ephox.editlive
 
pauseTracking() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Pause tracking operations.
performPreLoadingCompleteTasks() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
Method that will be called when the plugin is first loaded, before editorInitialized.
POPULATE_STYLES_COMBO - Static variable in class com.ephox.editlive.common.TextEvent
Populates the styles combo.
post(URL, String, NameValuePair...) - Method in interface com.ephox.editlive.http.manager.HttpManager
Sends a POST request.
post(URL, String, List<NameValuePair>, List<NameValuePair>) - Method in interface com.ephox.editlive.http.manager.HttpManager
Sends a POST request.
POST_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Posts the document to a specified URL using HTTP POST.
postFile(URL, File) - Method in interface com.ephox.editlive.http.manager.HttpManager
Uploads a file using a multipart POST request.
postFile(URL, File, String, List<NameValuePair>, List<NameValuePair>) - Method in interface com.ephox.editlive.http.manager.HttpManager
Uploads a file using a multipart POST request with complete control over the request including the uploadFileFieldName.
preferenceChanged(View, boolean, boolean) - Method in class com.ephox.editlive.common.CustomImageView
 
PreProcessor - Interface in com.ephox.editlive.plugins
Allows developers to apply processing to certain editor actions.
PREVIEW_IN_BROWSER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
PREVIOUS_OPERATION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Select the first unaccepted change before the current caret position.
previousOperation(Operation) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the operation before currentOperation, ordered by the start of the affected range.
previousOperation(int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the operation whose affected range starts closest to, but before or equal to beforeOffset.
PRINT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Prints the current editor contents in a new browser window.
processLocalImage(File) - Method in interface com.ephox.editlive.plugins.PreProcessor
Process images selected from the file system before they are inserted into EditLive!.
putFile(URL, File) - Method in interface com.ephox.editlive.http.manager.HttpManager
Deprecated.
PUT not supported since 9.1

Q

QUICKR_EXTERNAL_HYPERLINK_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the Quickr external hyperlink dialog
QUICKR_HYPERLINK_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the Quickr Insert Hyperlink Dialog
QUICKR_IMAGE_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the Quickr Insert Image Dialog
QUICKR_LOCAL_DOCUMENT_PICKER - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the Quickr local document picker
QUICKR_REMOTE_DOCUMENT_PICKER - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the Quickr remote document picker

R

RAISE_EVENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
A generic custom event.
raiseEvent(TextEvent) - Method in interface com.ephox.editlive.common.EventListener
Method used to listen for events raised by EditLive!.
raiseEvent(TextEvent) - Method in class com.ephox.editlive.ELJBean
Deprecated.
use EventBroadcaster.broadcastEvent(TextEvent)

Broadcasts an event across the application to all registered listeners. Bean Editor Listeners are notified first, followed by internal EditLive! listeners.

raiseEvent(TextEvent) - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
 
raiseEvent(TextEvent) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
 
Range - Class in com.ephox.editlive.data
A class consisting of a start and integer values
range(int, int) - Static method in class com.ephox.editlive.data.Range
 
REDO_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Causes the last undone action to be redone.
REFORMAT - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used
registerBeanEditorListener(EventListener) - Method in interface com.ephox.editlive.plugins.EventBroadcaster
Adds an editor listener for notification of events.
registerCustomBlockTag(String, Icon, String, Icon, String, ViewClickListener) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom block tag.
registerCustomBlockTag(String, Icon, String, Icon, String, ViewClickListener) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomBlockTag(String, Icon, String, Icon, String, ViewClickListener)

Registers a custom block tag. The tag will be displayed with the given icons and labels at the start and end of the block. The ViewClickListener will be notified when a mouse click is detected on the view.

registerCustomBlockView(String, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom view for the specified block tag.
registerCustomBlockView(String, String, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomBlockView(String, Class, Object)

Registers a custom view for the specified block tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomBlockView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomBlockView(String, Class, Object)

Registers a custom view for the specified block tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomCollapsedView(String, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom view for the specified inline tag.
registerCustomCollapsedView(String, String, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomCollapsedView(String, Class, Object)

Registers a custom view for the specified inline tag. Unlike CustomTagController.registerCustomInlineView(String, Class, Object), the contents of the tag will not be loaded and the element loaded into the document will appear as an empty tag. When the document is retrieved the original contents of the tag will be reinserted.

The contents of the tag is available as an URL encoded string in the eljcontent attribute of the parsed tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomCollapsedView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomCollapsedView(String, Class, Object)

Registers a custom view for the specified inline tag. Unlike ELJBean.registerCustomInlineView(String, Class, Object), the contents of the tag will not be loaded and the element loaded into the document will appear as an empty tag. When the document is retrieved the original contents of the tag will be reinserted.

The contents of the tag is available as an URL encoded string in the eljcontent attribute of the parsed tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomEmptyTag(String, Icon, String, ViewClickListener) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom empty tag.
registerCustomEmptyTag(String, Icon, String, ViewClickListener) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomEmptyTag(String, Icon, String, ViewClickListener)

Registers a custom empty tag. The tag will be displayed with the given icon and label. The ViewClickListener will be notified when a mouse click is detected on the view.

registerCustomEmptyView(String, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom view for the specified empty tag.
registerCustomEmptyView(String, String, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomEmptyView(String, Class, Object)

Registers a custom view for the specified empty tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomEmptyView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomEmptyView(String, Class, Object)

Registers a custom view for the specified empty tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomInlineTag(String, Icon, String, Icon, String, ViewClickListener) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom inline tag.
registerCustomInlineTag(String, Icon, String, Icon, String, ViewClickListener) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomInlineTag(String, Icon, String, Icon, String, ViewClickListener)

Registers a custom inline tag. The tag will be displayed with the given icons and labels at the start and end of the tag. The ViewClickListener will be notified when a mouse click is detected on the view.

registerCustomInlineView(String, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a custom view for the specified inline tag.
registerCustomInlineView(String, String, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomInlineView(String, Class, Object)

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerCustomInlineView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.registerCustomInlineView(String, Class, Object)

Registers a custom view for the specified inline tag.

Note: If viewClass implements ViewMouseListener it will receive mouse events.

registerViewAnnotation(String, Class<? extends ViewAnnotation>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a class implementing ViewAnnotation to create additional rendering for a specified HTML tag.
Registry - Interface in com.ephox.registry
Allows interaction with the EditLive!
RegistryException - Exception in com.ephox.editlive.java2.registry
 
RegistryException(String) - Constructor for exception com.ephox.editlive.java2.registry.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception com.ephox.editlive.java2.registry.RegistryException
 
REINITIALIZE - Static variable in class com.ephox.editlive.common.TextEvent
Reinitializes the bean.
reject(Operation, HTMLDocument) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Reject an operation.
REJECT_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when rejecting operations
REJECT_ALL_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when rejecting all operations
REJECT_ALL_CHANGES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Accept all changes in the document.
REJECT_CHANGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Reject the first change in the current selection.
RELOAD_XHTML_BLOCK - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
remove(Object) - Method in class com.ephox.collections.CaseInsensitiveSet
 
remove(int, int) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Remove the specified range from the document.
remove(Element) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Remove the specified element and all its content from the document.
REMOVE_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when removing operations
REMOVE_BOOKMARK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Removes the bookmark at the cursor
REMOVE_ELEMENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
REMOVE_FORMATTING_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Remove the formatting from the current selection.
REMOVE_HYPERLINK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Removes the hyperlink from the current selection.
REMOVE_SECTION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Removes the Section at the cursor location.
removeActionListener(ActionListener) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Remove an action listener from this action.
removeAll(Collection<?>) - Method in class com.ephox.collections.CaseInsensitiveSet
 
removeAllMouseListeners() - Method in class com.ephox.editlive.view.EphoxEditorPane
Remove all mouse listeners.
removeAllMouseMotionListeners() - Method in class com.ephox.editlive.view.EphoxEditorPane
Remove all mouse motion listeners.
removeBeanEditorListener(EventListener) - Method in interface com.ephox.editlive.plugins.EventBroadcaster
Removes an editor listener.
removeDictionaryChangedListener(DictionaryChangedListener) - Method in interface com.ephox.editlive.spelling.SpellChecker
Remove added listener.
removeEditorEventListener(EventListener) - Method in class com.ephox.editlive.ELJBean
Deprecated.
removeInfobar(JPanel) - Method in class com.ephox.editlive.ELJBean
Remove an infobar that was added using addInfobar.
removeMouseListener(MouseListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
 
removeMouseMotionListener(MouseMotionListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
 
removeOperation(Operation) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Remove an operation from the manager without doing anything else.
removeOperationChangeListener(OperationListener) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Remove an operation change listener from the manager.
removeProperty(String) - Method in interface com.ephox.registry.Registry
Removes the given property from the registry, then saves the registry.
REPLACE_WORD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Replaces the current word in the HTMLPane with the extra string of the event.
repositionAtCurrentPoint() - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
Updates the toolbar position using the element bounds cache.
resumeTracking() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Unpause tracking operations.
retainAll(Collection<?>) - Method in class com.ephox.collections.CaseInsensitiveSet
 
ROW_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Show the row properties dialog box.

S

SafeLoadingPlugin - Class in com.ephox.editlive.plugins
An abstract base class useful for creating a plugin.
SafeLoadingPlugin(ELJBean, String, String) - Constructor for class com.ephox.editlive.plugins.SafeLoadingPlugin
Standard constructor.
SAVE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Saves the current document to a file.
SAVE_AS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Saves the current document to a file the user specifies.
SCRIPT_UPDATE_SUB_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Toggles the sub button off.
SCRIPT_UPDATE_SUB_ON - Static variable in class com.ephox.editlive.common.TextEvent
Toggles sub button on
SCRIPT_UPDATE_SUP_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Toggles the sup button off.
SCRIPT_UPDATE_SUP_ON - Static variable in class com.ephox.editlive.common.TextEvent
Toggles sup button on.
SCROLL_TO - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Scroll to a specified anchor in the document, switching views if nessecary.
SECTION_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the Section properties dialog.
SectionTag - Enum in com.ephox.editlive.model.html
Section tags supported by EditLive!.
SELECT_ALL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Selects the entire document.
SELECT_NODE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Selects the element passed in as the extra object.
SELECT_OPERATION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Select the range affected by a track changes operation.
SELECTED - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The property name used for property change events when the selected state of the action changes.
SelectionManager - Interface in com.ephox.editlive.view.selection
Methods that make working with the selection model of EditLive!
selectLineAtCursor() - Method in interface com.ephox.editlive.view.EditorActions
Select the entire line at the cursor (commonly used when triple clicking text)
selectTagAtCursor(HTML.Tag, List<?>) - Method in interface com.ephox.editlive.view.EditorActions
Select as much text from the cursor as is covered by a given inline tag.
selectWordAtCursor() - Method in interface com.ephox.editlive.view.EditorActions
Select the current word at the cursor (commonly used when double clicking text)
SET_BODY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
SET_CARET_POSITION - Static variable in class com.ephox.editlive.common.TextEvent
Scroll the design view to the specified position.
SET_DIRECTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Set the dir attribute to be used on the body when setting the source.
SET_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
SET_PROPERTIES - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Sets the properties for an element.
SET_TEXT_LTR - Static variable in class com.ephox.editlive.common.TextEvent
Toggles the currently selected block elements for LTR
SET_TEXT_RTL - Static variable in class com.ephox.editlive.common.TextEvent
Toggles the currently selected block elements for RTL
SET_USERNAME - Static variable in class com.ephox.editlive.common.TextEvent
Set the user name for the current user.
SET_XML_NODE_VALUE - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated.
No longer used.
SET_XSLT - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
setActive(boolean) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Sets the current component status.
setAltFieldText(String) - Method in interface com.ephox.editlive.custom.ImageDialog
Sets the 'alt' text for the image.
setAuthor(String) - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Set the name of the user that performed this operation.
setBaseURL(String) - Method in class com.ephox.editlive.ELJBean
Sets the Base URL used for loading resources (e.g. images, stylesheets) when referenced with a relative URL.
setBody(String) - Method in class com.ephox.editlive.ELJBean
Sets the body of HTML document currently in the Editor.
setBreakOutOfInlineTag(boolean) - Method in class com.ephox.editlive.common.CustomTagBehaviour
Does typing at the end of this tag break out of the tag (like hyperlinks), or continue the tag (like bold)?
setBrowserCallback(Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Please listen for the TextEvent.CALL_JAVASCRIPT event instead, and call out to javascript using the JSObject TextEvent.CALL_JAVASCRIPT events use an instance of JSFunctionCall as their extraObject
setConfigurationDOM(Document) - Method in class com.ephox.editlive.ELJBean
Sets the DOM to use as the configuration for this bean.
setConfigurationFile(File) - Method in class com.ephox.editlive.ELJBean
Sets the Configuration File.
setConfigurationText(String) - Method in class com.ephox.editlive.ELJBean
Sets the Configuration Text.
setConfigurationURL(String) - Method in class com.ephox.editlive.ELJBean
Deprecated.
use ELJBean.setConfigurationURL(URL) instead. As of 8.0, if the url string is malformed this will now throw RuntimeException immediately.
setConfigurationURL(URL) - Method in class com.ephox.editlive.ELJBean
Sets the Configuration URL.
setCookie(String) - Method in class com.ephox.editlive.ELJBean
Sets the cookie to send with HTTP requests.
setCookie(String, URL) - Method in class com.ephox.editlive.ELJBean
Sets the cookie to send with HTTP requests.
setCurrentFile(File) - Method in class com.ephox.editlive.ELJBean
Sets the path to the currently edited file.
setCustomResourceBundle(ResourceBundle) - Method in class com.ephox.editlive.ELJBean
Sets a custom resource bundle to be used for the user interface.
setCustomTagContent(String, String) - Method in class com.ephox.editlive.ELJBean
Specifies a custom tag value and it's matching key identifier.
setDate(Date) - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Set the date / time for this operation.
setDebugLevel(String) - Static method in class com.ephox.editlive.util.LoggingUtils
Sets the logging level for the editor.
setDirty(boolean) - Method in class com.ephox.editlive.ELJBean
Sets whether or not the content in the editor has been changed.
setDocument(String) - Method in class com.ephox.editlive.ELJBean
Sets the contents of the HTML document.
setDownloadDirectory(URL) - Method in class com.ephox.editlive.ELJBean
Sets the download directory.
setElementAttributes(Element, AttributeSet, Collection<?>) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Modify an elements attributes.
setEnabled(boolean) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
Set whether or not the filter is enabled.
setEnabled(boolean) - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
Sets the current enabled state of the plugin
setExtraString(String) - Method in class com.ephox.editlive.common.TextEvent
 
setFileUploader(FileUploader) - Method in class com.ephox.editlive.ELJBean
Set the FileUploader to use when uploading local resources.
setFilter(SourceFilter) - Method in class com.ephox.editlive.ELJBean
Set the filter to apply to content on the way in and out of the editor.
setGlobalLocale(String) - Static method in class com.ephox.editlive.ELJBean
Sets the global EditLive!
setGlyphPainter(GlyphView.GlyphPainter) - Method in class com.ephox.editlive.view.AView
 
setHandled(boolean) - Method in class com.ephox.editlive.common.TextEvent
Sets whether or not this event has been handled.
setHeight(int) - Method in class com.ephox.editlive.ELJBean
Sets the height in pixels.
setHTTPUrlCallback(HTTPUrlCallback) - Method in class com.ephox.editlive.ELJBean
Sets a HTTPUrlCallback object to call into before making an http request to allow for user controlled redirects.
setHyperlinkDialog(HyperlinkDialog) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Sets the HyperlinkDialog parent to be called back into.
setImageDialog(ImageDialog) - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Sets the ImageDialog parent of this component.
setImageUploadHTTPRequestCallback(HTTPRequestCallback) - Method in class com.ephox.editlive.ELJBean
Sets a HTTPRequestCallback object to call into before each image is uploaded.
setLevel(String) - Static method in class com.ephox.apache.commons.logging.LogFactory
Set the log level for all existing and new logs.
setListType(int, int, int, HTML.Tag, String, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Changes the list type in a given range.
setLocale(Locale) - Method in class com.ephox.editlive.ELJBean
Deprecated.
setMenuEmbedded(boolean) - Method in class com.ephox.editlive.ELJBean
Sets whether or not the menubar is embedded in the bean.
setMinCrashTimeout(int) - Method in class com.ephox.editlive.ELJBean
Sets the wait timeout on long operations before displaying the crash screen.
setMnemonicFromName() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
setMnemonicFromString(String) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
setOutputCharacterSet(String) - Method in class com.ephox.editlive.ELJBean
Sets the character set that content should be output in.
setOverrideContentEditable(boolean) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Allows developers to override the content editable attribute and modify uneditable sections.
setPasteFilter(PasteFilter) - Method in class com.ephox.editlive.ELJBean
Deprecated.
setPropertiesFromAttributes() - Method in class com.ephox.editlive.common.CustomImageView
Used to keep a cached version of attributes.
setPropertiesFromAttributes() - Method in class com.ephox.editlive.view.AView
 
setPropertiesFromAttributes(View) - Method in interface com.ephox.editlive.view.ViewAnnotation
Called after the view's attributes have been updated in response to a document event.
setReadOnly(boolean) - Method in class com.ephox.editlive.ELJBean
Set the read-only state of the bean.
setResponse(HTTPHeaders, String) - Method in interface com.ephox.editlive.custom.HTTPRequestCallback
Receives the response (even if the upload failed)
setScreenTip(String) - Method in interface com.ephox.editlive.custom.HyperlinkDialog
Sets the value of the screen tip field.
setSelected(boolean) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Set whether or not the action is selected.
setSetting(String, String) - Method in class com.ephox.editlive.java2.config.ConfigItem
Sets the value of an attribute of this item.
setSettingsDirectory(File) - Static method in class com.ephox.editlive.ELJBean
Sets the directory that EditLive!
setSpellerLoader(SpellerLoader) - Method in class com.ephox.editlive.ELJBean
Replaces the editor's spelling engine.
setSpellerLocale(String) - Method in class com.ephox.editlive.ELJBean
Sets the locale used by the spell checker to resolve dictionaries when no jar url is specified in the configuration.
setSpellerLocale(Locale) - Method in class com.ephox.editlive.ELJBean
Sets the locale used by the spell checker to resolve dictionaries when no jar url is specified in the configuration.
setSrcFieldText(String) - Method in interface com.ephox.editlive.custom.ImageDialog
Sets the URL to display in the image src field.
setStyles(String) - Method in class com.ephox.editlive.ELJBean
Sets additional CSS styles to be used by EditLive!.
setSubItems(List<EphoxAction>) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Set the sub items for this action.
setTagAttributes(Map<String, ?>) - Method in interface com.ephox.editlive.common.CustomView
Sets the attributes for the tag.
setTargetComboVisible(boolean) - Method in interface com.ephox.editlive.custom.HyperlinkDialog
Controls the visibility of the link "target" combobox and style combobox.
setToolBarEmbedded(boolean) - Method in class com.ephox.editlive.ELJBean
Sets whether or not the toolbar is embedded in the bean.
setUnregisteredCustomTagView(Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Sets the view to use for unregistered custom tags.
setUnregisteredCustomTagView(Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated.
Use CustomTagController.setUnregisteredCustomTagView(Class, Object)

Sets the view to use for unregistered custom tags. A new instance of this class is used for every unregistered custom tag in the editor. The view should act as an empty tag as a separate view will be created for any start and end tags found. The original contents of the custom tag can be retrieved via the ELJBean.getCustomTagContent(String) method. The ID for the custom tag can be retrieved from the HTML.Attribute.ID attribute.

setUsername(String) - Method in class com.ephox.editlive.ELJBean
Set the username for track changes and commenting.
setWidth(int) - Method in class com.ephox.editlive.ELJBean
Sets the width in pixels.
SHOW_ATTRIBUTE_PANE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
SHOW_CHECKMARK - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Whether or not to show the checkmark when selected.
SHOW_CONTEXT_MENU - Static variable in class com.ephox.editlive.common.TextEvent
Shows the contextual menu.
SHOW_CUSTOM_PROPERTIES - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that a custom properties dialog should be shown by the host of the bean.
SHOW_DOCUMENT_NAVIGATOR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Shows or hides the document navigator.
SHOW_TAGS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
SHOW_TRACK_CHANGES_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Show the track changes dialog.
SHOW_TREE_VIEW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
SHOW_VALIDATION_PANE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
SHOW_WHEN_DISABLED - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
In the context menu disabled actions are normally hidden.
showError(Component, String) - Method in class com.ephox.editlive.plugins.ErrorReporter
Display an error dialog to the user, using the title "error" translated into the current interface language.
showMessage(Component, String) - Method in class com.ephox.editlive.plugins.ErrorReporter
Display a message dialog to the user.
showMessage(Component, String, String) - Method in class com.ephox.editlive.plugins.ErrorReporter
Display a message dialog to the user.
showToolbar() - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
Shows the toolbar and calls InlineToolbar.repositionAtCurrentPoint().
size() - Method in class com.ephox.collections.CaseInsensitiveSet
 
SOME_TEXT_SELECTED - Static variable in class com.ephox.editlive.common.TextEvent
Notification that some text is selected in the editor.
SOURCE_RETRIEVED - Static variable in class com.ephox.editlive.common.TextEvent
A notification that the current contents of the editor are about to be retrieved, usually during the save process
SourceFilter - Interface in com.ephox.editlive
The interface for filters that are plugged into the EditLive!
SpellChecker - Interface in com.ephox.editlive.spelling
 
SpellerLoader - Interface in com.ephox.editlive.spelling
Class used to load the spell checker.
SpellerLoaderException - Exception in com.ephox.editlive.spelling
Recommended exception to throw when SpellerLoader fails.
SpellerLoaderException() - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
 
SpellerLoaderException(String) - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
 
SpellerLoaderException(String, Throwable) - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
 
SpellerLoaderException(Throwable) - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
 
SPELLING_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Spell checks the document.
SPELLING_FINISHED - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the spelling dialog is closed.
SPLIT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Splits the current table cell.
startElementPropertiesTransaction() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Begin a new element properties transaction.
STORE_XHTML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
STRIKE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Adds strikethrough to the currently selected text.
STRIKE_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Notification that strikethrough is off at the current cursor position.
STRIKE_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
Notification that strikethrough is on at the current cursor position.
StyleManager - Interface in com.ephox.editlive.view.style
Manages styles within the EditLive!
SUB_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sub the currently selected text.
SUB_ITEMS - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
The property name used when the sub items for this action change.
success(String, AttributeSet) - Static method in class com.ephox.editlive.custom.FileUploadResult
Creates a FileUploadResult for successful uploads.
success(String) - Static method in class com.ephox.editlive.custom.FileUploadResult
Creates a FileUploadResult for successful uploads.
suggest(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
Basic "suggest corrections" method.
SUP_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sup the currently selected text.
SYNC_XHTML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.

T

TAB_CHANGED_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the user has selected a different tab.
TAB_CHANGED_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notifies the tab row that it should update the selected tab.
TABLE_AUTOFIT - Static variable in class com.ephox.editlive.common.TextEvent
Automatically sizes columns in the current table
TABLE_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the table properties dialog.
TABLE_SELECTION_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the selection is now in table cell mode.
TableManager - Interface in com.ephox.editlive.model.table
Useful methods for dealing with tables in the document.
tag - Variable in enum com.ephox.editlive.model.html.SectionTag
 
TAG_LIST_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
An updated list of tags that form the containment hierarchy at the current caret position.
TARGET_VIEW_CHANGE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
TEXT_DIRECTION_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that the current block element is LTR, RTL or none.
TEXT_VIEW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Change editor pane to text view.
TextEvent - Class in com.ephox.editlive.common
The core of EditLive!
TextEvent(Object, int, Object, int) - Constructor for class com.ephox.editlive.common.TextEvent
Creates a new TextEvent.
TextEvent.CustomAction - Class in com.ephox.editlive.common
The set of event codes used as the extra int in TextEvent.CUSTOM_ACTION events.
THESAURUS_DIALOG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Shows the Thesaurus Dialog.
toArray() - Method in class com.ephox.collections.CaseInsensitiveSet
 
TOOLBAR_COLOR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
The toolbar color button now uses TextEvent.MENU_COLOR_ACTION.
TOOLBAR_CREATED - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the toolbar has finished loading
ToolbarFactory - Interface in com.ephox.editlive.ephoxaction.toolbar
Factory for creating toolbars.
toString() - Method in class com.ephox.collections.CaseInsensitiveSet
 
toString() - Method in class com.ephox.editlive.applet.JSFunctionCall
 
toString() - Method in class com.ephox.editlive.common.TextEvent
 
toString() - Method in class com.ephox.editlive.data.Range
 
toString() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
toString() - Method in enum com.ephox.editlive.mode.EditorMode
 
trace(Object) - Method in interface com.ephox.apache.commons.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
Log an error with trace log level.
TRACK_CHANGES_ELEMENT_NAME - Static variable in interface com.ephox.editlive.java2.editor.operation.OperationManager
 
TRACK_CHANGES_NAMESPACE - Static variable in interface com.ephox.editlive.java2.editor.operation.OperationManager
The namespace used for elements in the serialized XML.
TRANSFER_FOCUS - Static variable in class com.ephox.editlive.common.TextEvent
Tells the applet to transfer input focus out of the editor.
transformUrl(URL) - Method in interface com.ephox.editlive.custom.HTTPUrlCallback
Performs any necessary transformations or redirection.
Translator - Class in com.ephox.editlive.plugins
Loads strings using the EditLive!
Translator(Class<?>) - Constructor for class com.ephox.editlive.plugins.Translator
Constructs the translator.

U

UNDERLINE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Underlines the currently selected text.
UNDERLINE_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
Notification that underline is off at the current cursor position.
UNDERLINE_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
Notification that underline is on at the current cursor position.
UNDO_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Causes the last action to be undone.
UNDO_ADDED - Static variable in class com.ephox.editlive.common.TextEvent
The event that is broadcasted when an undo event has been added to the undo/redo manager.
UNORDERED_LIST_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Changes the selection to an unordered list.
UNTRACKED_CHANGE - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
Action fired when the document changes but track changes is off
UPDATE_LOAD_PROGRESS - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
UPDATE_STATE - Static variable in class com.ephox.editlive.common.TextEvent
Updates the enabled state of the toolbar buttons and menu items of the editor.
updateAction(String, Map<String, ?>) - Method in class com.ephox.editlive.custom.ActionController
Populate an action from a map.
updateBounds(Element) - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
Updates the element bounds cache stored by the toolbar.
UPLOAD_FILES - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Upload local files to the server.
UPLOAD_FORM_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
uploadFile(File) - Method in interface com.ephox.editlive.custom.FileUploader
Uploads the file and returns the String url to the file.
uploadLocalImages() - Method in class com.ephox.editlive.ELJBean
Uploads all local images stored within the document and also adjusts their src attribute.

V

VALIDATE_XML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
valueOf(String) - Static method in enum com.ephox.editlive.common.CustomTagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ephox.editlive.custom.FileUploadErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ephox.editlive.java2.editor.lists.ListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ephox.editlive.mode.EditorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ephox.editlive.model.html.SectionTag
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ephox.editlive.common.CustomTagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ephox.editlive.custom.FileUploadErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ephox.editlive.java2.editor.lists.ListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ephox.editlive.mode.EditorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ephox.editlive.model.html.SectionTag
Returns an array containing the constants of this enum type, in the order they are declared.
VersionManager - Interface in com.ephox.version
A set of APIs to assist in determining the platform EditLive!
ViewAnnotation - Interface in com.ephox.editlive.view
A ViewAnnotation is a component which provides additional rendering for a View, e.g. a highlight or decal.
ViewClickListener - Interface in com.ephox.editlive.common
The listener for mouse click events on custom views.
ViewInfo - Interface in com.ephox.editlive.view
Simple data object to encapsulate information about views.
ViewManager - Interface in com.ephox.editlive.view
Assists with locating views and determining how they are displayed on screen.
ViewMouseListener - Interface in com.ephox.editlive.view
An interface to indicate that mouse events should be passed through to the view instead of just to the JTextPane.

W

WAIT_CURSOR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Sets the cursor to the busy cursor.
warn(Object) - Method in interface com.ephox.apache.commons.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
Log an error with warn log level.
WINDOW_MODE - Static variable in class com.ephox.editlive.common.TextEvent
Causes the editor to switch to window mode.
WORD_COUNT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the word count dialog.
wordAdded(String) - Method in interface com.ephox.editlive.spelling.DictionaryChangedListener
 
wordRemoved(String) - Method in interface com.ephox.editlive.spelling.DictionaryChangedListener
 

X

XML_CHANGED_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
XML_CLEAR_ERRORS - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
XML_ERROR_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
XML_FOCUS_ELEMENT - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
XML_VALIDATION_FINISHED - Static variable in class com.ephox.editlive.common.TextEvent
Deprecated.
No longer used.
XML_VERSION_ATTRIBUTE - Static variable in interface com.ephox.editlive.java2.editor.operation.OperationManager
 
XML_VERSION_ATTRIBUTE_VALUE - Static variable in interface com.ephox.editlive.java2.editor.operation.OperationManager
 

_

_disableEvent - Variable in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
The event that triggers this filter to be disabled.
_enableEvent - Variable in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
The event that triggers this filter to be enabled.
A B C D E F G H I J L M N O P Q R S T U V W X _ 
Copyright (c) 2005-2019 Ephox Pty Ltd. All rights reserved.