org.xwiki.gwt.wysiwyg.client.plugin.table.ui
Class TableMenuExtension

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

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

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

Version:
$Id: 281d060ed8f7ff5132e55927553045d9ff00b7b3 $

Constructor Summary
TableMenuExtension(TablePlugin 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

TableMenuExtension

public TableMenuExtension(TablePlugin 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-2013 XWiki. All Rights Reserved.