echopoint.ui
Class MenuBarPopsRenderer

java.lang.Object
  extended by echopoint.ui.MenuBarPopsRenderer
All Implemented Interfaces:
java.io.Serializable

public class MenuBarPopsRenderer
extends java.lang.Object
implements java.io.Serializable

The MenuBarMilonicRenderer class renders menus via the

See Also:
Serialized Form

Field Summary
static StaticText SERVICE_POPSMENU_SCRIPT
           
 
Constructor Summary
MenuBarPopsRenderer(MenuBarUI menuBarUI, MenuBar menuBar)
           
 
Method Summary
 void render(RenderingContext rc, Element parent, ComponentPeer peer)
          Renders the Menu Bar via the Milonic Menu javascript library.
static Element renderCover(RenderingContext rc, Element parent, ComponentPeer peer, java.lang.String onClickScript)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_POPSMENU_SCRIPT

public static final StaticText SERVICE_POPSMENU_SCRIPT
Constructor Detail

MenuBarPopsRenderer

public MenuBarPopsRenderer(MenuBarUI menuBarUI,
                           MenuBar menuBar)
Method Detail

render

public void render(RenderingContext rc,
                   Element parent,
                   ComponentPeer peer)
Renders the Menu Bar via the Milonic Menu javascript library. The popsmenu.js menu simulates Milonic as well as possible.


renderCover

public static Element renderCover(RenderingContext rc,
                                  Element parent,
                                  ComponentPeer peer,
                                  java.lang.String onClickScript)