org.browsecode.helpers.menus.html
Class EkitHTMLEditingMenus
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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