org.xwiki.gwt.wysiwyg.client.plugin.link
Class LinkMenuExtension

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.link.LinkMenuExtension
All Implemented Interfaces:
com.google.gwt.event.logical.shared.AttachEvent.Handler, com.google.gwt.event.shared.EventHandler, UIExtension

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

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

Version:
$Id$

Constructor Summary
LinkMenuExtension(LinkPlugin 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

LinkMenuExtension

public LinkMenuExtension(LinkPlugin 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-2012 XWiki. All Rights Reserved.