- ABOUT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Displays the about dialog.
- accept(Operation, HTMLDocument) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Accept an operation.
- ACCEPT_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
-
Action fired when accepting operations
- ACCEPT_ALL_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
-
Action fired when accepting all operations
- ACCEPT_ALL_CHANGES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Accept all changes in the document.
- ACCEPT_CHANGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Accept the first change in the current selection.
- ActionController - Class in com.ephox.editlive.custom
-
Central point for managing menubar and toolbar items from the configuration file.
- actionPerformed(ActionEvent) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- add(String) - Method in class com.ephox.collections.CaseInsensitiveSet
-
- ADD_ACTION - Static variable in class com.ephox.editlive.java2.editor.operation.OperationEvent
-
Action fired when adding operations
- ADD_ATTRIBUTE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- ADD_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
-
Adds an undo event to the undo manager.
- addActionListener(ActionListener) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Add an action listener to notify when this action is performed.
- addChildItem(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Adds a child item to the configuration.
- addCrashListener(CrashListener) - Method in class com.ephox.editlive.ELJBean
-
Adds a listener which is invoked when the editor crashes.
- addCustomView(String, CustomTagType, Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
-
Registers a new custom tag with a specific view.
- addDictionaryChangedListener(DictionaryChangedListener) - Method in interface com.ephox.editlive.spelling.SpellChecker
-
The spell checker should notify listeners when a word is added to the dictionary of the spelling tool.
- addEditorEventListener(EventListener) - Method in class com.ephox.editlive.ELJBean
-
- 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
-
- 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
-
- 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
-
- addInfobar(JPanel) - Method in class com.ephox.editlive.ELJBean
-
Adds an infobar to the editor, below any existing toolbars.
- addKeyListenerAtStart(KeyListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
-
Add a key listener to the start of the key listeners list.
- addMouseListener(MouseListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
-
- addMouseListenerAtStart(MouseListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
-
Adds a mouse listener to the start of the listener list.
- addMouseMotionListener(MouseMotionListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
-
- addMouseMotionListenerAtStart(MouseMotionListener) - Method in class com.ephox.editlive.view.EphoxEditorPane
-
Adds a mouse motion listener to the start of the listener list.
- addOperationChangeListener(OperationListener) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Add an operation change listener to the manager, listening for when the state of operations changes.
- addPasteFilter(PasteFilter) - Method in class com.ephox.editlive.ELJBean
-
Add a pasteFilter to the list of paste filters that will be used when pasting content.
- addProperty(String, String) - Method in interface com.ephox.registry.Registry
-
Adds a new property to the registry or overwrites an existing value.
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.ephox.editlive.java2.editor.actionhandler.EnabledFilter
-
Add a property change listener which must be notified when the enabled state of this filter changes.
- addRequestHeader(String, String) - Method in class com.ephox.editlive.custom.HTTPHeaders
-
Add the specified request header.
- addTemporaryImage(RenderedImage, URL) - Method in interface com.ephox.cache.CacheManager
-
- addTemporaryImage2(Image, URL) - Method in interface com.ephox.cache.CacheManager
-
Populates the cache with data from an image URL.
- addTemporaryStyle(String, String) - Method in interface com.ephox.editlive.view.style.StyleManager
-
Add a temporary style to the spreadsheet.
- addWord(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
-
Notifies the SpellChecker that the user has requested a word be added to their custom dictionary.
- adjustCharacterAttributes(int, int, AttributeSet, Collection<?>) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Changes the attributes of all content level elements within the specified range.
- adjustCharacterAttributesForElementSelection(Collection<Element>, AttributeSet, Collection<?>) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Changes the attributes of all content level elements that are children of the elements in
selectedElements.
- affectsRange(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Determine whether or not this operation affects the specified range.
- ALIGN_CENTER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Centers the current paragraph.
- ALIGN_JUSTIFY_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Changes to "justify" alignment.
- ALIGN_LEFT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Aligns the current paragraph left.
- ALIGN_RIGHT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Aligns the current paragraph right.
- ALIGN_UPDATE_CENTER - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a section with center alignment set.
- ALIGN_UPDATE_JUSTIFY - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a section with justify alignment set.
- ALIGN_UPDATE_LEFT - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a section with left alignment set.
- ALIGN_UPDATE_NONE - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a section with no alignment set.
- ALIGN_UPDATE_RIGHT - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a section with right alignment set.
- ALLOW_TEXT - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Whether or not to allow text on Toolbar Buttons
- allowsText() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- AUTO_CORRECT - Static variable in class com.ephox.editlive.common.TextEvent
-
Sets the state of Auto Correct via a true/false string as the extra object.
- autoCorrect(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
-
Queries for an auto-correction of a word.
- AView - Class in com.ephox.editlive.view
-
Provides the standard view for inline elements.
- AView(Element) - Constructor for class com.ephox.editlive.view.AView
-
- CacheManager - Interface in com.ephox.cache
-
Provides some basic interactions with the EditLive!
- CALL_JAVASCRIPT - Static variable in class com.ephox.editlive.common.TextEvent
-
Calls a javascript function from the applet.
- CAN_REDO - Static variable in class com.ephox.editlive.common.TextEvent
-
The event fired when a redo is available.
- CAN_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
-
The event fired when an undo is available.
- CaseInsensitiveSet - Class in com.ephox.collections
-
Implementation of HashSet
that lowercases all keys to provide case insensitive matching.
- CaseInsensitiveSet() - Constructor for class com.ephox.collections.CaseInsensitiveSet
-
- CaseInsensitiveSet(Collection<String>) - Constructor for class com.ephox.collections.CaseInsensitiveSet
-
NOTE: Starting with version 8.0, this method copies the contents of initialItems instead of using a reference.
- CELL_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Displays the cell properties dialog.
- CHANGE_CONTENT_LANG - Static variable in class com.ephox.editlive.common.TextEvent
-
Fired when the user applies an inline language attribute
- changeListItemIndent(int, int, int, int, HTML.Tag) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Changes the indent level of list items in the specified range.
- CLEAN_UP - Static variable in class com.ephox.editlive.common.TextEvent
-
Prepares the editor for garbage collection by releasing most variable references.
- cleanUp() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Called as the dialog is being disposed.
- cleanUp() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
-
Called during the dialog dispose() method.
- cleanup() - Method in class com.ephox.editlive.ELJBean
-
Releases memory used by the editor and shuts down background threads to aid in garbage collection.
- clear() - Method in class com.ephox.collections.CaseInsensitiveSet
-
- clear() - Method in class com.ephox.editlive.custom.CustomTagController
-
Clears all custom tags, custom views, and view annotations
- clearUndos() - Method in class com.ephox.editlive.ELJBean
-
Clears the current list of undos and redos for the bean.
- COLOR - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
The key to indicate the color to paint the item.
- COLUMN_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Show the column properties dialog box.
- com.ephox.apache.commons.logging - package com.ephox.apache.commons.logging
-
- com.ephox.cache - package com.ephox.cache
-
- com.ephox.collections - package com.ephox.collections
-
- com.ephox.date - package com.ephox.date
-
- com.ephox.editlive - package com.ephox.editlive
-
- com.ephox.editlive.applet - package com.ephox.editlive.applet
-
- com.ephox.editlive.applet.parameters - package com.ephox.editlive.applet.parameters
-
- com.ephox.editlive.common - package com.ephox.editlive.common
-
- com.ephox.editlive.custom - package com.ephox.editlive.custom
-
- com.ephox.editlive.data - package com.ephox.editlive.data
-
- com.ephox.editlive.ephoxaction.filter - package com.ephox.editlive.ephoxaction.filter
-
- com.ephox.editlive.ephoxaction.toolbar - package com.ephox.editlive.ephoxaction.toolbar
-
- com.ephox.editlive.http - package com.ephox.editlive.http
-
- com.ephox.editlive.http.manager - package com.ephox.editlive.http.manager
-
- com.ephox.editlive.http.manager.image - package com.ephox.editlive.http.manager.image
-
- com.ephox.editlive.http.manager.inputstream - package com.ephox.editlive.http.manager.inputstream
-
- com.ephox.editlive.http.manager.jar - package com.ephox.editlive.http.manager.jar
-
- com.ephox.editlive.http.manager.text - package com.ephox.editlive.http.manager.text
-
- com.ephox.editlive.java2.config - package com.ephox.editlive.java2.config
-
- com.ephox.editlive.java2.editor - package com.ephox.editlive.java2.editor
-
- com.ephox.editlive.java2.editor.actionhandler - package com.ephox.editlive.java2.editor.actionhandler
-
- com.ephox.editlive.java2.editor.lists - package com.ephox.editlive.java2.editor.lists
-
- com.ephox.editlive.java2.editor.operation - package com.ephox.editlive.java2.editor.operation
-
- com.ephox.editlive.java2.registry - package com.ephox.editlive.java2.registry
-
- com.ephox.editlive.mode - package com.ephox.editlive.mode
-
- com.ephox.editlive.model - package com.ephox.editlive.model
-
- com.ephox.editlive.model.html - package com.ephox.editlive.model.html
-
- com.ephox.editlive.model.table - package com.ephox.editlive.model.table
-
- com.ephox.editlive.plugins - package com.ephox.editlive.plugins
-
- com.ephox.editlive.spelling - package com.ephox.editlive.spelling
-
- com.ephox.editlive.util - package com.ephox.editlive.util
-
- com.ephox.editlive.view - package com.ephox.editlive.view
-
- com.ephox.editlive.view.selection - package com.ephox.editlive.view.selection
-
- com.ephox.editlive.view.style - package com.ephox.editlive.view.style
-
- com.ephox.registry - package com.ephox.registry
-
- com.ephox.version - package com.ephox.version
-
- compareTo(EphoxAction) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Simple comparator to implement standard string sorting based on the action name
- ConfigItem - Class in com.ephox.editlive.java2.config
-
Represents an element in the configuration file and provides simple access to the attributes and child items.
- ConfigItem(Element) - Constructor for class com.ephox.editlive.java2.config.ConfigItem
-
Creates a new ConfigItem wrapping the specified element.
- contains(Object) - Method in class com.ephox.collections.CaseInsensitiveSet
-
- contains(String) - Method in class com.ephox.collections.CaseInsensitiveSet
-
- contains(String) - Method in interface com.ephox.registry.Registry
-
Checks to see if the registry contains a given property.
- CONTENT_ENCODING - Static variable in interface com.ephox.editlive.http.manager.HttpManager
-
- CONTENT_LENGTH - Static variable in interface com.ephox.editlive.http.manager.HttpManager
-
- CONTENT_TYPE - Static variable in interface com.ephox.editlive.http.manager.HttpManager
-
- CONVERT_ELEMENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- convertCellsToPercentage(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
Converts all cells in the table to percentage widths.
- convertCellsToPixel(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
Converts all cells in the table to pixel widths.
- COPY_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Copies the currently selected text.
- correct(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
-
Queries if a word is spelt correctly.
- crashed() - Method in interface com.ephox.editlive.common.CrashListener
-
Method that is notified when
ELJBean
has crashed and is no longer suitable for use.
- CrashListener - Interface in com.ephox.editlive.common
-
- CREATE_SECTION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Creates a Section from the selected text (if there is any).
- createInlineToolbar(List<List<EphoxAction>>, boolean) - Method in interface com.ephox.editlive.ephoxaction.toolbar.ToolbarFactory
-
Creates an inline toolbar and populates it with buttons that use the supplied
EphoxAction
instances.
- createStaticSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Create the static list of sub items for this action.
- CURRENT_ELEMENT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Updates the path to the current XML element.
- CursorChangeView - Interface in com.ephox.editlive.view
-
The interface to be implemented for views which wish the cursor to change when it is over them.
- CUSTOM_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
A custom action that has been raised.
- CUSTOM_INLINE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Apples a custom inline tag to the currently selected text.
- CUSTOM_INLINE_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that a Custom Inline tag is off at the current cursor position.
- CUSTOM_INLINE_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that a Custom Inline tag is on at the current cursor position.
- CUSTOM_PROPERTIES_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Indicates that a show custom properties dialog event should be fired.
- CustomImageView - Class in com.ephox.editlive.common
-
A basis for creating views based on an image.
- CustomImageView(Element) - Constructor for class com.ephox.editlive.common.CustomImageView
-
- CustomImageView(Element, boolean) - Constructor for class com.ephox.editlive.common.CustomImageView
-
- CustomTagBehaviour - Class in com.ephox.editlive.common
-
Allows tag behaviour to be overridden
- CustomTagBehaviour() - Constructor for class com.ephox.editlive.common.CustomTagBehaviour
-
- CustomTagController - Class in com.ephox.editlive.custom
-
This class provides methods for registering additional views and view rendering
to be used in conjunction with the ELJBean.
- CustomTagController() - Constructor for class com.ephox.editlive.custom.CustomTagController
-
- CustomTagData - Class in com.ephox.editlive.common
-
- CustomTagData(String, CustomTagType, Class<?>, Object, CustomTagBehaviour) - Constructor for class com.ephox.editlive.common.CustomTagData
-
Creates a new cutom tag data instance.
- CustomTagType - Enum in com.ephox.editlive.common
-
- CustomView - Interface in com.ephox.editlive.common
-
The interface implemented by custom views to make creating custom property dialogs easier.
- CUT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Cuts the currently selected text.
- EDIT_CUSTOM_TAG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Edits the selected custom tag.
- EDIT_MATHML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Edits the MathML equation at the caret position.
- EDIT_MEDIA_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
-
Opens the edit media dialog
- EDITOR_INITIALIZED - Static variable in class com.ephox.editlive.common.TextEvent
-
The notification that the editor has been initialized but the content is not necessarily loaded.
- EditorActions - Interface in com.ephox.editlive.view
-
A set of handy editing actions that EditLive!
- editorInitialized() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
-
This is where you want to perform all initialization actions that require the editor to be loaded.
- EditorMode - Enum in com.ephox.editlive.mode
-
- ElementInfo - Interface in com.ephox.editlive.model
-
Provides useful information about elements in the document.
- ElementNavigator - Interface in com.ephox.editlive.model
-
Assists with navigating between elements; methods are relative to the element it was created with.
- ELJBean - Class in com.ephox.editlive
-
A JavaBean interface to EditLive!.
- ELJBean() - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(boolean) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(String, String, int, int, URL) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a EditLive!
- ELJBean(String, String, int, int, URL, boolean) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(String, String, int, int, String) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(String, String, int, int, String, boolean) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(String, String, int, int, File) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(String, String, int, int, File, boolean) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ELJBean(String, String, int, int, Document, boolean) - Constructor for class com.ephox.editlive.ELJBean
-
Creates a standard EditLive!
- ENABLE_CHANGE_RENDERING_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
no longer supported
- ENABLE_IMAGE_RESAMPLING - Static variable in class com.ephox.editlive.common.TextEvent
-
Enables editor resampling images when retrieving the HTML source
- ENABLE_TRACK_CHANGES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Enable track changes on the document.
- ENABLE_UNDO - Static variable in class com.ephox.editlive.common.TextEvent
-
Reenables undo events.
- enableDebugging() - Static method in class com.ephox.editlive.util.LoggingUtils
-
Sets the log level to "http"
- enableDebugLogging() - Static method in class com.ephox.editlive.ELJBean
-
Turns on debug logging to assist with identifying problems.
- EnabledFilter - Interface in com.ephox.editlive.java2.editor.actionhandler
-
The interface for filters that control when
EphoxAction
s are enabled and disabled.
- EnableInTagFilter - Class in com.ephox.editlive.ephoxaction.filter
-
Automatically enables and disables when the cursor is inside (or has selected) the given tag.
- EnableInTagFilter(String) - Constructor for class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
-
- endElementPropertiesTransaction() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
End a properties transaction and add the operation to the manager.
- EphoxAction - Class in com.ephox.editlive.java2.editor.actionhandler
-
An extension of Action
that provides support for tracking selection and other useful settings.
- EphoxAction() - Constructor for class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- EphoxAction(String) - Constructor for class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Creates a new EphoxAction.
- EphoxAction(String, Icon) - Constructor for class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Creates a new EphoxAction.
- EphoxEditorPane - Class in com.ephox.editlive.view
-
Ephox has created a number of extensions to the standard JTextPane, extensions that are useful for Swing SDK development
are exposed here.
- EphoxEditorPane() - Constructor for class com.ephox.editlive.view.EphoxEditorPane
-
- EphoxTableModel<T> - Interface in com.ephox.editlive.model.table
-
Allows easy navigation of the complex HTML table model, handling colspan / rowspan details.
- equals(Object) - Method in class com.ephox.editlive.applet.JSFunctionCall
-
- equals(Object) - Method in class com.ephox.editlive.common.CustomTagData
-
- equals(Object) - Method in class com.ephox.editlive.common.TextEvent
-
- equals(Object) - Method in class com.ephox.editlive.custom.FileUploadError
-
- equals(Object) - Method in class com.ephox.editlive.custom.FileUploadResult
-
- equals(Object) - Method in class com.ephox.editlive.custom.FileUploadSuccess
-
- equals(Object) - Method in class com.ephox.editlive.data.Range
-
- equals(Object) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
-
- equals(Object) - Method in class com.ephox.editlive.http.manager.NameValuePair
-
- equals(Object) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Compares for equality.
- equals(Object) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- error(Object) - Method in interface com.ephox.apache.commons.logging.Log
-
Log a message with error log level.
- error(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
-
Log an error with error log level.
- error(FileUploadErrorType, String) - Static method in class com.ephox.editlive.custom.FileUploadResult
-
Creates a FileUploadResult for failed uploads.
- error(FileUploadErrorType) - Static method in class com.ephox.editlive.custom.FileUploadResult
-
Creates a FileUploadResult with an empty error message ("") for failed uploads.
- errorIfObjectIsNull(Object, Object) - Method in interface com.ephox.apache.commons.logging.Log
-
- ErrorReporter - Class in com.ephox.editlive.plugins
-
Simple class to display error messages.
- ErrorReporter() - Constructor for class com.ephox.editlive.plugins.ErrorReporter
-
- EventBroadcaster - Interface in com.ephox.editlive.plugins
-
Central location for listening to and broadcasting editor events.
- EventListener - Interface in com.ephox.editlive.common
-
Used to receive events from EditLive!.
- excludeRemovedWords(int, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Retrieves text with track changes hidden regardless of the current state
- excludeRemovedWords(int, String) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Retrieves text with track changes hidden regardless of the current state
- exists(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
Determine if a parameter was set on the applet.
- GenericEnabledFilter - Class in com.ephox.editlive.ephoxaction.filter
-
Automatically enables and disables based on listening for
TextEvent
events.
- GenericEnabledFilter(int, int, boolean) - Constructor for class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
-
Creates a new GenericEnabledFilter.
- GenericEnabledFilter(int, String, String, boolean) - Constructor for class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
-
Creates a new GenericEnabledFilter which only uses one event, instead looking at the extra object value to decide when to enable and disable.
- get(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
- get(URL) - Method in interface com.ephox.editlive.http.manager.HttpManager
-
Sends a GET request.
- get(URL, List<NameValuePair>) - Method in interface com.ephox.editlive.http.manager.HttpManager
-
Sends a GET request.
- get(int, int) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
Returns the object at the specified display row and column.
- GET_BODY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- GET_BOOKMARK_LIST - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- GET_CHARACTER_COUNT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- GET_CURRENT_FILE - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Return the URL of the current file.
- GET_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- GET_HYPERLINK_AT_CURSOR - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Returns the hyperlink under the cursor
- GET_SELECTED_TEXT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Returns the currently selected text
- GET_STYLES - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- GET_WORD_AT_CURSOR - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Returns the word under the cursor
- GET_WORD_COUNT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- GET_XML_NODE_VALUE - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- getAction(String) - Method in class com.ephox.editlive.custom.ActionController
-
Get the action with the specified name.
- getAction(Map<String, String>) - Method in class com.ephox.editlive.custom.ActionController
-
Get an action and override existing settings.
- getAction(String) - Method in class com.ephox.editlive.ELJBean
-
- getAction(Map<String, String>) - Method in class com.ephox.editlive.ELJBean
-
- getActionCommand() - Method in class com.ephox.editlive.common.TextEvent
-
- getActionController() - Method in class com.ephox.editlive.ELJBean
-
NOTE: This method must not be called before the editor has finished loading.
- getActionListeners() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Get the list of action listeners added to this action
- getAllCells() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
Flattens the cells into a single collection, in HTML order (one row at a time).
- getAllChildItems() - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Get the list of all child ConfigItems.
- getAllocation() - Method in interface com.ephox.editlive.view.ViewInfo
-
- getAncestorWithTag(HTML.Tag) - Method in interface com.ephox.editlive.model.ElementNavigator
-
Finds a parent element matching the given tag.
- getAppletDownloadDirectory() - Method in class com.ephox.editlive.ELJBean
-
- getAppletParameters() - Method in class com.ephox.editlive.ELJBean
-
- getArray(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
Splits a parameter value on the '|' character and returns the resulting array
- getArray(String, String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
Uses String.split(String)
to split a parameter value with the given regular expression
- getAttribute(CSS.Attribute) - Method in interface com.ephox.editlive.view.LiteralAttributeSet
-
- getAttributeAsInt(HTML.Attribute) - Method in interface com.ephox.editlive.model.ElementInfo
-
Parses a specific attribute as an int.
- getAttributeMap(Map<String, ?>) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Returns a Map
of the attributes to be used in the A tag.
- getAttributeMap(Map<String, ?>) - Method in interface com.ephox.editlive.custom.ImageDialogComponent
-
Returns a Map
of the attributes to be used in the IMG tag.
- getAttributesAsString() - Method in interface com.ephox.editlive.model.ElementInfo
-
- getAuthor() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Get the name of the user that performed this operation.
- getBackground() - Method in class com.ephox.editlive.view.AView
-
Return null here to stop the JRE painting the background color.
- getBaseURL() - Method in class com.ephox.editlive.ELJBean
-
Returns the Base URL used for loading resources (e.g. images, stylesheets) referenced with a
relative URL.
- getBaseURL() - Method in interface com.ephox.editlive.model.DocumentManager
-
- getBasicManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
-
- getBean() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
-
- getBehaviour() - Method in class com.ephox.editlive.common.CustomTagData
-
Returns the behaviour to use for this tag.
- getBody() - Method in class com.ephox.editlive.ELJBean
-
Returns the body of HTML document currently in the Editor.
- getBody(boolean) - Method in class com.ephox.editlive.ELJBean
-
Returns the body of HTML document currently in the Editor.
- getBodyElement() - Method in interface com.ephox.editlive.model.DocumentManager
-
- getBoolean(String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
- getBoolean(String, boolean) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
Uses Boolean.valueOf(String)
to parse the parameter value.
- getBreakWeight(int, float, float) - Method in class com.ephox.editlive.view.AView
-
if we're in a paragraph and have nowrap set, check if the flowspan we're in wants to break us at it's end point.
- getButtonImage() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Returns the image to be displayed in the repository selection toggle button.
- getButtonImage() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
-
Returns the image to be displayed in the repository selection toggle button.
- getButtonText() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Returns the text to be displayed in the repository selection toggle button.
- getButtonText() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
-
Returns the text to be displayed in the repository selection toggle button.
- getCacheDir() - Method in interface com.ephox.cache.CacheManager
-
- getCacheManager() - Method in class com.ephox.editlive.ELJBean
-
- getCaret() - Method in interface com.ephox.editlive.view.selection.SelectionManager
-
Wrapper to JTextComponent.getCaret()
.
- getCellCount() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
- getCellsAtCursor() - Method in interface com.ephox.editlive.view.selection.SelectionManager
-
Returns a collection of all cells at the cursor.
- getCharacterCount() - Method in class com.ephox.editlive.ELJBean
-
Retrieves the number of characters within the document.
- getCharacterElement(int) - Method in interface com.ephox.editlive.model.DocumentManager
-
Wrapper method to DefaultStyledDocument.getCharacterElement(int)
.
- getCharset() - Method in interface com.ephox.editlive.http.HttpResponse
-
- getCharset() - Method in interface com.ephox.editlive.model.DocumentManager
-
- getChildItems(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Get the list of child ConfigItems with the specified name.
- getColorForUser(String) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Get the color to use to render changes by author.
- getColorForUser(Operation) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Get the color to use to render changes by an operation.
- getConfig() - Method in class com.ephox.editlive.ELJBean
-
Gets the root node of the EditLive!
- getConfigurationDOM() - Method in class com.ephox.editlive.ELJBean
-
Returns the DOM being used for the configuration of this bean.
- getConfigurationFile() - Method in class com.ephox.editlive.ELJBean
-
Returns the Configuration File.
- getConfigurationText() - Method in class com.ephox.editlive.ELJBean
-
Returns the String version of the Configuration Text.
- getConfigurationURL() - Method in class com.ephox.editlive.ELJBean
-
Returns the String version of the Configuration URL.
- getCookie() - Method in class com.ephox.editlive.ELJBean
-
Returns the cookie that will be sent with HTTP requests.
- getCurrentFile() - Method in class com.ephox.editlive.ELJBean
-
Returns the file currently being edited.
- getCurrentURL() - Method in class com.ephox.editlive.ELJBean
-
Retrieves the last saved or opened URL.
- getCursorFor(MouseEvent, int, Point, Rectangle) - Method in interface com.ephox.editlive.view.ViewAnnotation
-
Allows the annotation to override the mouse cursor at certain points in the view.
- getCursorForView() - Method in interface com.ephox.editlive.view.CursorChangeView
-
Called when the mouse cursor moves over the view.
- getCustomTagBehaviour(String) - Method in class com.ephox.editlive.custom.CustomTagController
-
Returns the behaviour object for a previously defined tag.
- getCustomTagContent(String) - Method in class com.ephox.editlive.ELJBean
-
Returns the value associated with a specified custom tag.
- getCustomTagController() - Method in class com.ephox.editlive.ELJBean
-
NOTE: This method must not be called before the editor has finished loading.
- getCustomTags() - Method in class com.ephox.editlive.custom.CustomTagController
-
Returns the map of custom tag ids to custom tags.
- getCustomViews() - Method in class com.ephox.editlive.custom.CustomTagController
-
Returns the map of tag names to CustomTagData objects for all currently registered
custom tags.
- getDataFromCache(URL) - Method in interface com.ephox.cache.CacheManager
-
Returns the locally cached data for a URL
- getDate() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Get the date / time for this operation.
- getDeclaredCustomTag(String) - Method in class com.ephox.editlive.custom.CustomTagController
-
Finds an object reference to a previously declared custom tag.
- getDeclaredCustomTag(String) - Method in interface com.ephox.editlive.model.DocumentManager
-
- getDescription() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Retrieves a human readable, internationalized description of this operation.
- getDisplayColumns() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
Get the number of display columns in the table.
- getDisplayRows() - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
Get the number of display rows in the table.
- getDocument() - Method in class com.ephox.editlive.ELJBean
-
Returns the content of the HTML document.
- getDocument(boolean) - Method in class com.ephox.editlive.ELJBean
-
Returns the content of the HTML document.
- getDocument() - Method in interface com.ephox.editlive.model.DocumentManager
-
Wrapper method to JTextComponent.getDocument()
.
- getDocumentManager() - Method in class com.ephox.editlive.ELJBean
-
- getDocumentModifier() - Method in class com.ephox.editlive.ELJBean
-
Retrieves the document modifier.
- getDownloadDirectory() - Method in class com.ephox.editlive.ELJBean
-
For swing applications using the ELJBean: by default returns current working dir as a file URL.
- getEditorActions() - Method in class com.ephox.editlive.ELJBean
-
- getEditorMode() - Method in class com.ephox.editlive.ELJBean
-
- getEditorPane() - Method in class com.ephox.editlive.ELJBean
-
Returns the Design View Editor Pane.
- getEditorPane() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
-
- getElement() - Method in interface com.ephox.editlive.common.CustomView
-
Returns the element represented by this view.
- getElement(int, int) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
Returns the table element at the specified display row and column.
- getElementAtBeginningOfSelection() - Method in interface com.ephox.editlive.view.selection.SelectionManager
-
- getElementById(String) - Method in interface com.ephox.editlive.model.DocumentManager
-
Wrapper method to HTMLDocument.getElement(String)
.
- getElementInfo(Element) - Method in interface com.ephox.editlive.model.DocumentManager
-
- getElementNavigator(Element) - Method in interface com.ephox.editlive.model.DocumentManager
-
- getEnabledFilters() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Get the list of enabled filters that have been added to this action.
- getEnd() - Method in class com.ephox.editlive.data.Range
-
- getEndAffectedRange() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Get the end of the affected range for this operation.
- getEphoxDir() - Method in interface com.ephox.cache.CacheManager
-
Path to the directory where EditLive!
- getEphoxRegistry() - Method in class com.ephox.editlive.ELJBean
-
- getError() - Method in class com.ephox.editlive.custom.FileUploadResult
-
- getEventBroadcaster() - Method in class com.ephox.editlive.ELJBean
-
- getExtraAttributes() - Method in class com.ephox.editlive.custom.FileUploadSuccess
-
Returns additional attributes.
- getExtraData() - Method in class com.ephox.editlive.common.CustomTagData
-
Returns the extra data to pass into the views for tags of this type.
- getExtraInt() - Method in class com.ephox.editlive.common.TextEvent
-
- getExtraObject() - Method in class com.ephox.editlive.common.TextEvent
-
- getExtraString() - Method in class com.ephox.editlive.common.TextEvent
-
- getFilter() - Method in class com.ephox.editlive.ELJBean
-
Get the filter that will be applied to content on the way in and out of the editor.
- getFirstChildElementByTag(Element, HTML.Tag) - Method in interface com.ephox.editlive.model.DocumentManager
-
- getFirstChildItem(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Gets the first child ConfigItem with the specified name.
- getFirstChildItemWithSetting(String, String, String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Retrieves the first child item with the given name, that has the given value for a setting.
- getFirstFilter() - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
-
Deprecated.
- getFont() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- getFunctionName() - Method in class com.ephox.editlive.applet.JSFunctionCall
-
- getFunctionParameters() - Method in class com.ephox.editlive.applet.JSFunctionCall
-
- getGlobalLocale() - Static method in class com.ephox.editlive.ELJBean
-
- getHeaders() - Method in class com.ephox.editlive.custom.HTTPHeaders
-
Returns the the header List.
- getHTMLPane() - Method in class com.ephox.editlive.ELJBean
-
- getHttpFactory() - Method in class com.ephox.editlive.ELJBean
-
- getHttpUrlCallback() - Method in class com.ephox.editlive.ELJBean
-
Gets the HTTPUrlCallback object to call into before making an
http request to allow for user controlled redirects.
- getHyperlinkAtCursor() - Method in class com.ephox.editlive.ELJBean
-
Returns the currently selected hyperlink object or the selected text if
there is not a hyperlink at the cursor.
- getIcon() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- getImage(URL) - Method in interface com.ephox.editlive.http.manager.image.HttpImageManager
-
Downloads an image.
- getImageAsync(URL, ImageCallback) - Method in interface com.ephox.editlive.http.manager.image.HttpImageManager
-
Downloads an image asynchronously.
- getImageElement() - Method in interface com.ephox.editlive.model.ImageManager
-
- getImageManager() - Method in class com.ephox.editlive.ELJBean
-
- getImageManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
-
- getImageURL() - Method in class com.ephox.editlive.common.CustomImageView
-
Get the url for the image.
- getInputStream() - Method in interface com.ephox.editlive.http.HttpResponse
-
Returns the input stream for this response.
- getInputStream(URL) - Method in interface com.ephox.editlive.http.manager.inputstream.HttpInputStreamManager
-
Downloads and caches a URL as an InputStream.
- getInputStreamManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
-
- getInsideAllocation() - Method in interface com.ephox.editlive.view.ViewInfo
-
- getJarFile(URL) - Method in interface com.ephox.editlive.http.manager.jar.HttpJarManager
-
Downloads jar file from the specified URL, as a JarFile
- getJarManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
-
- getJComponent() - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Returns the JComponent to display when this HyperlinkDialogComponent is selected.
- getJComponent() - Method in interface com.ephox.editlive.custom.ImageDialogComponent
-
Returns the JComponent to display when this ImageDialogComponent is selected.
- getLengthDelta() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Get the change in length of the document after this operation was applied.
- getLinkFieldText() - Method in interface com.ephox.editlive.custom.HyperlinkDialog
-
Allows the link src to be directly controlled by a HyperlinkDialogComponent
.
- getLiteralAttributeSet(View) - Method in interface com.ephox.editlive.view.ViewManager
-
Provides access to view attributes as raw strings.
- getLoadTimeErrorMessage() - Method in class com.ephox.editlive.ELJBean
-
Checks for a load-time error message that may have displayed to the user.
- getLocale() - Method in class com.ephox.editlive.ELJBean
-
- getLocalFilesWithAttributes(Map<HTML.Tag, HTML.Attribute>) - Method in interface com.ephox.editlive.model.ImageManager
-
Find all elements that have local files to upload matching a given pattern
- getLocalId() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Get the local ID for this operation.
- getLog(Class<?>) - Static method in class com.ephox.apache.commons.logging.LogFactory
-
Return a named logger, relying on the log architecture to handle the factory instance
- getMaximumSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
-
- getMenuAction(String) - Method in class com.ephox.editlive.custom.ActionController
-
Returns the first menu whose name matches the given name, or null if none match.
- getMenuBar() - Method in class com.ephox.editlive.ELJBean
-
Returns the menubar for this bean, or null if no menubar is set.
- getMessage() - Method in class com.ephox.editlive.custom.FileUploadError
-
Returns error message.
- getMinimumSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
-
- getMouseListenerList() - Method in class com.ephox.editlive.view.EphoxEditorPane
-
- getMouseMotionListenerList() - Method in class com.ephox.editlive.view.EphoxEditorPane
-
- getName() - Method in class com.ephox.editlive.http.manager.NameValuePair
-
- getName() - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Retrieves the name of this item.
- getOperation() - Method in class com.ephox.editlive.java2.editor.operation.OperationEvent
-
Get the operation that changed state, or null
if multiple operations changed.
- getOperationCount() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Get the number of operations that are currently being tracked.
- getOperationManager() - Method in class com.ephox.editlive.ELJBean
-
Gets the track changes operation manager.
- getOperationManager() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Returns the operation manager that this modifier's operations are tracked in.
- getOperations() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Get the operations currently being tracked by this operation manager.
- getOperationsInRange(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Get the list of operations that affect the specified range.
- getOperationsToRenderInRange(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Get the list of operations that affect the rendering in the specified range.
- getOr(String, String) - Method in interface com.ephox.editlive.applet.parameters.Parameters
-
- getOutputCharacterSet() - Method in class com.ephox.editlive.ELJBean
-
Retrieves the character set that content should be output in.
- getParagraphElement(int) - Method in interface com.ephox.editlive.model.DocumentManager
-
Wrapper method to DefaultStyledDocument.getParagraphElement(int)
.
- getPasteFilter() - Method in class com.ephox.editlive.ELJBean
-
- getPasteFilters() - Method in class com.ephox.editlive.ELJBean
-
Get the list of paste filters.
- getPreferredSpan(int) - Method in class com.ephox.editlive.common.CustomImageView
-
- getPreviousSibling() - Method in interface com.ephox.editlive.model.ElementNavigator
-
Finds the previous sibling of this element in its parent.
- getProperty(String) - Method in interface com.ephox.registry.Registry
-
Returns the value for a given property name.
- getReadableDate(Date) - Static method in class com.ephox.date.DateUtils
-
Format a Date object into a human readable string using the locale default formatter.
- getReadOnly() - Method in class com.ephox.editlive.ELJBean
-
Get the read-only state of the bean
- getRequestHeaders(String) - Method in interface com.ephox.editlive.custom.HTTPRequestCallback
-
- getResponseBody() - Method in interface com.ephox.editlive.http.HttpResponse
-
- getResponseCode() - Method in interface com.ephox.editlive.http.HttpResponse
-
- getResponseHeader(String) - Method in interface com.ephox.editlive.http.HttpResponse
-
Get a specific HTTP header value.
- getResponseHeaderNames() - Method in interface com.ephox.editlive.http.HttpResponse
-
Get the name of all of the HTTP headers.
- getResponseHeaders(String) - Method in interface com.ephox.editlive.http.HttpResponse
-
Get all values for a specific HTTP header name.
- getResponseMessage() - Method in interface com.ephox.editlive.http.HttpResponse
-
The status line message returned by the server.
- getReturnBodyOnly() - Method in interface com.ephox.editlive.model.DocumentManager
-
- getScreenTip() - Method in interface com.ephox.editlive.custom.HyperlinkDialog
-
Returns the value of the screen tip field
- getScrollPane() - Method in class com.ephox.editlive.ELJBean
-
Returns the visible area of the editor
- getSecondFilter() - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
-
Deprecated.
- getSelectedCells() - Method in interface com.ephox.editlive.view.selection.SelectionManager
-
- getSelectedElements() - Method in interface com.ephox.editlive.view.selection.SelectionManager
-
Returns all selected elements.
- getSelectedText() - Method in class com.ephox.editlive.ELJBean
-
Returns the currently selected text, including the html tags surrounding
the text.
- getSelectionManager() - Method in class com.ephox.editlive.ELJBean
-
- getSetting(String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Gets the value of an attribute for this config item.
- getSettingAsBoolean(String, boolean) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Retrieve the value of a setting as a boolean.
- getSettingFromFirstChildItem(String, String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
A short cut to retrieve the first child item with the name childName and return a particular setting from
it.
- getSettings() - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Get a map containing all attribute name/value pairs for this item.
- getSpellerLocale() - Method in class com.ephox.editlive.ELJBean
-
Gets the locale used by the spell checker to resolve dictionaries when no jar url is specified in the configuration.
- getStart() - Method in class com.ephox.editlive.data.Range
-
- getStartAffectedRange() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Get the start of the affected range for this operation.
- getString(URL) - Method in interface com.ephox.editlive.http.manager.text.HttpTextManager
-
Downloads plain text from the specified URL.
- getString(int) - Method in class com.ephox.editlive.plugins.Translator
-
Resolves a specific string using algorithms detailed in the class header.
- getString(int, String...) - Method in class com.ephox.editlive.plugins.Translator
-
- getStyleManager() - Method in class com.ephox.editlive.ELJBean
-
- getStyles() - Method in class com.ephox.editlive.ELJBean
-
Gets additional CSS styles being used by EditLive!.
- getStyles() - Method in interface com.ephox.editlive.model.DocumentManager
-
- getSubItems() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Get the sub items for this action.
- getSuccess() - Method in class com.ephox.editlive.custom.FileUploadResult
-
- getTableAncestor(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
Finds a table parent.
- getTableCellAncestor(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
Finds a table cell parent.
- getTableManager() - Method in class com.ephox.editlive.ELJBean
-
- getTableManager() - Method in interface com.ephox.editlive.model.DocumentManager
-
- getTableModel(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
Creates an EphoxTableModel from the supplied element.
- getTableModel(View) - Method in interface com.ephox.editlive.model.table.TableManager
-
Creates an EphoxTableModel from the supplied view.
- getTag() - Method in interface com.ephox.editlive.model.ElementInfo
-
- getTagAttributes() - Method in interface com.ephox.editlive.common.CustomView
-
Returns the attributes for the tag as a Map.
- getTagName() - Method in class com.ephox.editlive.common.CustomTagData
-
Returns the name of the tag.
- getTagName() - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
-
- getText() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- getTextManager() - Method in interface com.ephox.editlive.http.manager.HttpManagerFactory
-
- getTextPane() - Method in class com.ephox.editlive.ELJBean
-
Get the JTextComponent used for the code view.
- getToolBar() - Method in class com.ephox.editlive.ELJBean
-
Returns the toolbar for this bean.
- getToolbarFactory() - Method in class com.ephox.editlive.ELJBean
-
- getToolbarFromConfigItem(ConfigItem) - Method in class com.ephox.editlive.custom.ActionController
-
Returns a representation of
EphoxAction
's on a toolbar.
- getToolTipText(Point, Rectangle) - Method in interface com.ephox.editlive.view.ViewAnnotation
-
Allows the annotation to display a tooltip.
- getType() - Method in class com.ephox.editlive.common.CustomTagData
-
Returns the type of the tag.
- getType() - Method in class com.ephox.editlive.custom.FileUploadError
-
- getType() - Method in class com.ephox.editlive.java2.editor.operation.OperationEvent
-
Get the type of change that occurred.
- getUnregisteredCustomTagExtraData() - Method in class com.ephox.editlive.custom.CustomTagController
-
- getUnregisteredCustomTagView() - Method in class com.ephox.editlive.custom.CustomTagController
-
- getURL() - Method in class com.ephox.editlive.custom.FileUploadSuccess
-
Returns URL of uploaded file.
- getUsername() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Returns the current user name.
- getValue() - Method in class com.ephox.editlive.http.manager.NameValuePair
-
- getVersion() - Static method in class com.ephox.editlive.ELJBean
-
Returns the version number of EditLive!.
- getVersionManager() - Method in class com.ephox.editlive.ELJBean
-
- getView() - Method in interface com.ephox.editlive.view.ViewInfo
-
- getViewAllocationAt(int) - Method in interface com.ephox.editlive.view.ViewManager
-
- getViewAllocationFor(View) - Method in interface com.ephox.editlive.view.ViewManager
-
- getViewAllocationFor(Element) - Method in interface com.ephox.editlive.view.ViewManager
-
- getViewAnnotationsForTag(String) - Method in class com.ephox.editlive.custom.CustomTagController
-
Retrieves the list of
ViewAnnotation
registered against the specified tag.
- getViewAt(int) - Method in interface com.ephox.editlive.view.ViewManager
-
Leaf View at the given document position
- getViewAtPoint(Point) - Method in interface com.ephox.editlive.view.ViewManager
-
- getViewClass() - Method in class com.ephox.editlive.common.CustomTagData
-
Returns the view to use for this tag.
- getViewIndexInParent(View) - Method in interface com.ephox.editlive.view.ViewManager
-
- getViewInfo(Element) - Method in interface com.ephox.editlive.view.ViewManager
-
- getViewManager() - Method in class com.ephox.editlive.ELJBean
-
- getWordAtCursor() - Method in class com.ephox.editlive.ELJBean
-
Returns the current word that the cursor is in.
- getWordCount() - Method in class com.ephox.editlive.ELJBean
-
Retrieves the number of words within the document.
- getXMLDate(Date) - Static method in class com.ephox.date.DateUtils
-
Format a Date object into a string using the format yyyy-MM-dd'T'HH:mm:ssZ
.
- getXMLString(URL) - Method in interface com.ephox.editlive.http.manager.text.HttpTextManager
-
Downloads an XML file.
- GRIDLINES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggle on/off the display of table girdlines.
- ID - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
The "name" attribute specified in the configuration file.
- idExistsInDocument(String) - Method in interface com.ephox.editlive.model.DocumentManager
-
- IMAGE_LOADED - Static variable in class com.ephox.editlive.common.TextEvent
-
Fires when an image is first loaded or something causes it to be resized
- IMAGE_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Displays the image properties dialog.
- IMAGE_RESIZED - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that an image has just been resized.
- ImageCallback - Interface in com.ephox.editlive.http.manager.image
-
Allows the HttpManager to notify to interested objects when an image has finished downloading.
- ImageDialog - Interface in com.ephox.editlive.custom
-
An interface that can be used by custom image dialog components to call back
into the standard image dialog.
- ImageDialogComponent - Interface in com.ephox.editlive.custom
-
Interface for all custom components to be used in the standard insert image dialog.
- imageLoaded(Image, boolean) - Method in interface com.ephox.editlive.http.manager.image.ImageCallback
-
Indicates that the image has been loaded.
- ImageManager - Interface in com.ephox.editlive.model
-
Useful methods for handling images in the editor.
- IMPORT_WORD_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent
-
Import a word document from the filesystem
- IN_BOOKMARK_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the caret has been placed inside a hyperlink.
- IN_CHANGE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the current caret position is within an unaccepted change to the document.
- IN_DIV_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
no longer used.
- IN_EDITABLE_CONTENT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the caret is positioned within editable content.
- IN_EMBED - Static variable in class com.ephox.editlive.common.TextEvent
-
Fired when the selection is in or on an embed element
- IN_FORM - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a form.
- IN_FORM_FIELD - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a form field.
- IN_HYPERLINK_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the caret has been placed inside a hyperlink.
- IN_MEDIA_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Fired when a supported media type is selected
- IN_TABLE - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that the caret is within a table.
- IN_XHTML_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- INDENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Indents the current selection.
- info(Object) - Method in interface com.ephox.apache.commons.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface com.ephox.apache.commons.logging.Log
-
Log an error with info log level.
- init() - Method in class com.ephox.editlive.ELJBean
-
Initializes the bean.
- InlineToolbar - Interface in com.ephox.editlive.ephoxaction.toolbar
-
Toolbar that renders inside the editor, attaching itself to elements.
- INSERT_AND_EDIT_INLINE_TAG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Insert an inline tag and immediately trigger a custom properties dialog for it.
- INSERT_BUTTON_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new BUTTON INPUT element
- INSERT_CELL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a table cell.
- INSERT_CHECKBOX_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new CHECKBOX INPUT element
- INSERT_COLUMN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
- INSERT_COLUMN_LEFT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a table column to the left of the current selection.
- INSERT_COLUMN_RIGHT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a table column to the right of the current selection.
- INSERT_COMMENT - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts an HTML comment.
- INSERT_DATE_TIME_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Opens the Insert Date and Time dialog.
- INSERT_ELEMENT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- INSERT_ELEMENT_AFTER_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- INSERT_ELEMENT_BEFORE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- INSERT_FILE_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new FILE INPUT element
- INSERT_FORM_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new FORM element if the caret is not currently positioned within an existing FORM
- INSERT_HIDDEN_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new HIDDEN INPUT element
- INSERT_HR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a horizontal rule.
- INSERT_HTML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Insert HTML at the caret position.
- INSERT_HYPERLINK_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Insert a hyperlink at the caret position.
- INSERT_IMAGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts an image.
- INSERT_IMAGE_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new IMAGE INPUT element
- INSERT_INLINE_TAG_ACTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Inserts an inline tag around the current selection.
- INSERT_LOCAL_IMAGE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a local image.
- INSERT_MATHML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a MathML equation at the current caret position.
- INSERT_MEDIA_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
-
Opens the insert media dialog
- INSERT_OBJECT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Show the insert object dialog to allow the user to insert an object tag.
- INSERT_PASSWORD_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new PASSWORD INPUT element
- INSERT_RADIO_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new RADIO INPUT element
- INSERT_RESET_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new RESET INPUT element
- INSERT_ROW_ABOVE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a table row above the current selection.
- INSERT_ROW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
- INSERT_ROW_BELOW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a table row below the current selection.
- INSERT_ROW_COLUMN_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Displays the insert row/column dialog.
- INSERT_SELECT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new SELECT INPUT element
- INSERT_SUBMIT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new SUBMIT INPUT element
- INSERT_SYMBOL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a symbol at the caret position.
- INSERT_TABLE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a table.
- INSERT_TABLE_WIZARD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Insert a table with a specified number of rows and columns.
- INSERT_TEXT_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new TEXT INPUT element
- INSERT_TEXTAREA_FIELD_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Inserts a new TEXTAREA INPUT element
- insertHtml(int, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Inserts a HTML fragment into the document.
- insertHtml(int, String, HTML.Tag, Element) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Insert a HTML fragment into the document.
- insertHTMLAtCursor(String) - Method in class com.ephox.editlive.ELJBean
-
Inserts the specified html at the current caret position.
- insertString(int, AttributeSet, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Inserts a plain text string into the document with the specified formatting applied.
- IS_CUSTOM_TAG_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the caret has been placed on an image or that only an image is selected.
- IS_DIRTY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Returns the isDirty value to the browser when using the ELJ applet
- IS_HR_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the selection is a HR.
- IS_IMAGE_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the caret has been placed on an image or that only an image is selected.
- IS_LIST_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the caret has been placed in a list.
- IS_MATHML_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the selection is a MathML element.
- IS_OBJECT_UPDATE - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that the selection is an object.
- IS_VALID - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- isApplied() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Determine if this operation has been applied or not.
- isATable(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
- isATableCell(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
- isATableRow(Element) - Method in interface com.ephox.editlive.model.table.TableManager
-
- isBookmark() - Method in class com.ephox.editlive.view.AView
-
- isBreakOutOfInlineTag() - Method in class com.ephox.editlive.common.CustomTagBehaviour
-
- isCached(URL) - Method in interface com.ephox.cache.CacheManager
-
Determine if data for a URL is available in the local cache
- isCrippled() - Method in class com.ephox.editlive.ELJBean
-
Determines whether or not functionality has been restricted.
- isDebugEnabled() - Method in interface com.ephox.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isDirty() - Method in class com.ephox.editlive.ELJBean
-
Returns true if the content in the editor has been changed.
- isDottedUnderlinePainted() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Whether or not the user color is painted as a dotted underline instead of changing the text color.
- isEditorRunningAsApplet() - Method in class com.ephox.editlive.ELJBean
-
- isElementSelectionMode() - Method in interface com.ephox.editlive.view.selection.SelectionManager
-
Checks if the caret is in Element selection mode, which is required for element-based methods in this class.
- isEmpty() - Method in class com.ephox.collections.CaseInsensitiveSet
-
- isEnabled() - Method in class com.ephox.editlive.ephoxaction.filter.EnableInTagFilter
-
- isEnabled() - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
-
The current state of the filter.
- isEnabled() - Method in class com.ephox.editlive.ephoxaction.filter.OrEnabledFilter
-
- isEnabled() - Method in interface com.ephox.editlive.java2.editor.actionhandler.EnabledFilter
-
Calculate whether or not this filter will allow the action to be enabled.
- isEnabled() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
- isEnabled() - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
-
- isErrorEnabled() - Method in interface com.ephox.apache.commons.logging.Log
-
Is error logging currently enabled?
- isFatalEnabled() - Method in interface com.ephox.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isFilled(int, int) - Method in interface com.ephox.editlive.model.table.EphoxTableModel
-
Determine if the specified display cell is filled.
- isHandled() - Method in class com.ephox.editlive.common.TextEvent
-
- isHeadIncluded() - Method in interface com.ephox.editlive.model.DocumentManager
-
Deprecated.
now always returns true.
- isInfoEnabled() - Method in interface com.ephox.apache.commons.logging.Log
-
Is info logging currently enabled?
- isInitFinished() - Method in class com.ephox.editlive.ELJBean
-
Checks if the bean init state has been updated after the LOADING_COMPLETE event has fired
- isJava4() - Method in interface com.ephox.version.VersionManager
-
Deprecated.
Java 4 is no longer supported.
- isJava4OrAbove() - Method in interface com.ephox.version.VersionManager
-
Deprecated.
Java 4 is no longer supported.
- isJava5() - Method in interface com.ephox.version.VersionManager
-
Deprecated.
Java 5 is no longer supported.
- isJava5OrAbove() - Method in interface com.ephox.version.VersionManager
-
Deprecated.
Java 5 is no longer supported.
- isJava6() - Method in interface com.ephox.version.VersionManager
-
- isJava6OrAbove() - Method in interface com.ephox.version.VersionManager
-
Deprecated.
Java 5 is no longer supported.
- isJava7() - Method in interface com.ephox.version.VersionManager
-
- isJava7OrAbove() - Method in interface com.ephox.version.VersionManager
-
- isLicensedForEnterpriseEdition(boolean) - Method in class com.ephox.editlive.ELJBean
-
Checks if the editor is enabled for Enterprise Edition features, with the option to begin the Enterprise Edition trial.
- isLinux() - Method in interface com.ephox.version.VersionManager
-
Since ELJ 9.0.3.186
- isListItemSymbolPainted() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Whether or not the user color is painted as a list item symbol instead of changing the text color.
- isMac() - Method in interface com.ephox.version.VersionManager
-
- isMacOsX5OrAbove() - Method in interface com.ephox.version.VersionManager
-
- isMacOsX6OrAbove() - Method in interface com.ephox.version.VersionManager
-
- isMenuEmbedded() - Method in class com.ephox.editlive.ELJBean
-
Determines whether or not the menubar is currently embedded in the bean.
- isNotModified() - Method in interface com.ephox.editlive.http.HttpResponse
-
- isRaiseEventAction(String) - Method in class com.ephox.editlive.common.TextEvent
-
- isRaiseEventAction(TextEvent, String) - Static method in class com.ephox.editlive.common.TextEvent
-
- isRemoved(int, int) - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Determine if all content in the specified range is marked as removed.
- isScriptTag() - Method in interface com.ephox.editlive.model.ElementInfo
-
- isSection(HTML.Tag) - Static method in enum com.ephox.editlive.model.html.SectionTag
-
- isSection(Element) - Static method in enum com.ephox.editlive.model.html.SectionTag
-
- isSelected() - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Get whether or not the action is selected (ie: toggled on).
- isStrikeThrough() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Whether or not this operation should be rendered with a strike through.
- isSuccess() - Method in class com.ephox.editlive.custom.FileUploadResult
-
Checks if result is success.
- isToolBarEmbedded() - Method in class com.ephox.editlive.ELJBean
-
Determines whether or not the toolbar is currently embedded in the bean.
- isTraceEnabled() - Method in interface com.ephox.apache.commons.logging.Log
-
Is trace logging currently enabled?
- isTrackChangesEnabled() - Method in interface com.ephox.editlive.java2.editor.operation.OperationManager
-
Returns whether or not changes are currently being tracked.
- isUnderline() - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Whether or not this operation should be rendered with an underline.
- isUnknownCustomTag() - Method in interface com.ephox.editlive.model.ElementInfo
-
- isVersionRightForPlugin(String, String) - Method in interface com.ephox.version.VersionManager
-
Allows plugins to specify a minimum version of EditLive!
- isVisible() - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
-
- isVistaOrHigher() - Method in interface com.ephox.version.VersionManager
-
- isWarnEnabled() - Method in interface com.ephox.apache.commons.logging.Log
-
Is warning logging currently enabled?
- isWindows() - Method in interface com.ephox.version.VersionManager
-
- ITALIC_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Italicises the currently selected text.
- ITALIC_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that italic is off at the current cursor position.
- ITALIC_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that italic is on at the current cursor position.
- iterator() - Method in class com.ephox.collections.CaseInsensitiveSet
-
- IWWCM_DOMINO_FILE - Static variable in class com.ephox.editlive.common.TextEvent
-
- IWWCM_DOMINO_HYPERLINK - Static variable in class com.ephox.editlive.common.TextEvent
-
- IWWCM_DOMINO_IMAGE - Static variable in class com.ephox.editlive.common.TextEvent
-
- IWWCM_HYPERLINK_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
-
Calls to JavaScript to launch the IWWCM 6.0 Insert Hyperlink Dialog
- IWWCM_IMAGE_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
-
Calls to JavaScript to launch the IWWCM 6.0 Insert Image Dialog
- SafeLoadingPlugin - Class in com.ephox.editlive.plugins
-
An abstract base class useful for creating a plugin.
- SafeLoadingPlugin(ELJBean, String, String) - Constructor for class com.ephox.editlive.plugins.SafeLoadingPlugin
-
Standard constructor.
- SAVE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Saves the current document to a file.
- SAVE_AS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Saves the current document to a file the user specifies.
- SCRIPT_UPDATE_SUB_OFF - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggles the sub button off.
- SCRIPT_UPDATE_SUB_ON - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggles sub button on
- SCRIPT_UPDATE_SUP_OFF - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggles the sup button off.
- SCRIPT_UPDATE_SUP_ON - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggles sup button on.
- SCROLL_TO - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Scroll to a specified anchor in the document, switching views if nessecary.
- SECTION_PROPERTIES_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Displays the Section properties dialog.
- SectionTag - Enum in com.ephox.editlive.model.html
-
Section tags supported by EditLive!.
- SELECT_ALL_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Selects the entire document.
- SELECT_NODE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Selects the element passed in as the extra object.
- SELECT_OPERATION_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Select the range affected by a track changes operation.
- SELECTED - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
The property name used for property change events when the selected state of the action changes.
- SelectionManager - Interface in com.ephox.editlive.view.selection
-
Methods that make working with the selection model of EditLive!
- selectLineAtCursor() - Method in interface com.ephox.editlive.view.EditorActions
-
Select the entire line at the cursor (commonly used when triple clicking text)
- selectTagAtCursor(HTML.Tag, List<?>) - Method in interface com.ephox.editlive.view.EditorActions
-
Select as much text from the cursor as is covered by a given inline tag.
- selectWordAtCursor() - Method in interface com.ephox.editlive.view.EditorActions
-
Select the current word at the cursor (commonly used when double clicking text)
- SET_BODY - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- SET_CARET_POSITION - Static variable in class com.ephox.editlive.common.TextEvent
-
Scroll the design view to the specified position.
- SET_DIRECTION - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Set the dir attribute to be used on the body when setting the source.
- SET_DOCUMENT - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- SET_PROPERTIES - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Sets the properties for an element.
- SET_TEXT_LTR - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggles the currently selected block elements for LTR
- SET_TEXT_RTL - Static variable in class com.ephox.editlive.common.TextEvent
-
Toggles the currently selected block elements for RTL
- SET_USERNAME - Static variable in class com.ephox.editlive.common.TextEvent
-
Set the user name for the current user.
- SET_XML_NODE_VALUE - Static variable in class com.ephox.editlive.common.TextEvent.CustomAction
-
Deprecated.
No longer used.
- SET_XSLT - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- setActive(boolean) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Sets the current component status.
- setAltFieldText(String) - Method in interface com.ephox.editlive.custom.ImageDialog
-
Sets the 'alt' text for the image.
- setAuthor(String) - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Set the name of the user that performed this operation.
- setBaseURL(String) - Method in class com.ephox.editlive.ELJBean
-
Sets the Base URL used for loading resources (e.g. images, stylesheets) when referenced with a
relative URL.
- setBody(String) - Method in class com.ephox.editlive.ELJBean
-
Sets the body of HTML document currently in the Editor.
- setBreakOutOfInlineTag(boolean) - Method in class com.ephox.editlive.common.CustomTagBehaviour
-
Does typing at the end of this tag break out of the tag (like hyperlinks), or continue the tag (like bold)?
- setBrowserCallback(Object) - Method in class com.ephox.editlive.ELJBean
-
- 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
-
- setConfigurationURL(URL) - Method in class com.ephox.editlive.ELJBean
-
Sets the Configuration URL.
- setCookie(String) - Method in class com.ephox.editlive.ELJBean
-
Sets the cookie to send with HTTP requests.
- setCookie(String, URL) - Method in class com.ephox.editlive.ELJBean
-
Sets the cookie to send with HTTP requests.
- setCurrentFile(File) - Method in class com.ephox.editlive.ELJBean
-
Sets the path to the currently edited file.
- setCustomResourceBundle(ResourceBundle) - Method in class com.ephox.editlive.ELJBean
-
Sets a custom resource bundle to be used for the user interface.
- setCustomTagContent(String, String) - Method in class com.ephox.editlive.ELJBean
-
Specifies a custom tag value and it's matching key identifier.
- setDate(Date) - Method in interface com.ephox.editlive.java2.editor.operation.Operation
-
Set the date / time for this operation.
- setDebugLevel(String) - Static method in class com.ephox.editlive.util.LoggingUtils
-
Sets the logging level for the editor.
- setDirty(boolean) - Method in class com.ephox.editlive.ELJBean
-
Sets whether or not the content in the editor has been changed.
- setDocument(String) - Method in class com.ephox.editlive.ELJBean
-
Sets the contents of the HTML document.
- setDownloadDirectory(URL) - Method in class com.ephox.editlive.ELJBean
-
Sets the download directory.
- setElementAttributes(Element, AttributeSet, Collection<?>) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Modify an elements attributes.
- setEnabled(boolean) - Method in class com.ephox.editlive.ephoxaction.filter.GenericEnabledFilter
-
Set whether or not the filter is enabled.
- setEnabled(boolean) - Method in class com.ephox.editlive.plugins.SafeLoadingPlugin
-
Sets the current enabled state of the plugin
- setExtraString(String) - Method in class com.ephox.editlive.common.TextEvent
-
- setFileUploader(FileUploader) - Method in class com.ephox.editlive.ELJBean
-
Set the FileUploader to use when uploading local resources.
- setFilter(SourceFilter) - Method in class com.ephox.editlive.ELJBean
-
Set the filter to apply to content on the way in and out of the editor.
- setGlobalLocale(String) - Static method in class com.ephox.editlive.ELJBean
-
Sets the global EditLive!
- setGlyphPainter(GlyphView.GlyphPainter) - Method in class com.ephox.editlive.view.AView
-
- setHandled(boolean) - Method in class com.ephox.editlive.common.TextEvent
-
Sets whether or not this event has been handled.
- setHeight(int) - Method in class com.ephox.editlive.ELJBean
-
Sets the height in pixels.
- setHTTPUrlCallback(HTTPUrlCallback) - Method in class com.ephox.editlive.ELJBean
-
Sets a HTTPUrlCallback object to call into before making an http
request to allow for user controlled redirects.
- setHyperlinkDialog(HyperlinkDialog) - Method in interface com.ephox.editlive.custom.HyperlinkDialogComponent
-
Sets the HyperlinkDialog parent to be called back into.
- setImageDialog(ImageDialog) - Method in interface com.ephox.editlive.custom.ImageDialogComponent
-
Sets the ImageDialog parent of this component.
- setImageUploadHTTPRequestCallback(HTTPRequestCallback) - Method in class com.ephox.editlive.ELJBean
-
Sets a HTTPRequestCallback object to call into before each image is uploaded.
- setLevel(String) - Static method in class com.ephox.apache.commons.logging.LogFactory
-
Set the log level for all existing and new logs.
- setListType(int, int, int, HTML.Tag, String, String) - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Changes the list type in a given range.
- setLocale(Locale) - Method in class com.ephox.editlive.ELJBean
-
- 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
-
- setPropertiesFromAttributes() - Method in class com.ephox.editlive.common.CustomImageView
-
Used to keep a cached version of attributes.
- setPropertiesFromAttributes() - Method in class com.ephox.editlive.view.AView
-
- setPropertiesFromAttributes(View) - Method in interface com.ephox.editlive.view.ViewAnnotation
-
Called after the view's attributes have been updated in response to a document event.
- setReadOnly(boolean) - Method in class com.ephox.editlive.ELJBean
-
Set the read-only state of the bean.
- setResponse(HTTPHeaders, String) - Method in interface com.ephox.editlive.custom.HTTPRequestCallback
-
Receives the response (even if the upload failed)
- setScreenTip(String) - Method in interface com.ephox.editlive.custom.HyperlinkDialog
-
Sets the value of the screen tip field.
- setSelected(boolean) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Set whether or not the action is selected.
- setSetting(String, String) - Method in class com.ephox.editlive.java2.config.ConfigItem
-
Sets the value of an attribute of this item.
- setSettingsDirectory(File) - Static method in class com.ephox.editlive.ELJBean
-
Sets the directory that EditLive!
- setSpellerLoader(SpellerLoader) - Method in class com.ephox.editlive.ELJBean
-
Replaces the editor's spelling engine.
- setSpellerLocale(String) - Method in class com.ephox.editlive.ELJBean
-
Sets the locale used by the spell checker to resolve dictionaries when no jar url is specified in the configuration.
- setSpellerLocale(Locale) - Method in class com.ephox.editlive.ELJBean
-
Sets the locale used by the spell checker to resolve dictionaries when no jar url is specified in the configuration.
- setSrcFieldText(String) - Method in interface com.ephox.editlive.custom.ImageDialog
-
Sets the URL to display in the image src field.
- setStyles(String) - Method in class com.ephox.editlive.ELJBean
-
Sets additional CSS styles to be used by EditLive!.
- setSubItems(List<EphoxAction>) - Method in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Set the sub items for this action.
- setTagAttributes(Map<String, ?>) - Method in interface com.ephox.editlive.common.CustomView
-
Sets the attributes for the tag.
- setTargetComboVisible(boolean) - Method in interface com.ephox.editlive.custom.HyperlinkDialog
-
Controls the visibility of the link "target" combobox and style combobox.
- setToolBarEmbedded(boolean) - Method in class com.ephox.editlive.ELJBean
-
Sets whether or not the toolbar is embedded in the bean.
- setUnregisteredCustomTagView(Class<?>, Object) - Method in class com.ephox.editlive.custom.CustomTagController
-
Sets the view to use for unregistered custom tags.
- setUnregisteredCustomTagView(Class<?>, Object) - Method in class com.ephox.editlive.ELJBean
-
Deprecated.
Use CustomTagController.setUnregisteredCustomTagView(Class, Object)
Sets the view to use for unregistered custom tags. A new instance of this class is used for every unregistered
custom tag in the editor. The view should act as an empty tag as a separate view will be created for any start
and end tags found. The original contents of the custom tag can be retrieved via the
ELJBean.getCustomTagContent(String)
method. The ID for the custom tag can be retrieved from the
HTML.Attribute.ID
attribute.
- setUsername(String) - Method in class com.ephox.editlive.ELJBean
-
Set the username for track changes and commenting.
- setWidth(int) - Method in class com.ephox.editlive.ELJBean
-
Sets the width in pixels.
- SHOW_ATTRIBUTE_PANE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- SHOW_CHECKMARK - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
Whether or not to show the checkmark when selected.
- SHOW_CONTEXT_MENU - Static variable in class com.ephox.editlive.common.TextEvent
-
Shows the contextual menu.
- SHOW_CUSTOM_PROPERTIES - Static variable in class com.ephox.editlive.common.TextEvent
-
Indicates that a custom properties dialog should be shown by the host of the bean.
- SHOW_DOCUMENT_NAVIGATOR_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Shows or hides the document navigator.
- SHOW_TAGS_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- SHOW_TRACK_CHANGES_DIALOG - Static variable in class com.ephox.editlive.common.TextEvent
-
Show the track changes dialog.
- SHOW_TREE_VIEW_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- SHOW_VALIDATION_PANE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- SHOW_WHEN_DISABLED - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
In the context menu disabled actions are normally hidden.
- showError(Component, String) - Method in class com.ephox.editlive.plugins.ErrorReporter
-
Display an error dialog to the user, using the title "error" translated into the current interface language.
- showMessage(Component, String) - Method in class com.ephox.editlive.plugins.ErrorReporter
-
Display a message dialog to the user.
- showMessage(Component, String, String) - Method in class com.ephox.editlive.plugins.ErrorReporter
-
Display a message dialog to the user.
- showToolbar() - Method in interface com.ephox.editlive.ephoxaction.toolbar.InlineToolbar
-
- 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
-
- SpellerLoaderException() - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
-
- SpellerLoaderException(String) - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
-
- SpellerLoaderException(String, Throwable) - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
-
- SpellerLoaderException(Throwable) - Constructor for exception com.ephox.editlive.spelling.SpellerLoaderException
-
- SPELLING_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Spell checks the document.
- SPELLING_FINISHED - Static variable in class com.ephox.editlive.common.TextEvent
-
Fired when the spelling dialog is closed.
- SPLIT_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Splits the current table cell.
- startElementPropertiesTransaction() - Method in class com.ephox.editlive.java2.editor.DocumentModifier
-
Begin a new element properties transaction.
- STORE_XHTML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.
- STRIKE_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Adds strikethrough to the currently selected text.
- STRIKE_UPDATE_OFF - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that strikethrough is off at the current cursor position.
- STRIKE_UPDATE_ON - Static variable in class com.ephox.editlive.common.TextEvent
-
Notification that strikethrough is on at the current cursor position.
- StyleManager - Interface in com.ephox.editlive.view.style
-
Manages styles within the EditLive!
- SUB_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Sub the currently selected text.
- SUB_ITEMS - Static variable in class com.ephox.editlive.java2.editor.actionhandler.EphoxAction
-
The property name used when the sub items for this action change.
- success(String, AttributeSet) - Static method in class com.ephox.editlive.custom.FileUploadResult
-
Creates a FileUploadResult for successful uploads.
- success(String) - Static method in class com.ephox.editlive.custom.FileUploadResult
-
Creates a FileUploadResult for successful uploads.
- suggest(String) - Method in interface com.ephox.editlive.spelling.SpellChecker
-
Basic "suggest corrections" method.
- SUP_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Sup the currently selected text.
- SYNC_XHTML_ACTION - Static variable in class com.ephox.editlive.common.TextEvent
-
Deprecated.
No longer used.