org.xwiki.gwt.wysiwyg.client.plugin.image
Class ImageMenuExtension

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractUIExtension
      extended by org.xwiki.gwt.wysiwyg.client.plugin.internal.MenuItemUIExtension
          extended by org.xwiki.gwt.wysiwyg.client.plugin.internal.MenuItemUIExtensionAdaptor
              extended by org.xwiki.gwt.wysiwyg.client.plugin.image.ImageMenuExtension
All Implemented Interfaces:
com.google.gwt.event.logical.shared.AttachEvent.Handler, com.google.gwt.event.shared.EventHandler, UIExtension

public class ImageMenuExtension
extends org.xwiki.gwt.wysiwyg.client.plugin.internal.MenuItemUIExtensionAdaptor

Provides user interface for manipulating images through the WYSIWYG top-level menu.

Version:
$Id: f1e571165f2dc9e8247db57781c6a25d6161d7a7 $

Constructor Summary
ImageMenuExtension(ImagePlugin plugin)
          Builds the menu extension using the passed plugin.
 
Method Summary
protected  void onAttach(com.google.gwt.event.logical.shared.AttachEvent event)
          
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.MenuItemUIExtensionAdaptor
clearFeatures, createMenuItem, createMenuItem, createMenuItem, getShortcutKeyManager, onAttachOrDetach, registerAttachHandlers, setShortcutKeyManager
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.MenuItemUIExtension
isEnabled, setEnabled
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractUIExtension
addFeature, getFeatures, getRole, getUIObject, removeFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMenuExtension

public ImageMenuExtension(ImagePlugin plugin)
Builds the menu extension using the passed plugin.

Parameters:
plugin - the plugin to use for the creation of this menu extension.
Method Detail

onAttach

protected void onAttach(com.google.gwt.event.logical.shared.AttachEvent event)

Overrides:
onAttach in class org.xwiki.gwt.wysiwyg.client.plugin.internal.MenuItemUIExtensionAdaptor
See Also:
MenuItemUIExtensionAdaptor.onAttach(AttachEvent)


Copyright © 2004–2014 XWiki. All rights reserved.