org.browsecode.helpers.menus.html
Class EkitHTMLEditingMenus

java.lang.Object
  extended by org.browsecode.helpers.menus.html.EkitHTMLEditingMenus
All Implemented Interfaces:
HasMenus

public class EkitHTMLEditingMenus
extends java.lang.Object
implements HasMenus

This class is a big hack to make all of Ekit's menus (except a special few) show up in MenuBarHelper format. Use this when you have many little EKitCore areas hiding around the application, and you want just one set of menus for them all.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.browsecode.helpers.menus.HasMenus
HasMenus.ActiveListener
 
Constructor Summary
EkitHTMLEditingMenus(Dialogs dialogs, java.lang.String servletURL)
           
 
Method Summary
 void addActiveListener(HasMenus.ActiveListener listener)
           
 void addMenusTo(MenuBarHelper menuBarHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EkitHTMLEditingMenus

public EkitHTMLEditingMenus(Dialogs dialogs,
                            java.lang.String servletURL)
Parameters:
dialogs -
servletURL - optional reference to an image generating file that ekit recognizes, such as http://127.0.0.1:8080/SurveyTemplate/getImageNames.jsp (in general, anything for the survey editor is going to end with getImageNames.jsp)
Method Detail

addMenusTo

public void addMenusTo(MenuBarHelper menuBarHelper)
Specified by:
addMenusTo in interface HasMenus

addActiveListener

public void addActiveListener(HasMenus.ActiveListener listener)
Specified by:
addActiveListener in interface HasMenus