Uses of Class
com.xpn.xwiki.wysiwyg.client.ui.XRichTextArea

Packages that use XRichTextArea
com.xpn.xwiki.wysiwyg.client.history.internal   
com.xpn.xwiki.wysiwyg.client.plugin   
com.xpn.xwiki.wysiwyg.client.plugin.attachment   
com.xpn.xwiki.wysiwyg.client.plugin.color   
com.xpn.xwiki.wysiwyg.client.plugin.font   
com.xpn.xwiki.wysiwyg.client.plugin.format   
com.xpn.xwiki.wysiwyg.client.plugin.image   
com.xpn.xwiki.wysiwyg.client.plugin.indent   
com.xpn.xwiki.wysiwyg.client.plugin.internal   
com.xpn.xwiki.wysiwyg.client.plugin.justify   
com.xpn.xwiki.wysiwyg.client.plugin.link   
com.xpn.xwiki.wysiwyg.client.plugin.list   
com.xpn.xwiki.wysiwyg.client.plugin.macro   
com.xpn.xwiki.wysiwyg.client.plugin.misc   
com.xpn.xwiki.wysiwyg.client.plugin.separator   
com.xpn.xwiki.wysiwyg.client.plugin.symbol   
com.xpn.xwiki.wysiwyg.client.plugin.sync   
com.xpn.xwiki.wysiwyg.client.plugin.table   
com.xpn.xwiki.wysiwyg.client.plugin.text   
com.xpn.xwiki.wysiwyg.client.plugin.undo   
com.xpn.xwiki.wysiwyg.client.plugin.valign   
com.xpn.xwiki.wysiwyg.client.syntax   
com.xpn.xwiki.wysiwyg.client.syntax.internal   
com.xpn.xwiki.wysiwyg.client.syntax.rule   
com.xpn.xwiki.wysiwyg.client.ui   
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.history.internal
 

Constructors in com.xpn.xwiki.wysiwyg.client.history.internal with parameters of type XRichTextArea
DefaultHistory(XRichTextArea textArea, int capacity)
           
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin with parameters of type XRichTextArea
 void Plugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.attachment
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.attachment with parameters of type XRichTextArea
 void AttachmentPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.color
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.color with parameters of type XRichTextArea
 void ColorPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.font
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.font with parameters of type XRichTextArea
 void FontPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.format
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.format with parameters of type XRichTextArea
 void FormatPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.image
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.image with parameters of type XRichTextArea
 void ImagePlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.indent
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.indent with parameters of type XRichTextArea
 void IndentPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.internal
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.internal that return XRichTextArea
protected  XRichTextArea AbstractPlugin.getTextArea()
           
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.internal with parameters of type XRichTextArea
 void AbstractPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.internal with parameters of type XRichTextArea
DefaultPluginManager(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
           
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.justify
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.justify with parameters of type XRichTextArea
 void JustifyPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.link
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.link with parameters of type XRichTextArea
 void LinkPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.list
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.list with parameters of type XRichTextArea
 void ListPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.macro
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro with parameters of type XRichTextArea
 void MacroPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.misc
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.misc with parameters of type XRichTextArea
 void MiscPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.separator
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.separator with parameters of type XRichTextArea
 void SeparatorPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.symbol
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.symbol with parameters of type XRichTextArea
 void SymbolPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.sync
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.sync with parameters of type XRichTextArea
 void SyncPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.table
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.table with parameters of type XRichTextArea
 void TablePlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.text
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.text with parameters of type XRichTextArea
 void TextPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.undo
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.undo with parameters of type XRichTextArea
 void UndoPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.plugin.valign
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.valign with parameters of type XRichTextArea
 void VerticalAlignPlugin.init(Wysiwyg wysiwyg, XRichTextArea textArea, Config config)
          Initialize the plug-in.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.syntax
 

Methods in com.xpn.xwiki.wysiwyg.client.syntax with parameters of type XRichTextArea
 boolean ValidationRule.areValid(XRichTextArea textArea)
          Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
 boolean SyntaxValidator.isValid(java.lang.String feature, XRichTextArea textArea)
          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.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.syntax.internal
 

Methods in com.xpn.xwiki.wysiwyg.client.syntax.internal with parameters of type XRichTextArea
 boolean DisablingRule.areValid(XRichTextArea textArea)
          Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
 boolean DefaultValidationRule.areValid(XRichTextArea textArea)
          Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
 boolean DefaultSyntaxValidator.isValid(java.lang.String feature, XRichTextArea textArea)
          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.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.syntax.rule
 

Methods in com.xpn.xwiki.wysiwyg.client.syntax.rule with parameters of type XRichTextArea
 boolean DisableListInHeader.areValid(XRichTextArea textArea)
          Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
 boolean DisableIndentOutsideList.areValid(XRichTextArea textArea)
          Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
 

Uses of XRichTextArea in com.xpn.xwiki.wysiwyg.client.ui
 

Fields in com.xpn.xwiki.wysiwyg.client.ui declared as XRichTextArea
protected  XRichTextArea XRichTextEditor.textArea
           
 

Methods in com.xpn.xwiki.wysiwyg.client.ui that return XRichTextArea
 XRichTextArea XRichTextEditor.getTextArea()
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.