org.xwiki.gwt.wysiwyg.client.plugin.font
Class FontPlugin
java.lang.Object
org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractStatefulPlugin
org.xwiki.gwt.wysiwyg.client.plugin.font.FontPlugin
- All Implemented Interfaces:
- com.google.gwt.event.dom.client.ChangeHandler, com.google.gwt.event.dom.client.KeyUpHandler, com.google.gwt.event.dom.client.MouseUpHandler, com.google.gwt.event.shared.EventHandler, CommandListener, Updatable, Plugin
public class FontPlugin
- extends org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractStatefulPlugin
- implements com.google.gwt.event.dom.client.ChangeHandler
Plug-in for manipulating the font size and font family used while editing.
- Version:
- $Id: b1a3571073108a79ddc7cb9e88a2ea66386f5d11 $
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractStatefulPlugin |
canUpdate, onBeforeCommand, onCommand, onKeyUp, onMouseUp, registerTextAreaHandlers |
| 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 |
FontPlugin
public FontPlugin()
init
public void init(RichTextArea textArea,
Config config)
-
- Specified by:
init in interface Plugin- Overrides:
init in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
- See Also:
AbstractPlugin.init(RichTextArea, Config)
destroy
public void destroy()
-
- Specified by:
destroy in interface Plugin- Overrides:
destroy in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractStatefulPlugin
- See Also:
AbstractStatefulPlugin.destroy()
onChange
public void onChange(com.google.gwt.event.dom.client.ChangeEvent event)
-
- Specified by:
onChange in interface com.google.gwt.event.dom.client.ChangeHandler
- See Also:
ChangeHandler.onChange(ChangeEvent)
update
public void update()
-
- Specified by:
update in interface Updatable
- See Also:
Updatable.update()
Copyright © 2004–2015 XWiki. All rights reserved.