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, int, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
Registers a new custom tag with a specific view.
addEditorEventListener(EventListener) - Method in class com.ephox.editlive.ELJBean
Deprecated. use EventBroadcaster.registerBeanEditorListener(EventListener)
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[])
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[])
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.
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
Deprecated. see CacheManager.addTemporaryImage2(java.awt.Image, java.net.URL)
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_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_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.

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.
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.

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 defaultItems instead of using a reference.
CELL_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the cell properties dialog.
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
CLEAR_STYLES_COMBO - Static variable in class com.ephox.editlive.common.TextEvent
Clears the styles combo drop down.
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.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.layer - package com.ephox.editlive.http.layer
 
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.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.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(EphoxAction, boolean) - Method in interface com.ephox.editlive.ephoxaction.toolbar.ToolbarFactory
Creates an inline toolbar and populates it with buttons that use the supplied actions.
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.
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
 
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!
DAV_OPEN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Brings up a webdav browser to allow the user to select a file to open from the remote repository.
DAV_SAVE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Saves the current file file to the Oracle files repository it was opened from.
DAV_SAVEAS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Brings up a webdav browser to allow the user to select a file to save to an Oracle files repository.
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.
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 undo events being added 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 NOTE: Eventually this class will move into com.ephox.editlive.model
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.
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.TextEvent
 
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.
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
A simple wrapper to OperationManager.excludeRemovedWords(int, String)
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.
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
Updates the currently selected font color.
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
Returns the raw parameter value
get(URL) - 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)
getAction(Map<String, String>) - Method in class com.ephox.editlive.ELJBean
Deprecated. Use ActionController.getAction(Map)
getActionCommand() - Method in class com.ephox.editlive.common.TextEvent
Returns the action ID.
getActionController() - Method in class com.ephox.editlive.ELJBean
Returns the Action Controller for this editor.
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
Complete area this view is allocated on screen.
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
Returns the location of the applet "DownloadDirectory" setting if EditLive!
getAppletParameters() - Method in class com.ephox.editlive.ELJBean
Returns the current applet parameters if EditLive!
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
Outputs the element attributes as a string just like they will appear in the final HTML
getAuthor() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the name of the user that performed this operation.
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
The current ELJBean instance set via the constructor
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
Returns the document <body> element.
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.
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. use CacheManager.getEphoxDir() instead
getCacheManager() - Method in class com.ephox.editlive.ELJBean
Returns the cache manager.
getCaret() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Wrapper to JTextComponent.getCaret().
getCellCount() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
Calculates how many cells are in the table.
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
Returns the character set currently in use by the document.
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.
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
Returns the CustomTagController for this editor.
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
Wrapper method to CustomTagController.getDeclaredCustomTag(String).
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
Returns a DocumentManager instance for the current document.
getDocumentModifier() - Method in class com.ephox.editlive.ELJBean
Retrieves the document modifier.
getEditorActions() - Method in class com.ephox.editlive.ELJBean
Returns an EditorActions instance for this editor.
getEditorMode() - Method in class com.ephox.editlive.ELJBean
Returns the mode (design view or code view) the editor is in.
getEditorPane() - Method in class com.ephox.editlive.ELJBean
Method used return the Design View Editor Pane.
getEditorPane() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
Wrapper method to ELJBean.getEditorPane() that returns null if the bean isn't initialized.
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 element at the specified display row and column.
getElementAtBeginningOfSelection() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Returns the first element in the selection.
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
Collects the Element info for an element.
getElementNavigator(Element) - Method in interface com.ephox.editlive.model.DocumentManager
Creates an Element navigator for an element.
getEnabledFilters() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get the list of enabled filters that have been added to this action.
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
Returns an instance of the registry.
getEventBroadcaster() - Method in class com.ephox.editlive.ELJBean
Returns an EventBroadcaster instance for this editor.
getExtraInt() - Method in class com.ephox.editlive.common.TextEvent
Returns the extra int.
getExtraObject() - Method in class com.ephox.editlive.common.TextEvent
Returns the extra object.
getExtraString() - Method in class com.ephox.editlive.common.TextEvent
Returns the extra object information as a String, or null if it is not an instance of String.
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.
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
 
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. use ELJBean.getEditorPane() instead
getHttpFactory() - Method in class com.ephox.editlive.ELJBean
Returns a HttpManagerFactory instance for this editor.
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.
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
Returns the currently selected element if it is an image, otherwise null.
getImageManager() - Method in class com.ephox.editlive.ELJBean
Returns an ImageManager instance for this editor.
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
Actual size of the view content (minus insets).
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. use ELJBean.getGlobalLocale() instead
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
getManager() - Static method in class com.ephox.editlive.http.layer.HttpLayerManager
Current HTTP layer in use.
getMaximumSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
 
