org.xwiki.gwt.wysiwyg.client
Class MenuBarController

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.MenuBarController

public class MenuBarController
extends Object

MenuBar controller.

Version:
$Id: 27970052db664238b0ae38245d67561903888b33 $

Field Summary
static String MENU_ROLE
          The string used to identify the menu bar extension point.
 
Constructor Summary
MenuBarController(com.google.gwt.user.client.ui.MenuBar menuBar)
          Creates a new menu bar controller.
 
Method Summary
 void destroy()
          Destroys this menu bar controller.
 void fill(Config config, PluginManager pluginManager)
          Fills the menu bar with the features specified in the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MENU_ROLE

public static final String MENU_ROLE
The string used to identify the menu bar extension point.

See Also:
Constant Field Values
Constructor Detail

MenuBarController

public MenuBarController(com.google.gwt.user.client.ui.MenuBar menuBar)
Creates a new menu bar controller.

Parameters:
menuBar - the menu bar to be managed
Method Detail

fill

public void fill(Config config,
                 PluginManager pluginManager)
Fills the menu bar with the features specified in the configuration.

Parameters:
config - the configuration object
pluginManager - the object used to access the menu bar UIExtensions

destroy

public void destroy()
Destroys this menu bar controller.



Copyright © 2004-2012 XWiki. All Rights Reserved.