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_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.
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
Adds an attribute.
ADD_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
Adds an undo event to the undo manager.
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.
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.
accept(Operation, HTMLDocument) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Accept an operation.
actionPerformed(ActionEvent) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
addActionListener(ActionListener) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Add an action listener to notify when this action is performed.
addEditorEventListener(EventListener) - Method in class com.ephox.editlive.ELJBean
Adds an editor listener for notification of any changes.
addEnabledFilter(EnabledFilter) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Add an enabled filter to this action.
addHyperlinkDialogComponent(String, Object[]) - Method in class com.ephox.editlive.ELJBean
Deprecated. This method does not work in the presence of multiple class loaders. Use ELJBean.addHyperlinkDialogComponent(Class, Object[]) instead.
addHyperlinkDialogComponent(Class, 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. This method does not work in the presence of multiple class loaders. Use ELJBean.addImageDialogComponent(Class, Object[]) instead.
addImageDialogComponent(Class, Object[]) - Method in class com.ephox.editlive.ELJBean
Adds an ImageDialogComponent to the bean for use in the insert image dialog.
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.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.ephox.editlive.java2.editor.actionhandler.EnabledFilter
Add a property change listener which is 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, NOT overwriting any previous value.
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, 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.

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.
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.
BROWSER_MODE - Static variable in class com.ephox.editlive.common.TextEvent
Causes the editor to switch back to browser mode.

C

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.
CELL_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the cell properties dialog.
CLEAN_UP - Static variable in class com.ephox.editlive.common.TextEvent
Prepares the editor for garbage collection by releasing most variable references.
CLEAR_STYLES_COMBO - Static variable in class com.ephox.editlive.common.TextEvent
Clears the styles combo drop down.
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.
CONVERT_ELEMENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Converts the current element into a user specified element.
COPY_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Copies the currently selected text.
CREATE_SECTION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Creates a Section from the selected text (if there is any)
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.
CUT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Cuts the currently selected text.
CustomView - interface com.ephox.editlive.common.CustomView.
The interface implemented by custom views to make creating custom property dialogs easier.
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.
cleanUp() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Is called as the dialog is being disposed.
cleanUp() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Is called as the dialog is being disposed.
clearUndos() - Method in class com.ephox.editlive.ELJBean
Clears the current list of undos and redos for the bean.
com.ephox.editlive - package com.ephox.editlive
 
com.ephox.editlive.common - package com.ephox.editlive.common
 
com.ephox.editlive.custom - package com.ephox.editlive.custom
 
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
 
compareTo(Object) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Simple comparator to implement standard string sorting based on the action name
createStaticSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Create the static list of sub items for this action.

D

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_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.
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.
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.
DESELECT_NODES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Deselects any currently selected XML nodes.
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
Disable track changes on the document.
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.
DOUBLE_CLICK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Fired when the user double clicks in the HTMLPane.
DocumentModifier - class com.ephox.editlive.java2.editor.DocumentModifier.
 

E

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.
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.
ELJBean - class com.ephox.editlive.ELJBean.
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
Enable track changes rendering on the document.
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.
EnabledFilter - interface com.ephox.editlive.java2.editor.actionhandler.EnabledFilter.
The interface for filters that control when actions are enabled and disabled.
EphoxAction - class com.ephox.editlive.java2.editor.actionhandler.EphoxAction.
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
Creates a new 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.
EventListener - interface com.ephox.editlive.common.EventListener.
The EventListener interface is used in conjunction with TextEvents and EditLive!
enableDebugLogging() - Static method in class com.ephox.editlive.ELJBean
Turns on debug logging to assist with identifying problems.
endElementPropertiesTransaction() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
End a properties transaction and add the operation to the manager.
equals(Object) - Method in class com.ephox.editlive.common.TextEvent
equals(Object) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 

F

FIND_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the find dialog.
FLUSH_ENTITY_CACHE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Flushes the entity cache and reloads the XML.
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.
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.
FORM_CHANGED_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that a form control has changed in some way.
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.
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.

G

GET_BODY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Return the body of the document to the browser.
GET_BOOKMARK_LIST - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Returns the list of bookmarks in the document, separated by commas
GET_CHARACTER_COUNT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Return the current character count to the browser.
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
Return the document to the browser.
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
Return the styles of the document to the browser.
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
Return the current word count to the browser.
GET_XML_NODE_VALUE - Static variable in class com.ephox.editlive.common.TextEvent
Retrieves the ID and value of the current XML node.
GRIDLINES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Toggle on/off the display of table girdlines.
getAction(String) - Method in class com.ephox.editlive.ELJBean
Get the action with the specified name.
getAction(Map) - Method in class com.ephox.editlive.ELJBean
 
getActionCommand() - Method in class com.ephox.editlive.common.TextEvent
Get the action name.
getActionListeners() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get the list of action listeners added to this action
getAttributeMap(Map) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Returns a Map of the attributes to be used in the A tag.
getAttributeMap(Map) - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Returns a Map of the attributes to be used in the IMG tag.
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.
getBody() - Method in class com.ephox.editlive.ELJBean
Returns the body of HTML document currently in the Editor.
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.
getCharacterCount() - Method in class com.ephox.editlive.ELJBean
Retrieves the number of characters within the document.
getColorForUser(String) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Get the color to use to render changes by author.
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.
getCustomTagContent(String) - Method in class com.ephox.editlive.ELJBean
Returns the value associated with a specified custom tag.
getDate() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the date / time for this operation.
getDescription() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Retrieves a human readable, internationalized description of this operation.
getDocument() - Method in class com.ephox.editlive.ELJBean
Returns the content of the HTML document.
getDocumentModifier() - Method in class com.ephox.editlive.ELJBean
Retrieves the document modifier.
getElement() - Method in interface com.ephox.editlive.common.CustomView
Returns the element represented by this view.
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.
getExtraInt() - Method in class com.ephox.editlive.common.TextEvent
Gets the extra int information.
getExtraObject() - Method in class com.ephox.editlive.common.TextEvent
Gets the extra object information.
getExtraString() - Method in class com.ephox.editlive.common.TextEvent
Gets the extra object information as a 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.
getHTMLPane() - Method in class com.ephox.editlive.ELJBean
Method used return the underlying JTextPane.
getHeaders() - Method in class com.ephox.editlive.custom.HTTPHeaders
Returns the the header List.
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.
getJComponent() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
Returns the JComponent to dislay when this HyperlinkDialogComponent is selected.
getJComponent() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
Returns the JComponent to dislay 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
Sets the URL to display in the link src field.
getLoadTimeErrorMessage() - Method in class com.ephox.editlive.ELJBean
Checks for a load-time error message that may have displayed to the user.
getLocalId() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the local ID for this operation.
getMenuBar() - Method in class com.ephox.editlive.ELJBean
Returns the menubar for this bean.
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.
getOutputCharacterSet() - Method in class com.ephox.editlive.ELJBean
Retrieves the character set that content should be output in.
getPasteFilter() - Method in class com.ephox.editlive.ELJBean
Get the current paste filter.
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 path.
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
getSelectedText() - Method in class com.ephox.editlive.ELJBean
Returns the currently selected text, including the html tags surrounding the text.
getStartAffectedRange() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Get the start of the affected range for this operation.
getStyles() - Method in class com.ephox.editlive.ELJBean
Gets additional CSS styles being used by EditLive!.
getSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
Get the sub items for this action.
getTagAttributes() - Method in interface com.ephox.editlive.common.CustomView
Returns the attributes for the tag as a Map.
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.
getType() - Method in class com.ephox.editlive.java2.editor.operation.OperationEvent
Get the type of change that occurred.
getUsername() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
Returns the current user name.
getVersion() - Static method in class com.ephox.editlive.ELJBean
Returns the version number of EditLive!.
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.

H

HAVE_CHANGES_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
Notification that operations now exist in the document.
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.
HTTPHeaders - class com.ephox.editlive.custom.HTTPHeaders.
 
HTTPHeaders() - Constructor for class com.ephox.editlive.custom.HTTPHeaders
 
HTTPRequestCallback - interface com.ephox.editlive.custom.HTTPRequestCallback.
 
HTTPUrlCallback - interface com.ephox.editlive.custom.HTTPUrlCallback.
Interface to allow developers to redirect all http requests to customised URLs if required.
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 com.ephox.editlive.custom.HyperlinkDialog.
 
HyperlinkDialogComponent - interface com.ephox.editlive.custom.HyperlinkDialogComponent.
 
hasSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 
hashCode() - Method in class com.ephox.editlive.common.TextEvent
hashCode() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
 

I

IMAGE_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Displays the image properties dialog.
IMPORT_WORD_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent
Import a word document from the filesystem
INDENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Indents the current selection.
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
Inserts a new element at the current caret location.
INSERT_ELEMENT_AFTER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts an element after the current node.
INSERT_ELEMENT_BEFORE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Insert an element before the current node.
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_TEXTAREA_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new TEXTAREA INPUT element
INSERT_TEXT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts a new TEXT INPUT element
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
Notification that the caret is within an XHTML block of the XML document.
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
Returns whether or not the XML is valid according to the schema.
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.
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
ImageDialog - interface com.ephox.editlive.custom.ImageDialog.
 
ImageDialogComponent - interface com.ephox.editlive.custom.ImageDialogComponent.
 
init() - Method in class com.ephox.editlive.ELJBean
Initializes the bean.
insertHTMLAtCursor(String) - Method in class com.ephox.editlive.ELJBean
Inserts the specified html at the current caret position.
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.
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.
isApplied() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
Determine if this operation has been applied or not.
isBackgroundColorPainted() - 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.
isCrippled() - Method in class com.ephox.editlive.ELJBean
Determines whether or not functionality has been restricted.
isDirty() - Method in class com.ephox.editlive.ELJBean
Returns true if the content in the editor has been changed.
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
 
isHandled() - Method in class com.ephox.editlive.common.TextEvent
Determines whether or not this event has already been handled.
isInitFinished() - Method in class com.ephox.editlive.ELJBean
Checks if the bean init state has been updated after the LOADING_COMPLETE event has fired
isMenuEmbedded() - Method in class com.ephox.editlive.ELJBean
Determines whether or not the menubar is currently embedded in the bean.
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.
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.
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.

J

JOIN_ELEMENTS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Joins the currently selected XML elements.

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.
LOADING_COMPLETE - Static variable in class com.ephox.editlive.common.TextEvent
The notification that the editor has completely finished loading.
LOG_CURRENT_STATE - Static variable in class com.ephox.editlive.common.TextEvent
Causes the editor to log its current state.

M

MENUBAR_CREATED - Static variable in class com.ephox.editlive.common.TextEvent
Indicates that the menu bar has finished loading
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.
MERGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Merges the selected tables cells.
MOVE_ELEMENT_DOWN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Moves the current element down one position in it's parent's child list.
MOVE_ELEMENT_UP_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Moves the current element up one position in it's parent's child list.
mouseClicked(CustomView, MouseEvent) - Method in interface com.ephox.editlive.common.ViewClickListener
Called when a mouse click is detected on a custom view.

N

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.
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
Notification that the caret is not within an XHTML block of the XML document.
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.
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.
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.

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.
ORDERED_LIST_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Inserts an ordered list.
OUTDENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Outdents the current selection.
Operation - interface com.ephox.editlive.java2.editor.operation.Operation.
 
OperationEvent - class com.ephox.editlive.java2.editor.operation.OperationEvent.
 
OperationEvent(int, Operation) - Constructor for class com.ephox.editlive.java2.editor.operation.OperationEvent
Creates a new OperationEvent.
OperationListener - interface com.ephox.editlive.java2.editor.operation.OperationListener.
 
OperationManager - interface com.ephox.editlive.java2.editor.operation.OperationManager.
 
operationChangeEvent(OperationEvent) - Method in interface com.ephox.editlive.java2.editor.operation.OperationListener
Called when a change is made to the current set of operations.

P

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.
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.
POPULATE_STYLES_COMBO - Static variable in class com.ephox.editlive.common.TextEvent
Populates the styles combo.
POST_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
Posts the document to a specified URL using HTTP POST.
PREVIEW_IN_BROWSER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Previews the content of the current view in the system default browser.
PREVIOUS_OPERATION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Select the first unaccepted change before the current caret position.
PRINT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
Prints the current editor contents in a new browser window.
PasteFilter - interface com.ephox.editlive.PasteFilter.
 
pauseTracking() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
Pause tracking operations.
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.

Q

QUICKR_HYPERLINK_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
Calls to JavaScript to launch the Quickr Insert Hyperlink Dialog