getMenuBar() - Method in class com.ephox.editlive.ELJBean
Returns the menubar for this bean.
getMinimumSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
 
getMouseListenerList() - Method in class com.ephox.editlive.view.EphoxEditorPane
Returns an unmodifiable copy of the mouse listener list.
getMouseMotionListenerList() - Method in class com.ephox.editlive.view.EphoxEditorPane
Returns an unmodifiable copy of the mouse motion listener list.
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
Returns the raw parameter value, or defaultValue if the parameter is null.
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.
getPopupMenu() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Returns the popup menu for this action
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
Returns an array of HttpHeaders which should be added to the request being sent to the given file.
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
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
 
getSelectedCells() - Method in interface com.ephox.editlive.view.selection.SelectionManager
Returns all selected cells.
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
Returns a SelectionManager instance for this editor.
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.
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
Returns a StyleManager instance for this editor.
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.
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
Returns a TableManager instance for the current document.
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
The tag for this element
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.ephoxaction.filter.EnableInTagFilter
 
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
Returns a ToolbarFactory instance for this editor.
getToolbarFromConfigItem(ConfigItem) - Method in class com.ephox.editlive.custom.ActionController
Creates an EphoxAction containing all items for a given toolbar in EphoxAction.getSubItems().
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.java2.editor.operation.OperationEvent
Get the type of change that occurred.
getUnregisteredCustomTagExtraData() - Method in class com.ephox.editlive.custom.CustomTagController
Returns the Unregistered Custom Tag Extra Data previously set by CustomTagController.setUnregisteredCustomTagView(Class, Object)
getUnregisteredCustomTagView() - Method in class com.ephox.editlive.custom.CustomTagController
Returns the Unregistered Custom Tag View previously set by CustomTagController.setUnregisteredCustomTagView(Class, Object)
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
Returns the VersionManager.
getView() - Method in interface com.ephox.editlive.view.ViewInfo
Underlying View object
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
View allocation for the given view
getViewAllocationFor(Element) - Method in interface com.ephox.editlive.view.ViewManager
View allocation for the given element
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
Leaf view at the given point
getViewIndexInParent(View) - Method in interface com.ephox.editlive.view.ViewManager
Determine a view's index in the parent view
getViewInfo(Element) - Method in interface com.ephox.editlive.view.ViewManager
View info for a given element
getViewManager() - Method in class com.ephox.editlive.ELJBean
Returns a ViewManager instance for this editor.
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.TextEvent
 
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
 
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
Updates the currently selected font color.
HR_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Display the HR properties dialog.
HTTPCLIENT - Static variable in class com.ephox.editlive.http.layer.HttpLayer
Uses an Ephox-namespaced copy of Apache HttpClient for all HTTP connections.
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.
HttpLayer - Class in com.ephox.editlive.http.layer
Http layer options supported by EditLive!.
HttpLayerManager - Class in com.ephox.editlive.http.layer
Controls the Http layer in use by EditLive!.
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

