org.xwiki.gwt.wysiwyg.client.plugin.color
Class MozillaColorPlugin

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
      extended by org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
          extended by org.xwiki.gwt.wysiwyg.client.plugin.color.MozillaColorPlugin
All Implemented Interfaces:
com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.shared.EventHandler, Plugin

public class MozillaColorPlugin
extends ColorPlugin

Mozilla specific implementation of ColorPlugin.

Version:
$Id: MozillaColorPlugin.java 26786 2010-02-07 16:46:17Z mflorea $

Field Summary
 
Fields inherited from class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
DEFAULT_COLORS, DEFAULT_COLUMN_COUNT
 
Constructor Summary
MozillaColorPlugin()
           
 
Method Summary
protected  Executable getBackColorExecutable()
          
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
destroy, getColorPicker, init, onClick, onClose
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
getConfig, getTextArea, getUIExtensionList, getUIExtensions, saveRegistration, saveRegistrations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaColorPlugin

public MozillaColorPlugin()
Method Detail

getBackColorExecutable

protected Executable getBackColorExecutable()

Overrides:
getBackColorExecutable in class ColorPlugin
Returns:
the executable used to change the background color of the selected text
See Also:
ColorPlugin.getBackColorExecutable()


Copyright © 2004-2010 XWiki. All Rights Reserved.