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

A

AbstractExplorerWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to provide an interface to selecting a wiki resource, using an XWikiExplorer.
AbstractExplorerWizardStep(boolean, boolean, boolean, String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Builds a AbstractExplorerWizardStep from the passed settings.
AbstractExplorerWizardStep(boolean, boolean, boolean, String, int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Builds a AbstractExplorerWizardStep from the passed settings, with parameters for size.
AbstractExternalLinkWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to collect the data about an external link (e.g.
AbstractExternalLinkWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Default constructor.
AbstractFileUploadWizardStep - Class in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
Wizard step to handle the upload of a file to a wiki page: display the file input and upload on finish.
AbstractFileUploadWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Default constructor.
AbstractFontMatcher - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Abstract font Matcher.
AbstractFontMatcher(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractFontMatcher
Creates a new abstract font matcher that uses the given text to match font properties.
AbstractHistoryExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.history.exec
Abstract history executable.
AbstractHistoryExecutable(History) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
Creates a new history executable that will be using the given history.
AbstractInput - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
Abstract input control to collect data from the user.
AbstractInput() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.AbstractInput
 
AbstractListBoxPicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Abstract Picker that uses a ListBox.
AbstractListBoxPicker() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractListBoxPicker
Creates a new empty list box picker.
AbstractListExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.indent.exec
Superclass for all the list executables, such as indent and outdent executables, to handle frequent list operations.
AbstractListExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Creates a new executable to be executed on the specified rich text area.
AbstractListSelectorWizardStep<D,L> - Class in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
Generic wizard step for selecting from a list of items: it handles list creation and population along with item selection on double click and enter.
AbstractListSelectorWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Default constructor, creating the UI of this wizard step.
AbstractMacroWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.ui
An abstract wizard step to serve as a base class for all macro wizard steps.
AbstractMacroWizardStep(Config, MacroServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
Creates a new macro wizard step.
AbstractMacroWizardStep(Config, MacroServiceAsync, FlowPanel) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
Creates a new macro wizard step that uses the given panel to hold its widgets.
AbstractPageListSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to select the wiki page to link to, from a list of wiki pages.
AbstractPageListSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
Builds a selector from a list of pages of the specified page.
AbstractSelectorAggregatorWizardStep<T> - Class in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
Wizard step used to aggregate a set of selectors for a file attached (file attachment or image) to a page in the wiki, and switch between the current page view and the entire wiki view.
AbstractSelectorAggregatorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
Creates a new aggregator selector wizard step, for the currently edited resource.
AbstractSelectorWizardStep<T> - Class in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
Abstract WizardStep to implement basic selector functions (storing edited data on AbstractSelectorWizardStep.init(Object, AsyncCallback) and returning on AbstractSelectorWizardStep.getResult(), step names, directions, initialization), regardless of the actual selecting method.
AbstractSelectorWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
 
AbstractSeparator - Class in com.xpn.xwiki.wysiwyg.client.plugin.separator
Abstract separator.
AbstractSeparator(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.separator.AbstractSeparator
Creates a new separator for the given extension point.
AbstractTableFeature - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
This class partly implements the Executable and TableFeature interfaces.
AbstractTableFeature(String, Command, String, TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.AbstractTableFeature
Default constructor.
Accept(RevisionVisitor) - Method in class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
accept(RevisionVisitor) - Method in class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
accept(RevisionVisitor) - Method in class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
accept(RevisionVisitor) - Method in class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
accept(RevisionVisitor) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Accepts a visitor.
accept(RevisionVisitor) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Accepts a visitor.
AddDelta - Class in com.xpn.xwiki.wysiwyg.client.diff
Holds an add-delta between to revisions of a text.
AddDelta() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
AddDelta(int, Chunk) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
addDelta(Delta) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Adds a delta to this revision.
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
addNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
addPluginFactory(PluginFactory) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginFactoryManager
Registers a new plug-in factory.
addSelectionHandler(SelectionHandler<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPalette
addSelectionHandler(SelectionHandler<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPalette
addSyntaxValidator(SyntaxValidator) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidatorManager
Adds a new syntax validator and binds it to the syntax specified by SyntaxValidator.getSyntax() method.
addValidationRule(ValidationRule) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidator
Adds a new validation rule to the list of rules this syntax validator obeys.
addVersion(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
Adds a new version.
adjustLineBreak(Node, Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Adjusts the line break position so that: Anchors don't start or end with a line break.
algorithm - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Diff
The differencing algorithm to use.
anchor - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
 
anchor() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the anchor position of the chunk.
ANCHOR_TAG_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.LinkExecutableUtils
The tag name of the anchor element.
apply() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
applyAdd(int, List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Add the text of this chunk to the target at the given position.
applyDelete(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Delete this chunk from he given text.
applyTo(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
applyTo(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
applyTo(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
applyTo(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Applies this delta as a patch to the given text.
applyTo(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
areValid(RichTextArea) - Method in class com.xpn.xwiki.wysiwyg.client.syntax.rule.ImageSelectionBehaviourRule
Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
areValid(RichTextArea) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.ValidationRule
Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
arrayToString(Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.ToString
 
attachment() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
attachment() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
Attachment - Class in com.xpn.xwiki.wysiwyg.client.util
Configuration object for an attachment, to be used to transmit data about attachments from the server to the client.
Attachment() - Constructor for class com.xpn.xwiki.wysiwyg.client.util.Attachment
 
AttachmentExplorerWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Specialized AbstractExplorerWizardStep to select an attachment to a wiki page.
AttachmentExplorerWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
Creates an attachment selection wizard step for the specified resource to be edited.
AttachmentsDataSource - Class in com.xpn.xwiki.wysiwyg.client.widget.explorer.ds
Wrapper for SmartClient-based AttachmentsDataSource class.
AttachmentsDataSource() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
Constructor.
AttachmentsDataSource(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
Constructor.
AttachmentSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to select the attachment to link to, by aggregating a page selector step and an explorer wizard step.
AttachmentSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentSelectorWizardStep
Builds an attachment selector step for the currently edited resource.
AttachmentUploadWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Specific file upload wizard step to handle upload of a new file attachment in order to create a link to it.
AttachmentUploadWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
Builds an attachment upload wizard step for the currently edited resource.

B

backColor() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
backColor() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
BackColorExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.color.exec
Changes the background color of the current selection.
BackColorExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.exec.BackColorExecutable
Creates a new executable of this type.
BLOCK_MACRO_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of a block macro.
BODY_NODENAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining the root node of the area being edited.
bold() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
bold() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
BoldExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.text.exec
If there is no selection, the insertion point will set bold for subsequently typed characters.
BoldExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.text.exec.BoldExecutable
Creates a new executable of this type.
BR - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The name of the <br/> tag.
buildEqSet(Object[], Object[]) - Method in class com.xpn.xwiki.wysiwyg.client.diff.SimpleDiff
create a Map from each common item in orig and rev to the index of its first occurrence in orig
buildIndex(Map, Object[], int) - Method in class com.xpn.xwiki.wysiwyg.client.diff.SimpleDiff
build a an array such each a[i] = eqs([i]) or NF if eqs([i]) undefined
buildPath(Object[], Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.myers.MyersDiff
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
buildRevision(PathNode, Object[], Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.myers.MyersDiff
Constructs a Revision from a difference path.
buildURL() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Builds an URL to the external resource to be linked from the user input, adding protocols, parsing user input, etc.
buildURL() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
Builds an URL to the external resource to be linked from the user input, adding protocols, parsing user input, etc.
buildURL() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
Builds an URL to the external resource to be linked from the user input, adding protocols, parsing user input, etc.

C

CachedListBoxPicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Caches the index of selected values.
CachedListBoxPicker() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.CachedListBoxPicker
 
cancel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
canExecute(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Checks if this command can be executed on a single list item.
canExecute(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.IndentExecutable
Checks if this command can be executed on a single list item.
canExecute(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Checks if this command can be executed on a single list item.
canRedo() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.history.History
 
canUndo() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.history.History
 
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMenuExtension
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMenuExtension
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroMenuExtension
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
canUpdate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableMenuExtension
CELL_DEFAULTHTML - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML to be inserted in newly created table cells.
center() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPicker
ChangeDelta - Class in com.xpn.xwiki.wysiwyg.client.diff
Holds an change-delta between to revisions of a text.
ChangeDelta() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
ChangeDelta(Chunk, Chunk) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
charmap() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
charmap() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ChoiceInput - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
A concrete input control that allows the user to choose one of the available options.
ChoiceInput(ListBox) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.ChoiceInput
Creates a new choice input control that wraps the given ListBox widget.
Chunk - Class in com.xpn.xwiki.wysiwyg.client.diff
Holds a information about a parrt of the text involved in a differencing or patching operation.
Chunk() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Chunk
 
Chunk(int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Creates a chunk that doesn't copy the original text.
Chunk(Object[], int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Creates a chunk and saves a copy the original chunk's text.
Chunk(Object[], int, int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
Chunk(List, int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Creates a chunk and saves a copy the original chunk's text.
Chunk(List, int, int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
chunk - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
 
chunk() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the text saved for this chunk.
CLASS_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The class name attribute.
clean(String) - Method in interface com.xpn.xwiki.wysiwyg.client.cleaner.HTMLCleaner
 
clean(String, AsyncCallback<String>) - Method in interface com.xpn.xwiki.wysiwyg.client.cleaner.HTMLCleanerAsync
Makes a request to the server to clean the given HTML fragment.
cleanOfficeHTML(String, String, Map<String, String>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportService
Cleans dirty HTML content produced from an office application like MsWord, MsExcel, OpenOffice Writer etc.
cleanOfficeHTML(String, String, Map<String, String>, AsyncCallback<String>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportServiceAsync
Makes a request to the server to clean the given HTML fragment which comes from an office application.
cleanOfficeHTML(String, String, Map<String, String>) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.importer.XWikiImportService
Cleans dirty HTML content produced from an office application like MsWord, MsExcel, OpenOffice Writer etc.
cleanUp(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Executes lists clean up on the subtree rooted in the element passed as parameter.
cleanupComponents() - Method in class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
We must ensure we clean the ThreadLocal variables located in the Container and Execution components as otherwise we will have a potential memory leak.
cleanUpLists(NodeList<Element>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Helper function to handle a list of list elements and clean them.
clear() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Clears this resource name, i.e.
COL_HNODENAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table heading cell.
COL_NODENAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table cell.
COLLAPSE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for collapsing all the macros.
CollapseExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.exec
Collapses or expands the selected macros or all the macros present in the edited document if no macros are selected.
CollapseExecutable(MacroSelector, boolean) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.CollapseExecutable
Creates a new executable.
ColorCell - Class in com.xpn.xwiki.wysiwyg.client.plugin.color
Defines a cell in the ColorPalette that can be selected by being clicked.
ColorCell(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
Creates a new color cell using the specified color code.
ColorPalette - Class in com.xpn.xwiki.wysiwyg.client.plugin.color
A set of colors from which the user can choose one by clicking.
ColorPalette(String[], int) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPalette
Creates a new color palette using the specified color codes to fill the color grid.
colorPicker() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ColorPicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.color
A popup panel which allows you to pick a color from a color palette by clicking on that color.
ColorPicker(ColorPalette) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPicker
Creates a new color picker that uses the given color palette.
ColorPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.color
Plug-in for controlling the text color and the background color.
ColorPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
 
ColorPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.color
Factory for ColorPlugin.
com.xpn.xwiki.wysiwyg.client - package com.xpn.xwiki.wysiwyg.client
 
com.xpn.xwiki.wysiwyg.client.cleaner - package com.xpn.xwiki.wysiwyg.client.cleaner
 
com.xpn.xwiki.wysiwyg.client.converter - package com.xpn.xwiki.wysiwyg.client.converter
 
com.xpn.xwiki.wysiwyg.client.diff - package com.xpn.xwiki.wysiwyg.client.diff
 
com.xpn.xwiki.wysiwyg.client.diff.myers - package com.xpn.xwiki.wysiwyg.client.diff.myers
 
com.xpn.xwiki.wysiwyg.client.editor - package com.xpn.xwiki.wysiwyg.client.editor
 
com.xpn.xwiki.wysiwyg.client.plugin - package com.xpn.xwiki.wysiwyg.client.plugin
 
com.xpn.xwiki.wysiwyg.client.plugin.color - package com.xpn.xwiki.wysiwyg.client.plugin.color
 
com.xpn.xwiki.wysiwyg.client.plugin.color.exec - package com.xpn.xwiki.wysiwyg.client.plugin.color.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.embed - package com.xpn.xwiki.wysiwyg.client.plugin.embed
 
com.xpn.xwiki.wysiwyg.client.plugin.font - package com.xpn.xwiki.wysiwyg.client.plugin.font
 
com.xpn.xwiki.wysiwyg.client.plugin.format - package com.xpn.xwiki.wysiwyg.client.plugin.format
 
com.xpn.xwiki.wysiwyg.client.plugin.format.exec - package com.xpn.xwiki.wysiwyg.client.plugin.format.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.history - package com.xpn.xwiki.wysiwyg.client.plugin.history
 
com.xpn.xwiki.wysiwyg.client.plugin.history.exec - package com.xpn.xwiki.wysiwyg.client.plugin.history.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.image - package com.xpn.xwiki.wysiwyg.client.plugin.image
 
com.xpn.xwiki.wysiwyg.client.plugin.image.exec - package com.xpn.xwiki.wysiwyg.client.plugin.image.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.image.ui - package com.xpn.xwiki.wysiwyg.client.plugin.image.ui
 
com.xpn.xwiki.wysiwyg.client.plugin.importer - package com.xpn.xwiki.wysiwyg.client.plugin.importer
 
com.xpn.xwiki.wysiwyg.client.plugin.importer.ui - package com.xpn.xwiki.wysiwyg.client.plugin.importer.ui
 
com.xpn.xwiki.wysiwyg.client.plugin.indent - package com.xpn.xwiki.wysiwyg.client.plugin.indent
 
com.xpn.xwiki.wysiwyg.client.plugin.indent.exec - package com.xpn.xwiki.wysiwyg.client.plugin.indent.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.justify - package com.xpn.xwiki.wysiwyg.client.plugin.justify
 
com.xpn.xwiki.wysiwyg.client.plugin.line - package com.xpn.xwiki.wysiwyg.client.plugin.line
 
com.xpn.xwiki.wysiwyg.client.plugin.link - package com.xpn.xwiki.wysiwyg.client.plugin.link
 
com.xpn.xwiki.wysiwyg.client.plugin.link.exec - package com.xpn.xwiki.wysiwyg.client.plugin.link.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.link.ui - package com.xpn.xwiki.wysiwyg.client.plugin.link.ui
 
com.xpn.xwiki.wysiwyg.client.plugin.list - package com.xpn.xwiki.wysiwyg.client.plugin.list
 
com.xpn.xwiki.wysiwyg.client.plugin.list.exec - package com.xpn.xwiki.wysiwyg.client.plugin.list.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.macro - package com.xpn.xwiki.wysiwyg.client.plugin.macro
 
com.xpn.xwiki.wysiwyg.client.plugin.macro.exec - package com.xpn.xwiki.wysiwyg.client.plugin.macro.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.macro.input - package com.xpn.xwiki.wysiwyg.client.plugin.macro.input
 
com.xpn.xwiki.wysiwyg.client.plugin.macro.ui - package com.xpn.xwiki.wysiwyg.client.plugin.macro.ui
 
com.xpn.xwiki.wysiwyg.client.plugin.separator - package com.xpn.xwiki.wysiwyg.client.plugin.separator
 
com.xpn.xwiki.wysiwyg.client.plugin.separator.exec - package com.xpn.xwiki.wysiwyg.client.plugin.separator.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.submit - package com.xpn.xwiki.wysiwyg.client.plugin.submit
 
com.xpn.xwiki.wysiwyg.client.plugin.submit.exec - package com.xpn.xwiki.wysiwyg.client.plugin.submit.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.symbol - package com.xpn.xwiki.wysiwyg.client.plugin.symbol
 
com.xpn.xwiki.wysiwyg.client.plugin.sync - package com.xpn.xwiki.wysiwyg.client.plugin.sync
 
com.xpn.xwiki.wysiwyg.client.plugin.table - package com.xpn.xwiki.wysiwyg.client.plugin.table
 
com.xpn.xwiki.wysiwyg.client.plugin.table.feature - package com.xpn.xwiki.wysiwyg.client.plugin.table.feature
 
com.xpn.xwiki.wysiwyg.client.plugin.table.ui - package com.xpn.xwiki.wysiwyg.client.plugin.table.ui
 
com.xpn.xwiki.wysiwyg.client.plugin.table.util - package com.xpn.xwiki.wysiwyg.client.plugin.table.util
 
com.xpn.xwiki.wysiwyg.client.plugin.text - package com.xpn.xwiki.wysiwyg.client.plugin.text
 
com.xpn.xwiki.wysiwyg.client.plugin.text.exec - package com.xpn.xwiki.wysiwyg.client.plugin.text.exec
 
com.xpn.xwiki.wysiwyg.client.plugin.valign - package com.xpn.xwiki.wysiwyg.client.plugin.valign
 
com.xpn.xwiki.wysiwyg.client.syntax - package com.xpn.xwiki.wysiwyg.client.syntax
 
com.xpn.xwiki.wysiwyg.client.syntax.rule - package com.xpn.xwiki.wysiwyg.client.syntax.rule
 
com.xpn.xwiki.wysiwyg.client.util - package com.xpn.xwiki.wysiwyg.client.util
 
com.xpn.xwiki.wysiwyg.client.widget - package com.xpn.xwiki.wysiwyg.client.widget
 
com.xpn.xwiki.wysiwyg.client.widget.explorer - package com.xpn.xwiki.wysiwyg.client.widget.explorer
 
com.xpn.xwiki.wysiwyg.client.widget.explorer.ds - package com.xpn.xwiki.wysiwyg.client.widget.explorer.ds
 
com.xpn.xwiki.wysiwyg.client.widget.wizard.util - package com.xpn.xwiki.wysiwyg.client.widget.wizard.util
 
com.xpn.xwiki.wysiwyg.server - package com.xpn.xwiki.wysiwyg.server
 
com.xpn.xwiki.wysiwyg.server.filter - package com.xpn.xwiki.wysiwyg.server.filter
 
com.xpn.xwiki.wysiwyg.server.plugin - package com.xpn.xwiki.wysiwyg.server.plugin
 
com.xpn.xwiki.wysiwyg.server.plugin.importer - package com.xpn.xwiki.wysiwyg.server.plugin.importer
 
com.xpn.xwiki.wysiwyg.server.plugin.macro - package com.xpn.xwiki.wysiwyg.server.plugin.macro
 
com.xpn.xwiki.wysiwyg.server.plugin.sync - package com.xpn.xwiki.wysiwyg.server.plugin.sync
 
compare(Object[], Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
Compares the two input sequences.
compare(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontSizeComparator
container - Variable in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
The UI container.
container - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractFontMatcher
The container element where the matching takes place.
ConversionFilter - Class in com.xpn.xwiki.wysiwyg.server.filter
This filter is used to convert the values of request parameters that require HTML conversion before being processed.
ConversionFilter() - Constructor for class com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter
 
convertToHex(String) - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPicker
Converts the specified color code to hex code (as in #F0F0EE).
copy() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
copyLineStyle(Element, Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Copy some of the CSS styles from the source line to the destination line.
count - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
 
create() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
Native JS call that creates the object.
create() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.FarmDataSource
Native JS call that creates the object.
create() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
Native JS call that creates the object.
create() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.SpaceDataSource
Native JS call that creates the object.
create() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.WikiDataSource
Native JS call that creates the object.
create() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Native JS call that creates the widget.
createBooleanInput() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.InputFactory
 
createChoiceInput(Map<String, String>) - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.InputFactory
Creates a choice input based on the given options.
createInput(ParameterType) - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.InputFactory
Creates a new input control that collects user data of the specified type.
CreateLinkExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.exec
Creates a link by inserting the link XHTML.
CreateLinkExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
Creates a new executable that can be used to insert links in the specified rich text area.
createMacroContainer(Node, Node, int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
Puts macro output inside a read only text box that can be collapsed.
CreateNewPageWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to get the name of a new page from the user.
CreateNewPageWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
Creates a new wizard step for the passed edited resource.
createReadOnlyBox() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
createTable(Document, TableConfig) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
Create a table from TableConfig configuration.
CSS_TEXT - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
The property of the style object which holds the value of the style attribute.
CurrentPageAttachmentSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to select a file attached to a page.
CurrentPageAttachmentSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
Builds a selector from the attachments of the specified page.
CurrentPageImageSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
Wizard step to select an image from the list of images attached to a page.
CurrentPageImageSelectorWizardStep(ResourceName, ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Builds a selector from the images of the specified current page to edit the specified resource.
CurrentPageImageSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Builds a selector from the images of the specified current page.
currentVersionNumber - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
The current version number.
cut() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 

D

debugMessage(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
DEFAULT_COLORS - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
The colors available by default on the color palette.
DEFAULT_COLUMN_COUNT - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
The default number of columns displayed by the color palette.
DEFAULT_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The default style of the link configuration dialog.
DEFAULT_SYNC_DELAY - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
DEFAULT_SYNTAX - Static variable in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
The default storage syntax.
defaultAlgorithm() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
 
DefaultStringMatcher - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Matches two Strings if they are both null or equal ignoring case.
DefaultStringMatcher() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.DefaultStringMatcher
 
DefaultWikiService - Class in com.xpn.xwiki.wysiwyg.server
The default implementation for WikiService.
DefaultWikiService() - Constructor for class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
 
deleteCol() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
deleteCol() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
DeleteCol - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to remove a column from a table.
DeleteCol(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteCol
Initialize the feature.
DeleteDelta - Class in com.xpn.xwiki.wysiwyg.client.diff
Holds a delete-delta between to revisions of a text.
DeleteDelta() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
DeleteDelta(Chunk) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
deleteRow() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
deleteRow() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
DeleteRow - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to remove a row from a table.
DeleteRow(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteRow
Initialize the feature.
deleteTable() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
deleteTable() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
DeleteTable - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to remove a table from the editor.
DeleteTable(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteTable
Initialize the feature.
Delta - Class in com.xpn.xwiki.wysiwyg.client.diff
Holds a "delta" difference between to revisions of a text.
Delta() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Delta
Creates an uninitialized delta.
Delta(Chunk, Chunk) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Delta
Creates a delta object with the given chunks from the original and revised texts.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
Destroys this WYSIWYG editor, unregistering all the listeners and releasing the used memory.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.HistoryPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMenuExtension
Cleans up this menu extension on destroy.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportMenuExtension
Cleans up this menu extension on destroy.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.IndentPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.IELinePlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMenuExtension
Cleans up this menu extension on destroy.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
Destroys this displayer.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroMenuExtension
Destroy this extension.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
Destroys this selector.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
Destroy this wizard.
destroy() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.Plugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.SeparatorPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.AbstractTableFeature
Remove feature button from the interface.
destroy() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.table.TableFeature
Remove feature button from the interface.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TablePlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPlugin
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
destroy() - Method in class com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter
destroy() - Method in class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
Diff - Class in com.xpn.xwiki.wysiwyg.client.diff
Implements a differencing engine that works on arrays of Object.
Diff() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Diff
Create a differencing object for an empty text, using the default algorithm.
Diff(Object[]) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Diff
Create a differencing object using the default algorithm
Diff(Object[], DiffAlgorithm) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Diff
Create a differencing object using the given algorithm
diff(Object[], Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
compute the difference between an original and a revision.
diff(Object[], Object[], DiffAlgorithm) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
compute the difference between an original and a revision.
diff(Object[]) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
compute the difference between the original and a revision.
diff(Object[], Object[]) - Method in interface com.xpn.xwiki.wysiwyg.client.diff.DiffAlgorithm
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
diff(Object[], Object[]) - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.MyersDiff
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
diff(Object[], Object[]) - Method in class com.xpn.xwiki.wysiwyg.client.diff.SimpleDiff
Compute the difference between original and revised sequences.
DiffAlgorithm - Interface in com.xpn.xwiki.wysiwyg.client.diff
A simple interface for implementations of differencing algorithms.
DifferentiationFailedException - Exception in com.xpn.xwiki.wysiwyg.client.diff
Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
DifferentiationFailedException() - Constructor for exception com.xpn.xwiki.wysiwyg.client.diff.DifferentiationFailedException
 
DifferentiationFailedException(String) - Constructor for exception com.xpn.xwiki.wysiwyg.client.diff.DifferentiationFailedException
 
DiffException - Exception in com.xpn.xwiki.wysiwyg.client.diff
Base class for all exceptions emanating from this package.
DiffException() - Constructor for exception com.xpn.xwiki.wysiwyg.client.diff.DiffException
 
DiffException(String) - Constructor for exception com.xpn.xwiki.wysiwyg.client.diff.DiffException
 
DiffNode - Class in com.xpn.xwiki.wysiwyg.client.diff.myers
A diffnode in a diffpath.
DiffNode(int, int, PathNode) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.myers.DiffNode
Constructs a DiffNode.
dispatchKey(Widget, int, Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Dispatches the passed key pressed on the specified sender, with the specified modifiers.
dispatchLinkWizard(LinkConfig) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Instantiates and runs the correct wizard for the passed link.
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
display() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
displayError(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Displays the passed error message and markers in this wizard step.
displayError(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Displays the error message and markers for this dialog.
displayError() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Displays the specified error message and error markers for this wizard step.
displayLabelError(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Display the label error message and markers.
displayURLError(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Displays the URL error message and markers.
DO_NOT_SPLIT - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
The list of HTML tags that shouldn't be split while removing the in-line style.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
domUtils - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Collection of DOM utility methods.
domUtils - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
Collection of DOM utility methods.
DynamicListBoxPicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
A list box picker that extends itself with the items that are not found in the list.
DynamicListBoxPicker() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.DynamicListBoxPicker
 

E

edit() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Start the edit macro wizard.
edit() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
Casts the edit macro spell on the underlying rich text area, allowing the user to edit the parameters and the content of the currently selected macro.
editAll(Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
Edits all of the items in the input sequence.
EditMacroWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.ui
Wizard step for editing macro parameters and content.
EditMacroWizardStep(Config, MacroServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
Creates a new wizard step for editing macro parameters and content.
EmailAddressLinkWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to create a link to an email address (the mailto: protocol).
EmailAddressLinkWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
 
embeddedObject() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
EmbedPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.embed
Handles objects embedded in the rich text area.
EmbedPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
 
EmbedPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.embed
Factory for EmbedPlugin.
EmptyLinkFilter - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Client side empty link cleaner, to delete all links without content before the content is submitted.
EmptyLinkFilter(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.EmptyLinkFilter
Creates an empty link filter to handle links on the passed rich text area.
EnableExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.submit.exec
Enables or disables the rich text area.
EnableExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.EnableExecutable
Creates a new executable that can be used to enable and disable the specified rich text area.
equals(Object) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
ERROR_LABEL_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the error labels in this form.
execute(Node, int, int, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.RedoExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.UndoExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
execute(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Actually executes the operation on a single list item.
execute(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.IndentExecutable
Actually executes the operation on a single list item..
execute(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Actually executes the operation on a single list item. Moves the passed lust item one level up, as a next sibling of the list item it takes part of.
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.UnlinkExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.CollapseExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.InsertExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.RefreshExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.exec.InsertHRExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.EnableExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.ResetExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.SubmitExecutable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteCol
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteRow
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteTable
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColAfter
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColBefore
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowAfter
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowBefore
execute(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
executeDelete(Node, Element, Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Effectively executes the delete operation at the end of a list item by moving the next list item in this one, for the passed parameters.
executeOnMultipleItems(Range, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Executes this list operation on all items in the non-collapsed selection.
executeOnMultipleItems(Range, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.IndentExecutable
Executes this list operation on all items in the non-collapsed selection.
executeOnMultipleItems(Range, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Executes this list operation on all items in the non-collapsed selection.
EXPAND - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for expanding all the macros.
extractFileName() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 

F

FarmDataSource - Class in com.xpn.xwiki.wysiwyg.client.widget.explorer.ds
Wrapper for SmartClient-based FarmDataSource class.
FarmDataSource() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.FarmDataSource
Constructor.
FarmDataSource(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.FarmDataSource
Constructor.
fetchData(AsyncCallback<List<Attachment>>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Fetches the list of items to be displayed in this list from the server.
fetchData(AsyncCallback<List<Attachment>>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
Fetches the list of items to be displayed in this list from the server.
fetchData(AsyncCallback<List<WikiPage>>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.RecentChangesSelectorWizardStep
Fetches the list of items to be displayed in this list from the server.
fetchData(AsyncCallback<List<WikiPage>>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
Fetches the list of items to be displayed in this list from the server.
fetchData(AsyncCallback<List<L>>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Fetches the list of items to be displayed in this list from the server.
FIELD_ERROR_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
The style of the fields under error.
FIELD_ERROR_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
The style of the fields under error.
FIELD_ERROR_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the fields under error.
FIELD_ERROR_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
The style of the fields under error.
fileChooseLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileGetSubmitError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileListFetchError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileUploadLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileUploadNewFileLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileUploadNoPathError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileUploadSubmitError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileUploadSubmitLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fileUploadTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
fillList(List<Attachment>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Fills the preview list with image preview widgets.
fillList(List<L>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Fills the preview list with image preview widgets.
first() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the index of the first line of the chunk.
font() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
FontFamilyMatcher - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Matches values of the font-family CSS property.
FontFamilyMatcher() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyMatcher
Creates a new font family matcher.
FontFamilyPicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
A widget used for choosing a font family.
FontFamilyPicker() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyPicker
Creates a new empty font family picker.
fontNameOther() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
FontPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Plug-in for manipulating the font size and font family used while editing.
FontPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPlugin
 
FontPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Factory for FontPlugin.
fontSize() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
FontSizeComparator - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
Compares two font sizes.
FontSizeComparator() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.FontSizeComparator
Creates a new font size comparator.
fontSizeOther() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
FontSizePicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.font
A widget used for choosing a font size.
FontSizePicker() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.font.FontSizePicker
Creates a new empty font size picker.
foreColor() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
foreColor() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
format() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
FormatBlockExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.format.exec
Wraps the HTML fragment including the current selection in a specified block level element.
FormatBlockExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
Create a new executable to be executed on the specified rich text area.
formatHeader1() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
formatHeader2() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
formatHeader3() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
formatHeader4() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
formatHeader5() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
formatHeader6() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
formatPlainText() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
FormatPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.format
RichTextArea plug-in for formatting text.
FormatPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin
 
FormatPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.format
Factory for FormatPlugin.
fromHTML(String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.converter.HTMLConverter
Cleans and converts the given HTML fragment to the specified syntax.
fromHTML(String, String, AsyncCallback<String>) - Method in interface com.xpn.xwiki.wysiwyg.client.converter.HTMLConverterAsync
Makes a request to the server to convert the given HTML fragment to the specified syntax.
fromJSON(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
Fills this object with data from the passed JSON representation.
fromJSON(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
Fills this object with data from the passed JSON representation.
fromString(String, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Parses the passed string as a string reference to this resource (i.e.

G

getAdditionalOptionGroupLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.DynamicListBoxPicker
 
getAlignment() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
getAltText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
getArgument(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
 
getAttachedImageHTML(ImageConfig) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageHTMLGenerator
Get an HTML image block for an image.
getAttachment(String, String, String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
Returns attachment information from the passed parameters, testing if the passed attachment exists.
getAttachment(String, String, String, String, AsyncCallback<Attachment>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Returns attachment information from the passed parameters, testing if the passed attachment exists.
getAttachment(String, String, String, String, AsyncCallback<Attachment>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Returns attachment information from the passed parameters, testing if the passed attachment exists.
getAttachment(String, String, String, String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
Returns attachment information from the passed parameters, testing if the passed attachment exists.
getAttachments(String, String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
Returns all the attachments from the referred page.
getAttachments(String, String, String, AsyncCallback<List<Attachment>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Returns all the attachments from the referred page.
getAttachments(String, String, String, AsyncCallback<List<Attachment>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Returns all the attachments from the referred page.
getAttachments(String, String, String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
Returns all the attachments from the referred page.
getBackColorExecutable() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
 
getBackColorExecutable() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.MozillaColorPlugin
getBorderSize() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableConfig
Size of table border.
getCaretNode(Document) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Get the node in which the caret is currently positioned.
getCategory() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
getCell(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Browse node ancestors and return the first table cell element (TD or TH).
getColNumber() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableConfig
Number of columns in the table.
getColor() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
 
getColor() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPicker
 
getColorGrid() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPalette
 
getColorPalette() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPicker
 
getColorPicker() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
Lazy loads the color picker.
getColumnCount() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
 
getCommand() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.AbstractTableFeature
Get feature command.
getCommand() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.table.TableFeature
Get feature command.
getCommandManagerApi() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
 
getConfig() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
 
getConfig() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
 
getContainer() - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
 
getContent() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
 
getContentDescriptor() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
getCreateLinkParams() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Prepares the link parameters for a link creation, i.e.
getCurrentVersion() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
 
getCurrentVersionNumber() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
 
getData() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
 
getDefaultDirection() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
getDefaultDirection() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
getDefaultDirection() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getDefaultErrorText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
getDefaultErrorText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
getDefaultErrorText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
getDefaultStepName() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getDefaultValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getDelta(int) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Retrieves a delta from this revision by position.
getDescription() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
getDescription() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getDescriptor() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
 
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
getDirectionName(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
getDisplayer() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
 
getEditedResource() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getEditLinkParams(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Prepares the link parameters for a link edition, from the passed link parameter, as returned by the CreateLinkExecutable#getParameter(RichTextArea).
getEnumConstants() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType
 
getErrorLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
getErrorLabel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getExplorer() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
getExtension() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroMenuExtension
 
getFeatures() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
Examples of features are: bold, justifyright and macro.
getFeatures() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TablePlugin
 
getFeatures() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.UIExtension
Examples of features are: bold, justifyright and macro.
getFeatures() - Method in class com.xpn.xwiki.wysiwyg.client.syntax.rule.ImageSelectionBehaviourRule
getFeatures() - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.ValidationRule
 
getFile() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
getFileHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
getFileHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getFileHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
getFileHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getFileLabel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getFileName() - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
 
getFileUploadInput() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getFileUploadInputName() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getHeight() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
getHelpLabelText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
getHelpLabelText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
getHelpLabelText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
getHistory() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
 
getHTMLCleaningParams() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
Prepares the cleaning parameters map.
getHTMLCleaningParams() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
Prepares the cleaning parameters map.
getId() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
getId() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getImageAttachments(String, String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
Returns all the image attachments from the referred page.
getImageAttachments(String, String, String, AsyncCallback<List<Attachment>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Returns all the image attachments from the referred page.
getImageAttachments(String, String, String, AsyncCallback<List<Attachment>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Returns all the image attachments from the referred page.
getImageAttachments(String, String, String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
Returns all the image attachments from the referred page.
getImageURL() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
getInlineAncestorsStack(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Computes the stack of in-line ancestors, starting with the given node and ending with its top most in-line ancestor.
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.history.HistoryPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageHTMLGenerator
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.IndentPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkHTMLGenerator
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.SeparatorPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TablePluginFactory
Return the factory instance, create one if none exist.
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Get the instance in use.
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPluginFactory
 
getInstance() - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPluginFactory
 
getKeyword() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
getLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getLabelErrorLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getLabelText() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getLabelTextBox() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getLabelTextBoxTooltip() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getLastXWikiContent() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
 
getLastXWikiVersion() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
 
getLinkData() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getLinkHTML(LinkConfig) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkHTMLGenerator
Generates the link HTML block corresponding to the specified link configuration data.
getLinkParams() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
 
getList() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getListItem(Attachment) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getListItem(Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
 
getListItem(WikiPage) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getListItem(Attachment) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getListItem(L) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getMacro(int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
 
getMacroContainers(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
getMacroContainerTagName() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
getMacroCount() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
 
getMacroDescriptor(String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroService
 
getMacroDescriptor(String, String, AsyncCallback<MacroDescriptor>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroServiceAsync
Makes a request to the server to get the descriptor for the specified macro.
getMacroDescriptor(String, String, AsyncCallback<MacroDescriptor>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
Makes a request to the server to get the descriptor for the specified macro.
getMacroDescriptor(String, String) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.macro.XWikiMacroService
getMacroDescriptors(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroService
 
getMacroDescriptors(String, AsyncCallback<List<MacroDescriptor>>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroServiceAsync
Makes a request to the server to get all the macro descriptors for the specified syntax.
getMacroDescriptors(String, AsyncCallback<List<MacroDescriptor>>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
Makes a request to the server to get all the macro descriptors for the specified syntax.
getMacroDescriptors(String) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.macro.XWikiMacroService
getMacroService() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
 
getMainPanel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getMainPanel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Method for retrieving the main UI (panel) by sub-classes so that they can customize it.
getMainPanel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getMatchingPages(String, int, int) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
 
getMatchingPages(String, int, int, AsyncCallback<List<WikiPage>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
 
getMatchingPages(String, int, int, AsyncCallback<List<WikiPage>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
getMatchingPages(String, int, int) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
getMenu() - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
 
getMimeType() - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
 
getName() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
 
getName() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
getName() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getName() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType
 
getName() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.AbstractTableFeature
Get feature name.
getName() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.table.TableFeature
Get feature name.
getName() - Method in class com.xpn.xwiki.wysiwyg.client.util.WikiPage
 
getName() - Method in class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin
getNewOptionListItem() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getNewOptionListItem() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getNewOptionListItem() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getNewOptionListItem() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getNewWindowCheckBox() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getNextCellInColumn(TableCellElement) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Get next cell in cell's column.
getNextCellInRow(TableCellElement) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Get next cell in cell's row.
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
getNextStep() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
getOrCreateRef(JavaScriptObject) - Static method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
Static method allowing to get AttachmentsDataSource, creates the object from the JavaScriptObject argument if it is not null.
getOrCreateRef(JavaScriptObject) - Static method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.FarmDataSource
Static method allowing to get FarmDataSource, creates the object from the JavaScriptObject argument if it is not null.
getOrCreateRef(JavaScriptObject) - Static method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
Static method allowing to get PageDataSource, creates the object from the JavaScriptObject argument if it is not null.
getOrCreateRef(JavaScriptObject) - Static method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.SpaceDataSource
Static method allowing to get SpaceDataSource, creates the object from the JavaScriptObject argument if it is not null.
getOrCreateRef(JavaScriptObject) - Static method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.WikiDataSource
Static method allowing to get WikiDataSource, creates the object from the JavaScriptObject argument if it is not null.
getOrCreateRef(JavaScriptObject) - Static method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Static method allowing to get the XWikiExplorer, creates the widget from the JavaScriptObject argument if it is not null.
getOriginal() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Accessor method to return the chunk representing the original sequence of items
getOutput(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
getPage() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getPageLink(String, String, String, String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
Creates a page link (URL, reference) from the given parameters.
getPageLink(String, String, String, String, String, AsyncCallback<LinkConfig>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Creates a page link (URL, reference) from the given parameters.
getPageLink(String, String, String, String, String, AsyncCallback<LinkConfig>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Creates a page link (URL, reference) from the given parameters.
getPageLink(String, String, String, String, String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
Creates a page link (URL, reference) from the given parameters.
getPageNames(String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
 
getPageNames(String, String, AsyncCallback<List<String>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Returns the list of the page names from a given space and a given wiki.
getPageNames(String, String, AsyncCallback<List<String>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Returns the list of the page names from a given space and a given wiki.
getPageNames(String, String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
getParameter(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.RedoExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.UndoExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.exec.InsertImageExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
getParameter(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.InsertExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.EnableExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.ResetExecutable
getParameter() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.SubmitExecutable
getParameterDescriptorMap() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
getPlaceHolder(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
getPlainTextArea() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
 
getPlainTextEditor() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
Get the plain text editor.
getPlugin() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.AbstractTableFeature
Get table plugin.
getPlugin() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.table.TableFeature
Get table plugin.
getPlugin() - Method in class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPluginApi
 
getPluginApi(XWikiPluginInterface, XWikiContext) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin
getPluginFactory(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginFactoryManager
 
getPluginFactoryManager() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginManager
 
getPluginName() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginFactory
 
getPreviousCellInColumn(TableCellElement) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Get previous cell in cell's column.
getPreviousCellInRow(TableCellElement) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Get previous cell in cell's row.
getRange(Document) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Inspect a Document to get the currently selected Range.
getRecentlyModifiedPages(int, int) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
 
getRecentlyModifiedPages(int, int, AsyncCallback<List<WikiPage>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
 
getRecentlyModifiedPages(int, int, AsyncCallback<List<WikiPage>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
getRecentlyModifiedPages(int, int) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
getReference() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
getReference() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getReference() - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
 
getReferer() - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
 
getRelativeTo(ResourceName) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Returns minimal representation of the current resource relative to the passed resource.
getRequest() - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
 
getRequiredStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageSelectorWizardStep
getRequiredStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentSelectorWizardStep
getRequiredStep() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
getRequiredStep() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
getResult() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
getRevised() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Accessor method to return the chunk representing the updated sequence of items.
getRevision() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
 
getRichTextArea() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
 
getRichTextEditor() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
Get the rich text editor.
getRole() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.AbstractSeparator
getRole() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.UIExtension
 
getRow(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Browse node ancestors and return the first table row element.
getRowCount() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
 
getRowNumber() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableConfig
Number of rows in the table.
getSelectedAlignment() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
getSelectedAnchor(RichTextArea) - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.LinkExecutableUtils
Returns the currently selected anchor element in the passed RichTextArea, as the user perceives the selection.
getSelectedAnchor() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the anchor selected in the Tree.
getSelectedAttachment() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the attachment selected in the Tree.
getSelectedColor() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPalette
 
getSelectedItem() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Helper method to get the selected item in the list managed by this wizard step.
getSelectedPage() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the page selected in the Tree.
getSelectedPage() - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
 
getSelectedSpace() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the space selected in the Tree.
getSelectedSpace() - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
 
getSelectedSymbol() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPalette
 
getSelectedTab() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
 
getSelectedValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractListBoxPicker
getSelectedValue() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.font.Picker
 
getSelectedWiki() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the wiki selected in the Tree.
getSelectedWiki() - Method in class com.xpn.xwiki.wysiwyg.client.widget.WikiSelector
 
getSelectElement() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractListBoxPicker
NOTE: We added this method because it is declared as private in the base class.
getSelectErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getSelectErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getSelectErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getSelectErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getSelectHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getSelectHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getSelectHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getSelectHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getSelection() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getSelection() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getSelection() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getSelection() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getSelector() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
 
getSerializedMacroCall(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
getSessionAttribute(String) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
 
getSourceText(JavaScriptObject, JavaScriptObject) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
Sends a request to the server to convert the HTML output of the rich text editor to source text and calls one of the given functions when the response is received.
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Sets the space for this selector.
getSpace() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getSpaceNames(String) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
 
getSpaceNames(String, AsyncCallback<List<String>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Returns a list of all spaces names in the specified wiki.
getSpaceNames(String, AsyncCallback<List<String>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Returns a list of all spaces names in the specified wiki.
getSpaceNames(String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
getStep(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageWizard
getStep(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportWizard
getStep(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkWizard
getStep(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getStepInstance(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageSelectorWizardStep
getStepInstance(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentSelectorWizardStep
getStepInstance(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
getStepInstance(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getStepNames() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageSelectorWizardStep
getStepNames() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentSelectorWizardStep
getStepNames() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
getStepNames() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageSelectorWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentSelectorWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
getStepTitle() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
getSubmitHandler() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
 
getSymbol() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
 
getSymbol() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPicker
 
getSymbolGrid() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPalette
 
getSyncStatus(String) - Method in interface com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncEngine
 
getSyntax() - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidator
 
getSyntaxValidator(String) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidatorManager
Returns the syntax validator for the given syntax.
getTable(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Browse node ancestors and return the first table element.
getTextArea() - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
 
getTextArea() - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
 
getTextArea() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
getTextArea() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
getTitle() - Method in class com.xpn.xwiki.wysiwyg.client.util.WikiPage
 
getToolbar() - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
 
getTooltip() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getTooltipTextBox() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getTooltipTextBoxTooltip() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getType() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getType() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getUI() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
In a Model-View-Controller architecture the UI represents the View component, while this class represents the Controller.
getUIExtension(String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginManager
 
getUIExtensions() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.Plugin
 
getUIObject(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
It can be a button, a menu item, a label or any other UIObject-derived instance.
getUIObject(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.UIExtension
It can be a button, a menu item, a label or any other UIObject-derived instance.
getUploadURL() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Builds the form upload URL for this form, to be called before form submission.
getUrl() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getURL() - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
 
getURL() - Method in class com.xpn.xwiki.wysiwyg.client.util.WikiPage
 
getURLErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
getURLErrorMessage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
getURLHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
getURLHelpLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
getURLLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
getURLLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
getUrlTextBox() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLTextBoxTooltip() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLTextBoxTooltip() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
getURLTextBoxTooltip() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
.
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
.
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
getValidDirections() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
getValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.ChoiceInput
getValue() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.input.HasValue
 
getValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.TextInput
getValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
 
getValue() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the resource selected in the Tree.
getVersion() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
 
getVersion(int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
 
getVersions() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
 
getVirtualWikiNames() - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
 
getVirtualWikiNames(AsyncCallback<List<String>>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Returns a list containing the names of all wikis.
getVirtualWikiNames(AsyncCallback<List<String>>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Returns a list containing the names of all wikis.
getVirtualWikiNames() - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
getWidget() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
 
getWidth() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
 
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
 
getWiki() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getWizard() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
Get table wizard pop-up.

H

handleEmptyListItem(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Handles a list item which void by adding a placeholder to render this element editable.
handleRepeatableKey(Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Handles a repeatable key press.
HasFocus - Interface in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
Interface to an object that can have focus.
hashCode() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
hasHeader() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableConfig
Does the table contain a header row.
HasValue - Interface in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
Interface to access and change the value of an object.
HELP_LABEL_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the description labels in this form.
hideError() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Hides the error messages and markers in this wizard step.
hideError() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Hides the error message and markers for this dialog.
hideError() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Hides the error markers for this wizard step.
hideErrors() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Hides the error message and markers for this dialog.
hideErrors() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Hides the error message and markers for this dialog.
HiliteColorExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.color.exec
Changes the background color of the current selection in Mozilla.
HiliteColorExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.exec.HiliteColorExecutable
Creates a new executable of this type.
History - Interface in com.xpn.xwiki.wysiwyg.client.plugin.history
Interface for undoing and redoing user's edit actions.
HistoryPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.history
Plug-in for undoing and redoing the past actions taken on the rich text area.
HistoryPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.history.HistoryPlugin
 
HistoryPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.history
Factory for HistoryPlugin.
hookSubmitEvent(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.IESubmitPlugin
Registers SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
hookSubmitEvent(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
Registers SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
HOVERED_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when the color cell is hovered.
HOVERED_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
The CSS class name used when the symbol cell is hovered.
hr() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
hr() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
HTMLCleaner - Interface in com.xpn.xwiki.wysiwyg.client.cleaner
Cleans the HTML generated by the WYSIWYG editor.
HTMLCleanerAsync - Interface in com.xpn.xwiki.wysiwyg.client.cleaner
Cleaner interface to be used on the client.
HTMLConverter - Interface in com.xpn.xwiki.wysiwyg.client.converter
Converts HTML to/from a specified syntax.
HTMLConverterAsync - Interface in com.xpn.xwiki.wysiwyg.client.converter
Converter interface to be used on the client.

I

i - Variable in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
Position in the original sequence.
IELinePlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.line
Internet Explorer specific implementation of the LinePlugin.
IELinePlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.line.IELinePlugin
 
IESubmitPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.submit
Internet Explorer specific implementation of SubmitPlugin.
IESubmitPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.submit.IESubmitPlugin
 
image() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
image() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAlignBottomLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAlignCenterLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAlignLeftLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAlignMiddleLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAlignRightLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAlignTopLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAltTextHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageAltTextLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageBehaviorAdjuster - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Customizes the behavior of the editor according to the image constraints, e.g.
ImageBehaviorAdjuster() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
ImageConfig - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Stores the data about an image: information about the image file (filename, url, etc.) and also about its representation in an edited document (position, size, etc.).
ImageConfig() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
Default constructor.
ImageConfig.ImageAlignment - Enum in com.xpn.xwiki.wysiwyg.client.plugin.image
Enumeration holding all possible values for the image alignment.
imageConfigTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageConfigWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
Wizard step to configure the image parameters.
ImageConfigWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
Default constructor.
imageCreateImageButton() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageEditImage() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageHeightHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageHeightLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageHorizontalAlignmentHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageHorizontalAlignmentLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageHTMLGenerator - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Generates an HTML block for an image, given by it's URL and filename.
imageInsertImage() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageMenuExtension - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Provides user interface for manipulating images through the WYSIWYG top-level menu.
ImageMenuExtension(ImagePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMenuExtension
Builds the menu extension using the passed plugin.
ImageMetaDataExtractor - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Analyzes the passed subtree and detects the image structures and transforms them in minimal HTML elements with metafragments attached, so that the editor operates with minimal HTML.
ImageMetaDataExtractor() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMetaDataExtractor
 
imageNoImageSelectedError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImagePlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Rich text editor plug-in for inserting images, using a dialog to get image data settings from the user.
ImagePlugin(WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
Create a new image plugin that used the specified wiki service.
ImagePluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.image
Factory for ImagePlugin.
imageRemoveImage() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
Images - Interface in com.xpn.xwiki.wysiwyg.client.editor
This ImageBundle is used for all the button icons.
imageSelectImageHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageSelectImageLocationHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageSelectImageTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageSelectionBehaviourRule - Class in com.xpn.xwiki.wysiwyg.client.syntax.rule
Validation rule used to define the behavior when the selection is on an image.
ImageSelectionBehaviourRule() - Constructor for class com.xpn.xwiki.wysiwyg.client.syntax.rule.ImageSelectionBehaviourRule
 
ImageSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
Wizard step to select the image to insert, by aggregating a current page selector step and an "all pages" selector step.
ImageSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageSelectorWizardStep
Builds an image selector wizard step for the currently edited resource.
imageSettingsLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImagesExplorerWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
Wizard step to explore and select images from all the pages in the wiki.
ImagesExplorerWizardStep(ResourceName, boolean, WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Builds an image explorer with the default selection on the passed resource.
imageTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageUpdateListButton() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageUploadHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageUploadNewFileLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageUploadWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
Specialized wizard step to upload an image.
ImageUploadWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
Builds an image upload wizard step for the currently edited resource.
imageVerticalAlignmentHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageVerticalAlignmentLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageWidthHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
imageWidthLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImageWizard - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
The link wizard, used to configure image parameters in a ImageConfig object, in successive steps.
ImageWizard(Config, WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageWizard
Builds a ImageWizard from the passed Config.
ImageWizard.ImageWizardSteps - Enum in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
Enumeration steps handled by this image wizard.
importMenuEntryCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importMenuEntryIcon() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
ImportMenuExtension - Class in com.xpn.xwiki.wysiwyg.client.plugin.importer
Provides access to various content importers through the top-level wysiwyg menu.
ImportMenuExtension(ImportPlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportMenuExtension
Creates a new import menu extension.
importOfficeContentFilterStylesCheckBoxLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importOfficeFileFeatureNotAvailable() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importOfficeFileHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importOfficeFileMenuEntryIcon() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
importOfficeFileMenuItemCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImportOfficeFileWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui
Wizard step responsible for importing the content of an office document into the wysiwyg editor.
ImportOfficeFileWizardStep(Config, ImportServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
Instantiates the office document import wizard step.
importOfficeFileWizardStepTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importOfficePasteHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importOfficePasteInfoLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importOfficePasteMenuEntryIcon() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
importOfficePasteMenuItemCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImportOfficePasteWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui
Wizard step responsible for importing copy-pasted office content.
ImportOfficePasteWizardStep(ImportServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
Creates an instance of ImportOfficePasteWizardStep.
importOfficePasteWizardStepTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
ImportPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.importer
Plugin responsible for importing external content into wysiwyg editor.
ImportPlugin(ImportServiceAsync, WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
Creates a new import plug-in that used the given import service.
ImportPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.importer
Factory for ImportPlugin.
ImportService - Interface in com.xpn.xwiki.wysiwyg.client.plugin.importer
The service interface used on the server.
ImportServiceAsync - Interface in com.xpn.xwiki.wysiwyg.client.plugin.importer
Service interface used on the client by the importer plug-in.
ImportWizard - Class in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui
Import wizard responsible for performing various content import operation into wysiwyg editor.
ImportWizard(Config, ImportServiceAsync, WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportWizard
Instantiates the import wizard.
ImportWizard.ImportWizardStep - Enum in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui
Enumeration of steps comprising the import wizard.
importWizardIcon() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
importWizardImportButtonCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
importWizardTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
indent() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
indent() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
IndentExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.indent.exec
Indent executable to handle valid XHTML lists indent, semantically: when a list item is indented, all its subitems are indented as well.
IndentExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.IndentExecutable
Creates a new executable that can be used to indent list items inside the specified rich text area.
IndentPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.indent
Plug-in for indenting or outdenting text.
IndentPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.indent.IndentPlugin
 
IndentPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.indent
Factory for IndentPlugin.
indexOf(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.ChoiceInput
Searches for the given value in the list of options.
INFO_LABEL_STYLE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the information labels in this form.
init(Chunk, Chunk) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Initializaes the delta with the given chunks from the original and revised texts.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.HistoryPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
Initialize the plug-in.
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
Initialize the plug-in.
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.IndentPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.IELinePlugin
Initialize the plug-in. Plug-ins need to know the text area in order to provide only those feature that are supported.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Initialize the plug-in.
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Initialize the plug-in.
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
init(RichTextArea, Config) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.Plugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.SeparatorPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TablePlugin
Initialize the plug-in.
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPlugin
Initialize the plug-in.
init(RichTextArea, Config) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPlugin
Initialize the plug-in.
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
init(Object, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
init(FilterConfig) - Method in class com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter
init(FilterConfig) - Method in class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
initCurrentPage(ResourceName, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Initializes and displays the page selector panel for the currently selected resource.
initializeContainerComponent(XWikiContext) - Method in class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
 
initializeSelection(AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Initializes the selection on AbstractSelectorWizardStep.init(Object, AsyncCallback) time.
initializeSelection(AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
Initializes the selection on AbstractSelectorWizardStep.init(Object, AsyncCallback) time.
initializeSelection(AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
Initializes the selection on AbstractSelectorWizardStep.init(Object, AsyncCallback) time.
initializeSelection(AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
Initializes the selection on AbstractSelectorWizardStep.init(Object, AsyncCallback) time.
initializeXWikiContext(ServletRequest, ServletResponse) - Method in class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
Initializes the XWiki context.
INLINE_MACRO_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of an in-line macro.
InputFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
Creates input controls for specific data types.
INSERT - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for inserting a macro in place of the current selection.
insert() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Start the insert macro wizard.
INSERT - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
Rich text area command for inserting a macro in place of the current selection.
insert() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
Casts the insert macro spell on the underlying rich text area, allowing the user to insert a new macro in place of the current selection or at the current caret position.
insertCol(Document, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Insert a column in the currently edited table.
insertColAfter() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
insertColAfter() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
InsertColAfter - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to insert a column at the right of an existing column.
InsertColAfter(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColAfter
Initialize the feature.
insertColBefore() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
insertColBefore() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
InsertColBefore - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to insert a column at the left of an existing column.
InsertColBefore(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColBefore
Initialize the feature.
insertDelta(Delta) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Adds a delta to the start of this revision.
insertEmptyLine(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.IELinePlugin
Inserts an empty line before the block containing the caret.
If the caret is inside an empty block level container and we insert an empty line before then the caret doesn't remain in its place.
insertEmptyLine(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Inserts an empty line before the block containing the caret.
InsertExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.exec
Inserts a new macro in the edited document or replaces an existing one.
InsertExecutable(MacroSelector) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.InsertExecutable
Creates a new executable.
InsertHRExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.separator.exec
Inserts a horizontal rule in place of the current selection.
InsertHRExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.separator.exec.InsertHRExecutable
Creates a new executable that can be used to insert a horizontal rule in the specified rich text area.
InsertImageExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.image.exec
Handles the insertion of an image, passed through its corresponding HTML block.
InsertImageExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.image.exec.InsertImageExecutable
Creates a new executable that can be used to insert images in the specified rich text area.
insertItem(String, String, int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractListBoxPicker
insertLineBreak(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Inserts a line break at the specified position in the document.
insertLineBreak(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.MozillaLinePlugin
Inserts a line break at the specified position in the document.
We overwrite in order to fix a Mozilla bug which causes the caret to be rendered on the same line after you press Enter, if the new line doesn't have any visible contents.
insertRow(Document, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Insert a row in the currently edited table.
insertRowAfter() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
insertRowAfter() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
InsertRowAfter - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to insert a row bellow the currently edited row.
InsertRowAfter(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowAfter
Initialize the feature.
insertRowBefore() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
insertRowBefore() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
InsertRowBefore - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to insert a row above the currently edited row.
InsertRowBefore(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowBefore
Initialize the feature.
insertTable() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
insertTable() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
InsertTable - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
Feature allowing to insert a table in the editor.
InsertTable(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
Initialize the feature.
insertTable(TableConfig) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
Insert a HTML table in the editor.
INSTANCE - Static variable in interface com.xpn.xwiki.wysiwyg.client.editor.Images
An instance of this image bundle that can be used anywhere in the code to extract images.
INSTANCE - Static variable in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
An instance of this string bundle that can be used anywhere in the code to obtain i18n strings.
invalidateExplorerData() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Invalidates the cache on the explorer, so that it will be reloaded on next display.
isAfterLineBreak(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
isAtStart(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
isBootstrap() - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
Is this a bootstrap node?
isCollapsed(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
isEmptyLine(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
isEmptyListItemPlaceholder(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Determines if a node is an empty list item placeholder.
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.RedoExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.UndoExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.UnlinkExecutable
isEnabled(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.AbstractSeparator
Tells if the given feature is enabled in the current context.
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.EnableExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.ResetExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.SubmitExecutable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteCol
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteRow
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteTable
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColAfter
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColBefore
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowAfter
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowBefore
isEnabled() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
isEnabled(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.UIExtension
Tells if the given feature is enabled in the current context.
isEnum() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType
 
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.RedoExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.UndoExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.exec.InsertImageExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.exec.ListExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.CollapseExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.EnableExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.ResetExecutable
isExecuted() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.SubmitExecutable
isHeaderRow(TableRowElement) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Determine if the row is a header row.
isLineBreak(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
isList(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Checks if the passed node is a list node: either an ordered list or an unordered one.
isLoading() - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
 
isLoading() - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
 
isMacroContainer(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
isMandatory() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
isMultiWiki() - Method in interface com.xpn.xwiki.wysiwyg.client.WikiService
Check if the current wiki is part of a multiwiki (i.e.
isMultiWiki(AsyncCallback<Boolean>) - Method in interface com.xpn.xwiki.wysiwyg.client.WikiServiceAsync
Check if the current wiki is part of a multiwiki (i.e.
isMultiWiki(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Check if the current wiki is part of a multiwiki (i.e.
isMultiWiki() - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
Check if the current wiki is part of a multiwiki (i.e.
isNewAttachment() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Is the selected resource a new attachment.
isNewPage() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Is the selected resource a new page.
isNewPageSelectedFromTextInput() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
isNewPageSelectedFromTreeNode() - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
isolateUpTo(Node, Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Isolates the ancestors of the given child node up to the specified top ancestor.
isOpenInNewWindow() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
isReadOnlyLabel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
isRichTextEditingSupported() - Static method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
 
isSelected() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
 
isSelected(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
isSelected() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
 
isSnake() - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.DiffNode
Is this node a Snake node?
isSnake() - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
Is this node a Snake node?
isSnake() - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.Snake
Is this node a Snake node?
isStatus() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
 
isSupported() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.RedoExecutable
isSupported() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.UndoExecutable
isSupported() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.EnableExecutable
isSupported() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.ResetExecutable
isSupported() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.SubmitExecutable
isSyntaxSupported(String) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPluginApi
Checks if there is a parser and a renderer available for the specified syntax.
isValid(String, RichTextArea) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidator
Verifies if a specific feature of the editor should be enabled, considering the current list of validation rules and the current state of the given text area.
isWithHeader() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
 
italic() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
italic() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 

J

j - Variable in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
Position in the revised sequence.
justifyCenter() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
justifyCenter() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
justifyFull() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
justifyFull() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
justifyLeft() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
justifyLeft() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
JustifyPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.justify
Plug-in for justifying text.
JustifyPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPlugin
 
JustifyPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.justify
Factory for JustifyPlugin.
justifyRight() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
justifyRight() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 

L

last() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the index of the last line of the chunk.
left - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractFontMatcher
The element with the left value.
LI - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The name of the <li> tag.
LINE_BREAK - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The CSS class name associated with BRs that are present in the rich text area's HTML input and which have to be kept even when they are placed at the end of a block-level element.
LINE_BREAK - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
The string used in configurations to split the tool bar in multiple lines.
LINE_BREAK_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Line break tag, to help manage empty list items after outdenting sublists.
LinePlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.line
Overwrites the behavior of creating new lines of text and merging existing ones.
LinePlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
LinePluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.line
Factory for LinePlugin.
link() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
link() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkAttachmentUploadHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
LinkConfig - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Stores the data about a link: information about the link: reference (wiki, space, page), URL and also about its representation in a document (parameters, etc).
LinkConfig() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
LinkConfig.LinkType - Enum in com.xpn.xwiki.wysiwyg.client.plugin.link
Enumeration type to store the type of link: wiki external link, link to an existing page, link to a new page, etc.
linkConfigLabelTextBoxTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkConfigTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkConfigTooltipTextBoxTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
LinkConfigWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Default implementation for the link configuration parameters, such as link labels, link tooltip, or opening the link in a new window or not.
LinkConfigWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Default constructor.
linkCreateLinkButton() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkCreateNewPageTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkEdit() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkEmailAddressError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkEmailHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkEmailLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkErrorLoadingData() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
LinkExecutableUtils - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.exec
Utility class to perform functions associated to link executables, such as detecting the selected anchor.
LinkExecutableUtils() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.LinkExecutableUtils
Protected constructor.
LinkHTMLGenerator - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Generates html link blocks for all types of links.
linkLabelLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
LinkMenuExtension - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Provides user interface for manipulating links through the WYSIWYG top-level menu.
LinkMenuExtension(LinkPlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMenuExtension
Builds the menu extension using the passed plugin.
LinkMetaDataExtractor - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Analyzes the passed subtree and detects the link structures and transforms them in minimal HTML elements with metafragments attached, so that the editor operates with minimal HTML.
LinkMetaDataExtractor() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMetaDataExtractor
 
linkNewPageError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkNewPageLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkNewPageOptionLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkNewPageTextBoxTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkNoAttachmentSelectedError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkNoLabelError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkNoPageSelectedError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkOpenInNewWindowHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkOpenInNewWindowLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
LinkPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Rich text editor plug-in for inserting links, using a dialog to get link settings from the user.
LinkPlugin(WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Creates a new link plugin that will use the specified wiki service.
LinkPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.link
Factory for LinkPlugin.
linkSelectAttachmentHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkSelectAttachmentTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkSelectWikipageHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkSelectWikipageTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkToAttachment() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkToEmail() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkTooltipLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkToWebPage() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkToWikiPage() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkURLToEmailAddressTextBoxTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkURLToWebPageTextBoxTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkWebPageAddressError() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkWebPageHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkWebPageLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkWikipageSearchButton() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
linkWikipageSearchTooltip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
LinkWizard - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
The link wizard, used to configure link parameters in a LinkConfig object, in successive steps.
LinkWizard(Config, WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkWizard
Builds a LinkWizard from the passed Config.
LinkWizard.LinkWizardSteps - Enum in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Enumeration steps handled by this link wizard.
LIST_ITEM_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
List item element name.
LIST_ITEM_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
List item element name.
ListBehaviorAdjuster - Class in com.xpn.xwiki.wysiwyg.client.plugin.list
Handles keyboard actions on valid HTML lists, to ensure that the lists stay valid even after keyboard changes such as adding or deleting list items (enter or delete / backspace).
ListBehaviorAdjuster() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
ListExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.list.exec
List executable to insert a list (ordered or unordered).
ListExecutable(RichTextArea, boolean) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.list.exec.ListExecutable
Create a list executable to handle lists as specified by the parameter.
listParameters() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
Returns an iterable type over the list of parameters for this LinkConfig.
ListPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.list
Plug-in for inserting ordered (numbered) and unordered (bullet) lists.
ListPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPlugin
 
ListPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.list
Factory for ListPlugin.
load(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginManager
Loads the specified plug-in.
loadingPanel - Variable in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
The panel used to indicate the loading state of the editor.

M

macro() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
macro() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
MACRO_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of a macro.
MacroCall - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Stores information about a macro call.
MacroCall() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
Creates a new empty macro call.
MacroCall(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
Creates a new macro call from a start comment node's value.
macroCategories() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroCategoriesToolTip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroCategoryAll() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroCategoryOther() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroCategoryUsed() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroCollapse() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroCollapseAll() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
MacroDescriptor - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Describes a macro and its parameters.
MacroDescriptor() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
 
MacroDescriptorTranslator - Interface in com.xpn.xwiki.wysiwyg.server.plugin.macro
Translates a MacroDescriptor into the execution context language.
MacroDisplayer - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Hides macro meta data and displays macro output in a read only text box.
MacroDisplayer() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
 
macroEdit() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
macroEdit() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroEditDialogCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroExpand() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroExpandAll() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroInsert() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
macroInsert() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroInsertActionLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroInsertDialogCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroInsertDialogTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
MacroMenuExtension - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Provides a user interface extension to allow users to manipulate macros using the top-level menu of the WYSIWYG editor.
MacroMenuExtension(MacroPlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroMenuExtension
Creates a new menu extension for the given macro plug-in.
macroNoMacroSelected() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
macroParameterMandatory() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
MacroPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
WYSIWYG editor plug-in for inserting macros and for editing macro parameters.
MacroPlugin(MacroServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Creates a new macro plug-in that uses the specified macro service.
MacroPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Factory for MacroPlugin.
macroRefresh() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
macroRefresh() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
MacroSelector - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Controls the currently selected macros.
MacroSelector(MacroDisplayer) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
Creates a new macro selector.
MacroService - Interface in com.xpn.xwiki.wysiwyg.client.plugin.macro
The service interface used on the server.
MacroServiceAsync - Interface in com.xpn.xwiki.wysiwyg.client.plugin.macro
Service interface used on the client by the macro plug-in.
MacroServiceAsyncCacheProxy - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Cache proxy for MacroServiceAsync.
MacroServiceAsyncCacheProxy(MacroServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
Creates a new cache proxy for the given service.
MacroWizard - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
A wizard that can be used to cast macro spells on a rich text area.
MacroWizard(MacroDisplayer, Config, MacroServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
Creates a new macro wizard.
mandatory() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
markInitialLineBreaks() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Marks the initial line breaks so they are not mistaken as LinePlugin.SPACER.
markSpacers() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Marks the BRs that have been added as spacers during the editing.
match(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.DefaultStringMatcher
match(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyMatcher
match(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontSizeComparator
match(T, T) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.font.Matcher
 
Matcher<T> - Interface in com.xpn.xwiki.wysiwyg.client.plugin.font
Interface to test if two objects match.
matchesSelection(Attachment, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Compares the current item with the passed string representation of the wizard step's selection.
matchesSelection(WikiPage, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
Compares the current item with the passed string representation of the wizard step's selection.
matchesSelection(Attachment, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
Compares the current item with the passed string representation of the wizard step's selection.
matchesSelection(L, String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Compares the current item with the passed string representation of the wizard step's selection.
matchesStyle(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.text.exec.BoldExecutable
matchesUpToPage(ResourceName) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Compares this resource with the passed resource to check if the values for the components match up to the page component, inclusive.
menu - Variable in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
The menu bar.
moveAnchor(int) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
 
MozillaColorPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.color
Mozilla specific implementation of ColorPlugin.
MozillaColorPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.color.MozillaColorPlugin
 
MozillaLinePlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.line
Mozilla specific implementation of the LinePlugin.
MozillaLinePlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.line.MozillaLinePlugin
 
MutableServletRequest - Interface in com.xpn.xwiki.wysiwyg.server.filter
A servlet request that can be modified.
MutableServletRequestFactory - Interface in com.xpn.xwiki.wysiwyg.server.filter
A factory for mutable servlet requests.
MyersDiff - Class in com.xpn.xwiki.wysiwyg.client.diff.myers
A clean-room implementation of Eugene Myers differencing algorithm.
MyersDiff() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.myers.MyersDiff
Constructs an instance of the Myers differencing algorithm.

N

NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteCol
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteRow
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.DeleteTable
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColAfter
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertColBefore
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowAfter
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertRowBefore
Feature name.
NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
Feature name.
needsDeleteAdjustment(Element, Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Helper function to determine whether deleting at the end / backspacing at the beginning of one of the list items when next list item / previous list item is the other needs special handling or will fall back on the browser default.
needsSpace(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
newDelta(Chunk, Chunk) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Returns a Delta that corresponds to the given chunks in the original and revised text respectively.
newEditor(Config) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorFactory
Creates a new editor for the given configuration in the specified context.
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.HistoryPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.IndentPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPluginFactory
newInstance() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginFactory
 
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.SeparatorPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TablePluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPluginFactory
newInstance() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPluginFactory
newInstance(ServletRequest) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequestFactory
Creates a new mutable servlet request.
newLineBreak() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
 
newVerticalBar() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
 
NL - Static variable in class com.xpn.xwiki.wysiwyg.client.diff.Diff
The standard line separator.
no() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
NORMAL_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when the color cell is neither selected nor hovered.
NORMAL_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
The CSS class name used when the symbol cell is not hovered.

O

officeToXHTML(Attachment, Map<String, String>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportService
Imports the given office attachment into XHTML 1.0.
officeToXHTML(Attachment, Map<String, String>, AsyncCallback<String>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportServiceAsync
Imports the given office attachment into XHTML 1.0.
officeToXHTML(Attachment, Map<String, String>) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.importer.XWikiImportService
Imports the given office attachment into XHTML 1.0.
ol() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
ol() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageUploadWizardStep
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentUploadWizardStep
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
onBackspace(Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Overwrites the default rich text area behavior when the Backspace key is being pressed.
onBackspace(Element, Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Handles the backspace key inside a list item, such that it meets the following behavior when hit at the beginning of a list item: The list item in which the delete backspace button is hit is always deleted, if there is another list item preceeding it.
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.EmptyLinkFilter
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
onBeforeCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
onBeforeSelection(BeforeSelectionEvent<Integer>) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorListener
onBlur(BlurEvent) - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
onBlur(BlurEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
onBrowserEvent(Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
onBrowserEvent(Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
onCancel(Wizard) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
onCancel(Wizard) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
onCancel(Wizard) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
.
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
onCancel(Wizard) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
onCancel(Wizard) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
onCancel() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
onChange(ChangeEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPlugin
onChange(ChangeEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin
onChange(ChangeEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPalette
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.history.HistoryPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.IndentPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.SeparatorPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPalette
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPlugin
onClick(ClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPlugin
onClose(CloseEvent<PopupPanel>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPlugin
onClose(CloseEvent<CompositeDialogBox>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPlugin
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.EmptyLinkFilter
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
onCommand(CommandManager, Command, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
onDelete(Element, Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Handles the delete key inside a list item, such that it meets the following behavior when hit at the end of a list item: The list item in which the delete button is hit is never deleted, if there is another list item following it.
onDirection(NavigationListener.NavigationDirection) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
onDoubleClick(DoubleClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
onDoubleClick(DoubleClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
onDoubleClick(DoubleClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
onElapsed(Timer) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorDebugger
onElapsed(Timer) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
onEnter(Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Overwrites the default rich text area behavior when the Enter key is being pressed.
onEnterParagraph(Node, Range, Event) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Behaves as if the caret is inside a paragraph.
onFailure(Throwable) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
onFinish(Wizard, Object) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
onFinish(Wizard, Object) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
onFinish(Wizard, Object) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
.
onFinish(Wizard, Object) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroWizard
onFinish(Wizard, Object) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.feature.InsertTable
onImage() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
Function to handle the image event, when the toolbar button is clicked or the menu command is issued: either create a new image, or edit an existing image.
onImageRemove() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImagePlugin
Removes the selection if the insert image command is executed.
onImportOfficeFile() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
Method invoked by ImportMenuExtension when "Import -> Office File" menu item is clicked.
onImportOfficePaste() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ImportPlugin
Method invoked by ImportMenuExtension when "Import -> Office Content" menu item is clicked.
onInnerHTMLChange(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
onInnerHTMLChange(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMetaDataExtractor
onInnerHTMLChange(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.IELinePlugin
onInnerHTMLChange(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMetaDataExtractor
onInnerHTMLChange(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
onKeyDown(KeyDownEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
onKeyDown(KeyDownEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
onKeyDown(KeyDownEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
onKeyPress(KeyPressEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
onKeyUp(KeyUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
onLinkEdit() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Handles the edit of a link: prepares and shows the link wizard.
onLinkInsert(LinkConfig.LinkType) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Handles the creation of a link of the specified type: prepares and shows the link wizard.
onLoad() - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
onLoad(LoadEvent) - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
onLoad(LoadEvent) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
onMenuItemSelected(MenuItem) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMenuExtension
onMenuItemSelected(MenuItem) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMenuExtension
onMenuItemSelected(MenuItem) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroMenuExtension
onMenuItemSelected(MenuItem) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableMenuExtension
onModuleLoad() - Method in class com.xpn.xwiki.wysiwyg.client.Wysiwyg
onMouseDown(MouseDownEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
onMouseUp(MouseUpEvent) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
onRecordDoubleClick(RecordDoubleClickEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
onReset() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Called after the content of the rich text area has been reset.
onSelection(SelectionEvent<Integer>) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorListener
onSelection(SelectionEvent<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPicker
onSelection(SelectionEvent<ListItem<Attachment>>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
onSelection(SelectionEvent<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPicker
onSelection(SelectionEvent<Integer>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
onSubmit() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
Called when the HTML form hosting the rich text area is submitted.
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
onSubmit(AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
onSubmitComplete(FormPanel.SubmitCompleteEvent, AsyncCallback<Boolean>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Handles the submit completion in asynchronous mode, to pass the result of processing the result in the received callback.
onSuccess(SyncResult) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
onSymbols(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPlugin
Either shows the symbol picker dialog or inserts the chosen symbol depending in the given flag.
onSync() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
onUnlink() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Executed when the unlink button is clicked.
onWindowClosing(Window.ClosingEvent) - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
onWindowClosing(Window.ClosingEvent) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
ORDERED_LIST_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Ordered list element name.
ORDERED_LIST_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Ordered list element name.
orig - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Diff
The original sequence.
original - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Delta
 
outdent() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
outdent() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
OutdentExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.indent.exec
Outdent executable to handle valid XHTML lists outdent, semantically: when a list item is outdented, all its subitems are outdented as well.
OutdentExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Creates a new executable that can be used to decrease the identation of list items inside the specified rich text area.
outdentFirstLevelItem(Element, Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Outdents an element on the first level of the list, by splitting the list in two, and leaving the list item's content as text between the lists.
outdentItem(Element, Element, Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Actually executes the outdent on listItem, with respect to the list it takes part of.

P

PageDataSource - Class in com.xpn.xwiki.wysiwyg.client.widget.explorer.ds
Wrapper for SmartClient-based PageDataSource class.
PageDataSource() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
Constructor.
PageDataSource(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
Constructor.
pageName - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
The name of the edited page.
PageSelector - Class in com.xpn.xwiki.wysiwyg.client.widget
Selector for the pages from a space in a wiki.
PageSelector(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Builds a page selector from the passed space, for the current wiki.
PageSelector(String, String) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Builds a page selector for the passed wiki and space.
PageSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Creates a page selector aggregator, to switch between the recent changed pages and all pages.
PageSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
Builds a page selector step for the currently edited resource.
ParameterDescriptor - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Describes a macro parameter.
ParameterDescriptor() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
 
ParameterDisplayer - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Displays a macro parameter allowing us to change its value.
ParameterDisplayer(ParameterDescriptor) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
Creates a new displayer for the specified parameter.
ParameterType - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro
Defines the parameter type.
ParameterType() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType
 
parseAndRender(String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.converter.HTMLConverter
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
parseAndRender(String, String, AsyncCallback<String>) - Method in interface com.xpn.xwiki.wysiwyg.client.converter.HTMLConverterAsync
Makes a request to the server to parse the given HTML fragment and render the result in annotated XHTML syntax.
parseAndRender(String, String) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPluginApi
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
parseLabelFromImage(LinkConfig, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
Helper method to parse an image execution String parameter and fill the passed LinkConfig from it.
paste() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
patch(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Applies this delta as a patch to the given text.
patch(Object[]) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
PatchFailedException - Exception in com.xpn.xwiki.wysiwyg.client.diff
Thrown whenever a delta cannot be applied as a patch to a given text.
PatchFailedException() - Constructor for exception com.xpn.xwiki.wysiwyg.client.diff.PatchFailedException
 
PatchFailedException(String) - Constructor for exception com.xpn.xwiki.wysiwyg.client.diff.PatchFailedException
 
PathNode - Class in com.xpn.xwiki.wysiwyg.client.diff.myers
A node in a diffpath.
PathNode(int, int, PathNode) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
Concatenates a new path node with an existing diffpath.
Picker - Interface in com.xpn.xwiki.wysiwyg.client.plugin.font
Generic interface for picking a String value.
PlainTextEditor - Class in com.xpn.xwiki.wysiwyg.client.editor
Source editor.
PlainTextEditor(Element, BackForwardCache) - Constructor for class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
Creates a new plain text editor that wraps the given text area element.
Plugin - Interface in com.xpn.xwiki.wysiwyg.client.plugin
A plug-in for the WYSIWYG editor.
PluginFactory - Interface in com.xpn.xwiki.wysiwyg.client.plugin
Interface for instantiating a plug-in.
PluginFactoryManager - Interface in com.xpn.xwiki.wysiwyg.client.plugin
Manages the list of available plug-in factories.
PluginManager - Interface in com.xpn.xwiki.wysiwyg.client.plugin
Manages the list of installed plug-ins.
prepareDocumentReference(String, String, String) - Method in class com.xpn.xwiki.wysiwyg.server.DefaultWikiService
Gets a document reference from the passed parameters, handling the empty wiki, empty space or empty page name.
prev - Variable in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
The previous node in the path.
previousSnake() - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
Skips sequences of DiffNodes until a Snake or bootstrap node is found, or the end of the path is reached.
processCall(String) - Method in class com.xpn.xwiki.wysiwyg.server.XWikiRemoteServiceServlet
publish() - Static method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
Publishes the JavaScript API that can be used to create and control WysiwygEditors.
putCaretInNode(RichTextArea, Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
Put caret in the given HTML node.

Q

quickSearch() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 

R

randomEdit(Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
Performs random edits on the input sequence.
randomEdit(Object[], long) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
Performs random edits on the input sequence.
rangeString() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Provide a string representation of the numeric range of this chunk.
rangeString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Provide a string representation of the numeric range of this chunk.
rangeString(StringBuffer, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Provide a string representation of the numeric range of this chunk.
RCS_EOL - Static variable in class com.xpn.xwiki.wysiwyg.client.diff.Diff
The line separator to use in RCS format output.
rcsfrom() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the from index of the chunk in RCS terms.
rcsto() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the to index of the chunk in RCS terms.
RecentChangesSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to select the wiki page to link to, from the recently modified ones for the current user.
RecentChangesSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.RecentChangesSelectorWizardStep
Builds a page list selector wizard step for the currently edited resource.
redo() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
redo() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
redo() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.history.History
Loads the next newer version of the edited content.
RedoExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.history.exec
Loads the next entry in the history of a rich text area.
RedoExecutable(History) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.RedoExecutable
Creates a new redo executable that uses the given history.
REFRESH - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for refreshing macro output.
refreshData() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorDebugger
Refreshes the debug text areas if the text in the rich text area has been changed.
RefreshExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.exec
Refreshes all the macros present on the edited document.
RefreshExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.exec.RefreshExecutable
Creates a new executable that can be used to refresh the specified rich text area.
refreshList(String, AsyncCallback<List<String>>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Refreshes the list of pages for this selector.
refreshList(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
 
refreshList(String, AsyncCallback<List<String>>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
Refreshes the list of spaces for the current wiki.
refreshList(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
 
refreshList(String, AsyncCallback<List<String>>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.WikiSelector
Get the wikis list and populate the wikis list box.
refreshList(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.WikiSelector
 
refreshList(AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Reloads the list of image previews in asynchronous manner.
release() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
Releases the editor so that it can be garbage collected before the page is unloaded.
relocateRevision(Revision, Revision) - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncTools
This will relocate the patches on rev2 based on changes in rev1.
removeArgument(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
Removes the specified argument from this macro call.
removeFormat() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
removeFormat() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
RemoveFormatExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.format.exec
Removes the in-line style from the current selection.
RemoveFormatExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Creates a new executable that can be used to remove the in-line style from the current text selection.
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
removeNavigationListener(NavigationListener) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
removeParameter(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
removeParameter(String) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
Removes the request parameter with the specified name.
removePluginFactory(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginFactoryManager
Unregisters the factory for the given plug-in name.
removeStyle(Text, int, int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
removeSyntaxValidator(String) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidatorManager
Removes the validator associated with the given syntax identifier.
removeValidationRule(ValidationRule) - Method in interface com.xpn.xwiki.wysiwyg.client.syntax.SyntaxValidator
Removes the specified rule from the list of validation rules this syntax validator obeys.
reorder(Node, Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Moves the parent of the given child node before the specified top and replicates three times the ancestors up to the top: once for the left siblings of the given child node, once the child node itself and once for the right siblings of the given child node.
replace(Element, String) - Static method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
Replaces the given element with an element with the specified tag name, moving all the child nodes to the new element.
replaceEmptyLinesWithParagraphs() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Replaces <div class="wikimodel-emptyline"/> with <p/>.
RESET - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.embed.EmbedPlugin
The command that notifies us when the content of the rich text area has been reset.
RESET - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The command that notifies us when the content of the rich text area has been reset.
RESET_COMMAND - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
The command that notifies when the content of the rich text area has been reset.
ResetExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.submit.exec
Resets the content of the rich text area.
ResetExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.ResetExecutable
Creates a new executable that can reset the HTML of the specified rich text area.
resolveRelativeTo(ResourceName) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Resolves the current resource relative to the passed resource.
ResourceName - Class in com.xpn.xwiki.wysiwyg.client.util
Stores a resource reference: the wiki, space, page and attached file name, if it's the case.
ResourceName() - Constructor for class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Default constructor.
ResourceName(String, String, String, String) - Constructor for class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Builds a resource from the passed wiki, space, page and file.
ResourceName(String, boolean) - Constructor for class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Builds a resource from the passed string representation, interpreted as a file or not, as specified by the asFile parameter.
revised - Variable in class com.xpn.xwiki.wysiwyg.client.diff.Delta
 
Revision - Class in com.xpn.xwiki.wysiwyg.client.diff
A Revision holds the series of deltas that describe the differences between two sequences.
Revision() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.Revision
Creates an empty Revision.
revision - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
The revision that needs to be applied on the client in order to update its content to the latest version.
RevisionVisitor - Interface in com.xpn.xwiki.wysiwyg.client.diff
Definition of a Visitor interface for Revisions See "Design Patterns" by the Gang of Four
RichTextEditor - Class in com.xpn.xwiki.wysiwyg.client.editor
The user interface of the WYSIWYG editor.
RichTextEditor() - Constructor for class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
Creates a new rich text editor.
right - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractFontMatcher
The element with the right value.
ROW_NODENAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table row.

S

SANS_SERIF_SUFFIX - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyMatcher
The suffix added to a font family name in order to default it to the generic sans-serif family.
saveForm() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Saves the form values in this step's data, to be called only when LinkConfigWizardStep.validateForm() returns true.
saveForm() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Saves the form values in this step's data, to be called only when LinkConfigWizardStep.validateForm() returns true.
saveSelectedValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Saves the current selection in this panel in the data managed by this wizard step, if all validation goes well on the sumbit time.
saveSelectedValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
Saves the current selection in this panel in the data managed by this wizard step, if all validation goes well on the sumbit time.
saveSelectedValue() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
Saves the current selection in this panel in the data managed by this wizard step, if all validation goes well on the sumbit time.
saveSelectedValue() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Saves the current selection in this panel in the data managed by this wizard step, if all validation goes well on the sumbit time.
scan(int[], int, int) - Method in class com.xpn.xwiki.wysiwyg.client.diff.SimpleDiff
 
SearchSelectorWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to select the wiki page to link to, from the page search results for a keyword.
SearchSelectorWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
Builds a search selector wizard step for the passed edited resource.
select() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
SELECTED_MACRO_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of a selected macro.
SELECTED_STYLE_NAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when the color cell is selected.
SelectMacroWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.ui
Wizard step for selecting one of the available macros.
SelectMacroWizardStep(Config, MacroServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
Creates a new wizard step for selecting one of the available macros.
selectorSelectFromAllPages() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
selectorSelectFromCurrentPage() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
selectorSelectFromRecentPages() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
selectorSelectFromSearchPages() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
selectTab(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
Selects the tab indicated by the passed name.
sendRedirect(ServletResponse, String) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
Redirects this request to the specified URL.
SeparatorPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.separator
Utility plug-in for separating tool bar entries, menu entries and so on.
SeparatorPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.separator.SeparatorPlugin
 
SeparatorPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.separator
Factory for SeparatorPlugin.
SERIF_SUFFIX - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyMatcher
The suffix added to a font family name in order to default it to the generic serif family.
setActive() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Notifies this wizard step that it has been activated, when part of an aggregator for example.
setActive() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
Notifies this wizard step that it has been activated, when part of an aggregator for example.
FIXME: this function should not be here but in it's own decorating interface for aggregated wizard steps or, cleaner, all wizard steps who need to be notified when they're activated should implement Focusable interface and all wizard step handlers (the dialog, the aggregator) should call setFocus(). This is a quick solution to handle tab change in the selector aggregator.
setActive() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Notifies this wizard step that it has been activated, when part of an aggregator for example.
setActive() - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
Notifies this wizard step that it has been activated, when part of an aggregator for example.
setAdditionalOptionGroupLabel(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.DynamicListBoxPicker
Sets the label of the additional option group.
setAlignment(ImageConfig.ImageAlignment) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setAltText(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setArgument(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
Sets the value of the specified argument.
setCategory(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the macro category.
setCollapsed(Element, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
Collapses or expands the specified macro.
setColor(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPicker
Sets the color that should appear as selected on the color palette.
setColumnCount(int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
Sets the number of columns.
setContent(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
Sets the content of the macro.
setContentDescriptor(ParameterDescriptor) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the content descriptor.
setCurrentPage(ResourceName) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Updates the current page for which this wizard step provides selection interface.
setDefaultValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the default value of the parameter.
setDefaultValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDescription(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the macro description.
setDescription(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the description of this parameter.
setDisplayAddAttachment(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayAddAttachmentOnTop(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayAddPage(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayAddPageOnTop(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayAttachments(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayAttachmentsOnTop(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayAttachmentsWhenEmpty(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayLinks(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplaySpaceNodesDisabled(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplaySuggest(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setDisplayWikiNodesDisabled(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setEnabled(String, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.separator.AbstractSeparator
Enables or disables the given feature.
setEnabled(String, boolean) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.UIExtension
Enables or disables the given feature.
setEnumConstants(Map<String, String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType
Sets the values that can be assigned to parameter of this type.
setFile(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
setFileName(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
Sets the name of the attached file.
setFocus(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
Set focus on the editor.
setFocus() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Sets the default focus in this wizard step.
setFocus() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Sets the default focus in this wizard step.
setFocus(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.ChoiceInput
Gives or takes the focus to/from this object.
setFocus(boolean) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.input.HasFocus
Gives or takes the focus to/from this object.
setFocus(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.TextInput
Gives or takes the focus to/from this object.
setFocused(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
Explicitly focus/unfocus the input control.
setHeight(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setHeight(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
.
setId(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the identifier of the macro.
setId(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the identifier of this parameter.
setImageAlignment(ImageConfig.ImageAlignment) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
Sets the passed alignment in the image alignment radio set.
setImageURL(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setKeyword(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
setLabel(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setLabelText(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setLastXWikiContent(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
Updates the state of the edited page.
setLoading(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
Puts the editor in loading state.
setLoading(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
Set the editor loading state.
setMandatory(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
Specify if this parameter is required or not.
setMimeType(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
Sets the mime type of the attached file.
setName(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
Sets the name of the macro to be called.
setName(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the human-readable name of the macro (e.g.
setName(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the display name of this parameter.
setName(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType
Sets the parameter type name.
setName(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.WikiPage
Sets the page name.
setNewOptionOnTop(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
setOpenInNewWindow(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setPage(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setPage(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setPage(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
setPage(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
 
setPage(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
 
setParameter(String, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
Sets the value of the specified parameter to the specified value and returns the old value, if any, or null otherwise.
setParameter(String, String) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
Sets the value of a request parameter.
setParameterDescriptorMap(Map<String, ParameterDescriptor>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the Map of parameter descriptors.
setParameterValues(String, String[]) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
Sets the values of a request parameter.
setPlugin(WysiwygPlugin) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPluginApi
 
setPluginFactoryManager(PluginFactoryManager) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginManager
Sets the manager of the available plug-in factories.
setReadOnlyLabel(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setReference(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setReference(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setReference(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
 
setRevision(Revision) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
Sets the SyncResult.revision.
setRowCount(int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
Sets the number of rows.
setSelected(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorCell
Sets the selected state of this color cell.
setSelected(Element, boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
Changes the appearance of the specified macro based on its selected state.
setSelected(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
Sets the selected state of this symbol cell.
setSelectedColor(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.color.ColorPalette
Selects a color in the color grid by its color code.
setSelectedPage(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Sets this selector on the specified page.
setSelectedSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
Sets this selector on the specified space.
setSelectedSymbol(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPalette
Selects a symbol in the symbol grid.
setSelectedTab(int) - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
Sets the selected tab.
setSelectedValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractListBoxPicker
Selects the given value.
setSelectedValue(String, Matcher<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.AbstractListBoxPicker
Looks for a list item that matches the given value and selects the one that is found.
setSelectedValue(String, Matcher<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.CachedListBoxPicker
Looks for a list item that matches the given value and selects the one that is found.
setSelectedValue(String, Matcher<String>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.DynamicListBoxPicker
Looks for a list item that matches the given value and selects the one that is found.
setSelectedValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyPicker
Selects the given value.
setSelectedValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontSizePicker
Selects the given value.
setSelectedValue(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.font.Picker
Selects the given value.
setSelectedWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.WikiSelector
Sets this selector on the specified wiki.
setSelection(String, String, String, String, boolean, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Sets the selection to the specified wiki, space and page and reloads the images panel.
setSessionAttribute(String, Object) - Method in interface com.xpn.xwiki.wysiwyg.server.filter.MutableServletRequest
Sets the value of a session attribute.
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.SpaceDataSource
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setSpace(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
 
setStatus(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
Sets the SyncResult.status.
setSyncStatus(String, SyncStatus) - Method in interface com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncEngine
Sets the status of a synchronization key.
setTextArea(RichTextArea) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
setTextArea(RichTextArea) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
setTextArea(RichTextArea) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
Sets the underlying rich text area where the macros are displayed.
NOTE: We were forced to add this method because instances of this class are created using deferred binding and thus we cannot pass the rich text area as a parameter to the constructor.
setTitle(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.WikiPage
Sets the page title.
setTooltip(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setType(LinkConfig.LinkType) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setType(ParameterType) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the type of this parameter.
setUrl(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setURL(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.Attachment
Sets the attachment URL.
setURL(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.WikiPage
Sets the page URL.
setValue(int, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.CachedListBoxPicker
setValue(int, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyPicker
setValue(int, String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontSizePicker
setValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.ChoiceInput
Sets this object's value.
setValue(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.macro.input.HasValue
Sets this object's value.
setValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.TextInput
Sets this object's value.
setValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
Sets the displayed value of the underlying macro parameter.
setValue(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setVersion(int) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
Sets the SyncResult.version.
setWidth(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.AttachmentsDataSource
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.PageDataSource
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.SpaceDataSource
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.WikiDataSource
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
 
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Sets the current wiki for this selector.
setWiki(String) - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
Sets the wiki for which this space selector fetches the spaces.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageSelectorWizardStep
Inject the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AttachmentSelectorWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.RecentChangesSelectorWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
Injects the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.widget.PageSelector
Inject the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
Inject the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.widget.WikiSelector
Inject the wiki service.
setWikiService(WikiServiceAsync) - Method in class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Inject the wiki service.
setWithHeader(boolean) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
Specifies if the table has a header or not.
showDialog(String, String, AsyncCallback) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
showError(Throwable, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
showError(String, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
showError(String, String, AsyncCallback<?>) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
 
shuffle(Object[]) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
Shuffles around the items in the input sequence.
shuffle(Object[], long) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Diff
Shuffles around the items in the input sequence.
SimpleDiff - Class in com.xpn.xwiki.wysiwyg.client.diff
Implements a simple differencing algortithm.
SimpleDiff() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.SimpleDiff
 
size() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Returns the size of the chunk.
size() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Returns the number of deltas in this revision.
slice(List, int, int) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Retreives the specified part from a List.
slice(Object[], int, int) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Retrieves a slice from an Object array.
Snake - Class in com.xpn.xwiki.wysiwyg.client.diff.myers
Represents a snake in a diffpath.
Snake(int, int, PathNode) - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.myers.Snake
Constructs a snake node.
source() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
SOURCE_TAB_INDEX - Static variable in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
Source tab index in the TabPanel.
SpaceDataSource - Class in com.xpn.xwiki.wysiwyg.client.widget.explorer.ds
Wrapper for SmartClient-based SpaceDataSource class.
SpaceDataSource() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.SpaceDataSource
Constructor.
SpaceDataSource(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.SpaceDataSource
Constructor.
SPACER - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The CSS class name associated with BRs added at edit time to make items like empty block-level elements editable.
SpaceSelector - Class in com.xpn.xwiki.wysiwyg.client.widget
Selector for the spaces in a wiki.
SpaceSelector() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
Default constructor.
SpaceSelector(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.SpaceSelector
Builds a space selector for the passed wiki.
splitLine(Node, Range) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
Splits a line after a line break.
splitParenStyle(Node) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Removes the in-line style from the parent of the given node and applies it to the given node's siblings.
START_MACRO_COMMENT_PREFIX - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
The prefix of the start macro comment node.
status - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
The status.
STOP_MACRO_COMMENT_VALUE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDisplayer
The value of the stop macro comment node.
strikeThrough() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
strikeThrough() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
Strings - Interface in com.xpn.xwiki.wysiwyg.client.editor
This Constants interface is used to make user interface strings internationalizable.
stringToArray(String) - Static method in class com.xpn.xwiki.wysiwyg.client.diff.ToString
Breaks a string into an array of strings.
submit() - Method in class com.xpn.xwiki.wysiwyg.client.editor.PlainTextEditor
Stores the value of the plain text area in the hook's value property and also caches it if the cache is enabled.
SUBMIT - Static variable in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
The command used to submit the value of the rich text area.
SUBMIT - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The command that stores the value of the rich text area in an HTML form field.
SubmitExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.submit.exec
Stores the value of the rich text area in a HTML form field before submitting it to the server.
SubmitExecutable(RichTextArea, String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.submit.exec.SubmitExecutable
Creates a new submit executable that bind a rich text area to the specified form field.
SubmitPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.submit
Binds a RichTextArea to a form field.
SubmitPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
 
SubmitPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.submit
Factory for SubmitPlugin.
subscript() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
subscript() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
superscript() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
superscript() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
SymbolCell - Class in com.xpn.xwiki.wysiwyg.client.plugin.symbol
Defines a cell in the SymbolPalette that can be selected by being clicked.
SymbolCell(String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolCell
Creates a new symbol cell using the specified symbol.
SymbolPalette - Class in com.xpn.xwiki.wysiwyg.client.plugin.symbol
A set of symbols from which the user can choose one by clicking.
SymbolPalette(Object[][], int, int) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPalette
Creates a new symbol palette using the given list of symbols to fill a symbol grid with the specified number of rows and columns.
SymbolPicker - Class in com.xpn.xwiki.wysiwyg.client.plugin.symbol
A popup panel which allows you to pick a symbol from a symbol palette by clicking on that symbol.
SymbolPicker() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPicker
Creates a new symbol picker using the default list of symbols.
SymbolPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.symbol
Allows the user to insert a special symbol chosen with a symbol picker in place of the current selection.
SymbolPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPlugin
 
SymbolPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.symbol
Factory for SymbolPlugin.
sync() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
sync() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
sync(SyncStatus, Revision, int) - Method in interface com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncEngine
Commits the given revision and updates the status.
syncEditorContent(Revision, String, int, boolean) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncService
Synchronizes this editor with others that edit the same page.
syncEditorContent(Revision, String, int, boolean, AsyncCallback<SyncResult>) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncServiceAsync
Synchronizes this editor with others that edit the same page.
syncEditorContent(Revision, String, int, boolean) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.sync.XWikiSyncService
Synchronizes this editor with others that edit the same page.
SyncEngine - Interface in com.xpn.xwiki.wysiwyg.server.plugin.sync
This class is responsible for synchronizing the editors when the real-time editing is enabled.
SyncException - Exception in com.xpn.xwiki.wysiwyg.server.plugin.sync
A synchronization exception.
SyncException() - Constructor for exception com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncException
Creates a new synchronization exception.
SyncException(String) - Constructor for exception com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncException
Creates a new synchronization exception with the specified message.
SyncException(Throwable) - Constructor for exception com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncException
Creates a new synchronization exception with the specified cause.
SyncException(String, Throwable) - Constructor for exception com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncException
Creates a new synchronization exception with the given message and the specified cause.
SyncPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.sync
 
SyncPlugin(SyncServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncPlugin
Creates a new synchronization plug-in that uses the given service to synchronize multiple editors.
SyncPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.sync
Factory for SyncPlugin.
SyncResult - Class in com.xpn.xwiki.wysiwyg.client.plugin.sync
The synchronization result.
SyncResult() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
 
SyncService - Interface in com.xpn.xwiki.wysiwyg.client.plugin.sync
The service interface used on the server.
SyncServiceAsync - Interface in com.xpn.xwiki.wysiwyg.client.plugin.sync
Service interface used on the client by the synchronization plug-in.
SyncStatus - Class in com.xpn.xwiki.wysiwyg.client.plugin.sync
The synchronization status.
SyncStatus(String, String, String) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
Creates a new synchronization status.
SyncTools - Class in com.xpn.xwiki.wysiwyg.client.plugin.sync
Utility methods for content synchronization.
SyntaxValidator - Interface in com.xpn.xwiki.wysiwyg.client.syntax
A syntax validator ensures that the XHTML code generated by the editor can be converted without loss of information to the underlying syntax.
SyntaxValidatorManager - Interface in com.xpn.xwiki.wysiwyg.client.syntax
Utility class for registering and retrieving syntax validators for different syntaxes.

T

table() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
TABLE_NODENAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table.
tableBorderHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableBorderLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableColsHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableColsLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableColsToolTip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
TableConfig - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.util
 
TableConfig() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableConfig
Default constructor.
TableConfigWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.ui
Wizard step for configuring a table before inserting it.
TableConfigWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
Creates a new wizard step for configuring a table before inserting it.
TableDescriptor - Class in com.xpn.xwiki.wysiwyg.client.plugin.table
Describes a table.
TableDescriptor() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.TableDescriptor
 
TableFeature - Interface in com.xpn.xwiki.wysiwyg.client.plugin.table
TableFeature API.
tableHeaderHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableHeaderLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableInsertButton() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableInsertDialogCaption() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableInsertDialogTitle() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableInsertStrictPositiveIntegerRequired() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
TableMenuExtension - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.ui
Provides user interface for manipulating tables through the WYSIWYG top-level menu.
TableMenuExtension(TablePlugin) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableMenuExtension
Builds the menu extension using the passed plugin.
tablePixel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
TablePlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.table
Plug-in allowing to manipulate tables in the WYSIWYG editor.
TablePlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.TablePlugin
 
TablePluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.table
Factory for the WYSIWYG table plug-in.
tableRowsHelpLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableRowsLabel() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
tableRowsToolTip() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
TableUtils - Class in com.xpn.xwiki.wysiwyg.client.plugin.table.util
Utility class designed to ease HTML tables manipulation.
TableUtils() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
 
TBODY_NODENAME - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table body.
TD - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The name of the <td> tag.
teletype() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
teletype() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
TEST_FONT_SIZE - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontFamilyMatcher
A larger font size increases the accuracy but may lower the speed of the test.
textArea - Variable in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
The rich text area.
TextInput - Class in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
A concrete input control used to collect text from the user.
TextInput(TextBoxBase) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.macro.input.TextInput
Creates a new text input that wraps a text box.
TextPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.text
Plug-in for making text bold, italic, underline or strike through.
TextPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPlugin
 
TextPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.text
Factory for TextPlugin.
TH - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
The name of the <th> tag.
toHTML(String, String) - Method in interface com.xpn.xwiki.wysiwyg.client.converter.HTMLConverter
Converts the given source text from the specified syntax to HTML.
toHTML(String, String, AsyncCallback<String>) - Method in interface com.xpn.xwiki.wysiwyg.client.converter.HTMLConverterAsync
Makes a request to the server to convert the given source text from the specified syntax to HTML.
toJSON() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig
 
toJSON() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig
 
toolbar - Variable in class com.xpn.xwiki.wysiwyg.client.editor.RichTextEditor
The tool bar.
ToolBarSeparator - Class in com.xpn.xwiki.wysiwyg.client.plugin.separator
User interface extension that provides ways of separating tool bar entries.
ToolBarSeparator() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
Creates a new tool bar separator.
toRCSString(StringBuffer, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
toRCSString(StringBuffer, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
toRCSString(StringBuffer, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
toRCSString(StringBuffer, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Converts this delta into its RCS style string representation.
toRCSString(String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Converts this delta into its RCS style string representation.
toRCSString(StringBuffer, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Converts this revision into its RCS style string representation.
toRCSString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Converts this revision into its RCS style string representation.
toRCSString(String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Converts this delta into its RCS style string representation.
toRCSString() - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Converts this delta into its RCS style string representation using the default line separator.
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Provide a string image of the chunk using the an empty prefix and postfix.
toString(StringBuffer, String, String) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Provide a string image of the chunk using the given prefix and postfix.
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Converts this delta into its Unix diff style string representation.
toString() - Method in class com.xpn.xwiki.wysiwyg.client.diff.myers.PathNode
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Revision
Converts this revision into its Unix diff style string representation.
ToString - Class in com.xpn.xwiki.wysiwyg.client.diff
This class delegates handling of the to a StringBuffer based version.
ToString() - Constructor for class com.xpn.xwiki.wysiwyg.client.diff.ToString
 
toString() - Method in class com.xpn.xwiki.wysiwyg.client.diff.ToString
Default implementation of the toString() method that delegates work to a StringBuffer base version.
toString(StringBuffer) - Method in class com.xpn.xwiki.wysiwyg.client.diff.ToString
Place a string image of the object in a StringBuffer.
toString() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroCall
toString() - Method in class com.xpn.xwiki.wysiwyg.client.util.ResourceName
Creates the String representation of the resource, in the form wiki:Space.Page@file.
translate(MacroDescriptor) - Method in interface com.xpn.xwiki.wysiwyg.server.plugin.macro.MacroDescriptorTranslator
Translates the given macro descriptor into the execution context language.
translate(MacroDescriptor) - Method in class com.xpn.xwiki.wysiwyg.server.plugin.macro.XWikiMacroDescriptorTranslator
Translates the given macro descriptor into the execution context language.

U

UIExtension - Interface in com.xpn.xwiki.wysiwyg.client.plugin
User interface extension.
ul() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
ul() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
underline() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
underline() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
undo() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
undo() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
undo() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.history.History
Loads the next older version of the edited content.
UndoExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.history.exec
Loads the previous entry in the history of a rich text area.
UndoExecutable(History) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.history.exec.UndoExecutable
Creates a new undo executable that uses the given history.
unhookSubmitEvent(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.IESubmitPlugin
Unregisters SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
unhookSubmitEvent(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.submit.SubmitPlugin
Unregisters SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
unlink() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Images
 
unlink() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
UnlinkExecutable - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.exec
Executable for the unlink command, to remove a link in the wiki document.
UnlinkExecutable(RichTextArea) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.exec.UnlinkExecutable
Creates a new executable that can be used to remove links from the specified rich text area.
unload(String) - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginManager
Unloads the specified plug-in.
unloadAll() - Method in interface com.xpn.xwiki.wysiwyg.client.plugin.PluginManager
Unloads all the plug-ins for which the PluginManager.load(String) method has been called.
unMarkSpacers() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.line.LinePlugin
 
UNORDERED_LIST_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Unordered list element name.
UNORDERED_LIST_TAG - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Unordered list element name.
update() - Method in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.font.FontPlugin
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.image.ImageMenuExtension
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.justify.JustifyPlugin
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.LinkMenuExtension
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListPlugin
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroMenuExtension
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep

Updates the SelectMacroWizardStep.macroList based on the chosen category and specified search query.
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.table.ui.TableMenuExtension
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.text.TextPlugin
update() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPlugin

V

validate() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDisplayer
Validates the current value of the displayed macro parameter and shows a notification message near the input control if the value is illegal.
validateForm() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Validates this step's form and displays errors if needed.
validateForm() - Method in class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Validates this step's form and displays errors if needed.
ValidationRule - Interface in com.xpn.xwiki.wysiwyg.client.syntax
A validation rule states that some of the editor's features (like 'bold', 'indent' etc.) should not be enabled when the text area is in a specific state.
valueOf(String) - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig.ImageAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageWizard.ImageWizardSteps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportWizard.ImportWizardStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkWizard.LinkWizardSteps
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.image.ImageConfig.ImageAlignment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageWizard.ImageWizardSteps
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.importer.ui.ImportWizard.ImportWizardStep
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig.LinkType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.xpn.xwiki.wysiwyg.client.plugin.link.ui.LinkWizard.LinkWizardSteps
Returns an array containing the constants of this enum type, in the order they're declared.
verify(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.AddDelta
 
verify(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.ChangeDelta
 
verify(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Chunk
Verifies that this chunk's saved text matches the corresponding text in the given sequence.
verify(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.DeleteDelta
 
verify(List) - Method in class com.xpn.xwiki.wysiwyg.client.diff.Delta
Verifies that this delta can be used to patch the given text.
version - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncResult
The new version.
versions - Variable in class com.xpn.xwiki.wysiwyg.client.plugin.sync.SyncStatus
The list of versions.
VERTICAL_BAR - Static variable in class com.xpn.xwiki.wysiwyg.client.plugin.separator.ToolBarSeparator
The string used in configurations to place a vertical bar on the tool bar.
VerticalAlignPlugin - Class in com.xpn.xwiki.wysiwyg.client.plugin.valign
Plug-in for making text superscript or subscript.
VerticalAlignPlugin() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPlugin
 
VerticalAlignPluginFactory - Class in com.xpn.xwiki.wysiwyg.client.plugin.valign
Factory for VerticalAlignPlugin.
visit(Revision) - Method in interface com.xpn.xwiki.wysiwyg.client.diff.RevisionVisitor
 
visit(DeleteDelta) - Method in interface com.xpn.xwiki.wysiwyg.client.diff.RevisionVisitor
 
visit(ChangeDelta) - Method in interface com.xpn.xwiki.wysiwyg.client.diff.RevisionVisitor
 
visit(AddDelta) - Method in interface com.xpn.xwiki.wysiwyg.client.diff.RevisionVisitor
 

W

WebPageLinkWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Wizard step to create a link to a web page (http protocol).
WebPageLinkWizardStep() - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
 
WikiDataSource - Class in com.xpn.xwiki.wysiwyg.client.widget.explorer.ds
Wrapper for SmartClient-based WikiDataSource class.
WikiDataSource() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.WikiDataSource
Constructor.
WikiDataSource(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.ds.WikiDataSource
Constructor.
WikiPage - Class in com.xpn.xwiki.wysiwyg.client.util
Stores information about a wiki page.
WikiPage() - Constructor for class com.xpn.xwiki.wysiwyg.client.util.WikiPage
 
WikiPageExplorerWizardStep - Class in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
Specialized AbstractExplorerWizardStep to select a wiki page (existing or new).
WikiPageExplorerWizardStep(ResourceName) - Constructor for class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
Creates a wiki page selection wizard step with the specified default selection.
WikiSelector - Class in com.xpn.xwiki.wysiwyg.client.widget
Selector to choose the wiki from the list of wikis in this instance.
WikiSelector() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.WikiSelector
Builds a wiki selector.
WikiService - Interface in com.xpn.xwiki.wysiwyg.client
The service interface used on the server.
WikiServiceAsync - Interface in com.xpn.xwiki.wysiwyg.client
Service interface used on the client.
WikiServiceAsyncCacheProxy - Class in com.xpn.xwiki.wysiwyg.client
Cache proxy for WikiServiceAsync.
WikiServiceAsyncCacheProxy(WikiServiceAsync) - Constructor for class com.xpn.xwiki.wysiwyg.client.WikiServiceAsyncCacheProxy
Creates a new cache proxy for the given service.
wrapList(Element) - Method in class com.xpn.xwiki.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Tries to reposition a list element that appears in another list element: if there is a previous sibling, it tries to add it as a sublist, else it wraps it in a new list item.
wysiwyg() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 
Wysiwyg - Class in com.xpn.xwiki.wysiwyg.client
Publishes the JavaScript APIs to be used for creating and managing WYSIWYG editor instances.
Wysiwyg() - Constructor for class com.xpn.xwiki.wysiwyg.client.Wysiwyg
 
WYSIWYG_TAB_INDEX - Static variable in class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
WYWISYWG tab index in the TabPanel.
WysiwygEditor - Class in com.xpn.xwiki.wysiwyg.client.editor
The controller part of the WYSIWYG editor.
WysiwygEditor(Config, SyntaxValidatorManager, PluginFactoryManager) - Constructor for class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor
Creates a new WYSIWYG editor.
WysiwygEditorApi - Class in com.xpn.xwiki.wysiwyg.client.editor
This class exposes a WysiwygEditor to the native JavaScript code.
WysiwygEditorApi(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorApi
Creates a new WysiwygEditor based on the given configuration object.
WysiwygEditorDebugger - Class in com.xpn.xwiki.wysiwyg.client.editor
Debugger for the WysiwygEditor.
WysiwygEditorDebugger(WysiwygEditor) - Constructor for class com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditorDebugger
Creates a new debugger for the given editor.
WysiwygEditorFactory - Class in com.xpn.xwiki.wysiwyg.client.editor
Factory for WysiwygEditor.
WysiwygEditorListener - Class in com.xpn.xwiki.wysiwyg.client.editor
WysiwygEditor tab-switch handler.
WysiwygPlugin - Class in com.xpn.xwiki.wysiwyg.server.plugin
Plugin for manipulating the WYSIWYG editor.
WysiwygPlugin(String, String, XWikiContext) - Constructor for class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin
WysiwygPluginApi - Class in com.xpn.xwiki.wysiwyg.server.plugin
Api for the WysiwygPlugin.
WysiwygPluginApi(WysiwygPlugin, XWikiContext) - Constructor for class com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPluginApi
Creates a new API instance for the given plug-in in the specified context.

X

XWikiContextInitializationFilter - Class in com.xpn.xwiki.wysiwyg.server.filter
This filter can be used to initialize the XWiki context before processing a request.
XWikiContextInitializationFilter() - Constructor for class com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
 
XWikiExplorer - Class in com.xpn.xwiki.wysiwyg.client.widget.explorer
Wrapper for XWikiExplorer SmartClient-based widget.
XWikiExplorer() - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Constructor.
XWikiExplorer(JavaScriptObject) - Constructor for class com.xpn.xwiki.wysiwyg.client.widget.explorer.XWikiExplorer
Constructor.
XWikiImportService - Class in com.xpn.xwiki.wysiwyg.server.plugin.importer
XWiki specific implementation of ImportService.
XWikiImportService() - Constructor for class com.xpn.xwiki.wysiwyg.server.plugin.importer.XWikiImportService
 
XWikiMacroDescriptorTranslator - Class in com.xpn.xwiki.wysiwyg.server.plugin.macro
XWiki specific implementation of MacroDescriptorTranslator.
XWikiMacroDescriptorTranslator() - Constructor for class com.xpn.xwiki.wysiwyg.server.plugin.macro.XWikiMacroDescriptorTranslator
 
XWikiMacroService - Class in com.xpn.xwiki.wysiwyg.server.plugin.macro
XWiki specific implementation of MacroService.
XWikiMacroService() - Constructor for class com.xpn.xwiki.wysiwyg.server.plugin.macro.XWikiMacroService
 
XWikiRemoteServiceServlet - Class in com.xpn.xwiki.wysiwyg.server
Generic RemoteServiceServlet that dispatches the RPC calls to components registered through the component manager.
XWikiRemoteServiceServlet() - Constructor for class com.xpn.xwiki.wysiwyg.server.XWikiRemoteServiceServlet
 
XWikiSyncService - Class in com.xpn.xwiki.wysiwyg.server.plugin.sync
XWiki specific implementation of SyncService.
XWikiSyncService() - Constructor for class com.xpn.xwiki.wysiwyg.server.plugin.sync.XWikiSyncService
 

Y

yes() - Method in interface com.xpn.xwiki.wysiwyg.client.editor.Strings
 

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

Copyright © 2004-2010 XWiki. All Rights Reserved.