idExistsInDocument(String) - Method in interface com.ephox.editlive.model.DocumentManager
Searches the document for an element with the given id.
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
Indicates that the caret has been placed inside a div or that only a div is selected.
IN_EDITABLE_CONTENT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the caret is positioned within editable content.
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_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
Inserts a table column.
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_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_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a table row.
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
Checks if an element is a table
isATableCell(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Checks if an element is a td or th
isATableRow(Element) - Method in interface com.ephox.editlive.model.table.TableManager
Checks if an element is a tr
isBreakOutOfInlineTag() - Method in class com.ephox.editlive.common.CustomTagBehaviour
Returns the current value of the Break Out Of Inline Tag option.
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 background instead of changing the text color.
isEditorRunningAsApplet() - Method in class com.ephox.editlive.ELJBean
Determines if the editor is running through the EditLive!
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
Returns the current enabled state of the plugin.
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
Returns true if the event has been handled.
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
 
isJava5OrAbove() - Method in interface com.ephox.version.VersionManager
 
isJava6() - Method in interface com.ephox.version.VersionManager
 
isJava6OrAbove() - Method in interface com.ephox.version.VersionManager
 
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.
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
Returns true if this is a Raise Event action that matches the string passed in
isRaiseEventAction(TextEvent, String) - Static method in class com.ephox.editlive.common.TextEvent
Deprecated. use TextEvent.isRaiseEventAction(String) instead
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
Determines if this element is a script tag
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.
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
Determines if this element is a custom tag not pre-registered with EditLive!
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_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.
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.
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
HTTP POST value object used by HttpManager.post(URL, String, NameValuePair...)
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
Indicates that the caret is no longer inside a div.
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_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_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
Inserts an ordered list.
OrEnabledFilter - Class in com.ephox.editlive.ephoxaction.filter
Combines two filters, enabling when either is enabled (EphoxAction normally only enables when all filters are enabled).
OrEnabledFilter(EnabledFilter, 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

paint(Graphics, Shape) - Method in class com.ephox.editlive.common.CustomImageView
Paint the view.
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_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.
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
Uploads a file using a PUT request.

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
Raise an event back to the browser.
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)
raiseEvent(TextEvent) - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
 
raiseEvent(TextEvent) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
 
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
Reformats the text in source view.
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)
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 ELJBean.registerCustomBlockView(String, Class, Object)
registerCustomBlockView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated. Use CustomTagController.registerCustomBlockView(String, Class, Object)
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 ELJBean.registerCustomCollapsedView(String, Class, Object)
registerCustomCollapsedView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated. Use CustomTagController.registerCustomCollapsedView(String, Class, Object)
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)
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 ELJBean.registerCustomEmptyView(String, Class, Object)
registerCustomEmptyView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated. Use CustomTagController.registerCustomEmptyView(String, Class, Object)
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)
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 ELJBean.registerCustomInlineView(String, Class, Object)
registerCustomInlineView(String, Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
Deprecated. Use CustomTagController.registerCustomInlineView(String, Class, Object)
registerViewAnnotation(String, Class<?>, 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.
removeEditorEventListener(EventListener) - Method in class com.ephox.editlive.ELJBean
Deprecated. use EventBroadcaster.removeBeanEditorListener(EventListener)
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.
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 for the selected state of the action.
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_HTTP_LAYER - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Deprecated. use HttpLayerManager.setManager(HttpLayer) instead
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 continue the tag (like bold) or break out (like hyperlinks)?
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.
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!
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.
setHttpLayerManager(String) - Method in class com.ephox.editlive.ELJBean
Deprecated. use HttpLayerManager.setManager(HttpLayer) instead
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. use ELJBean.setGlobalLocale(String) instead
setManager(HttpLayer) - Static method in class com.ephox.editlive.http.layer.HttpLayerManager
Sets the HTTP layer to use for all subsequent connections.
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. please use ELJBean.addPasteFilter(PasteFilter) instead.
setPropertiesFromAttributes() - Method in class com.ephox.editlive.common.CustomImageView
Used to keep a cached version of attributes.
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.
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 link "target" 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)
setUsername(String) - Method in class com.ephox.editlive.ELJBean
Set the username for track changes
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
 
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.
suggest(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
Basic "suggest corrections" method.
SUN - Static variable in class com.ephox.editlive.http.layer.HttpLayer
Uses JRE standard URL.openConnection() to perform all HTTP connections.
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.
TABLE_WIZARD - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Whether or not this action is a table wizard.
TableManager - Interface in com.ephox.editlive.model.table
Useful methods for dealing with tables in the document.
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
Object passed by 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 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
Returns a String representation of this TextEvent.
toString() - Method in class com.ephox.editlive.http.layer.HttpLayer
 
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
Inserts 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
Updates the progress bar while the applet is loading.
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.mode.EditorMode
Returns the enum constant of this type with the specified name.
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.
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.

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.

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-2012 Ephox Pty Ltd. All rights reserved.