org.rosuda.ibase.toolkit
Class EzMenu

java.lang.Object
  extended by org.rosuda.ibase.toolkit.EzMenu

public class EzMenu
extends Object

class that simplified menu building from lists


Field Summary
static boolean hasSVG
           
static boolean staticInitDone
           
 
Constructor Summary
EzMenu()
           
 
Method Summary
static MenuBar getEzMenu(Frame f, ActionListener al, String[] menuDef)
           
static PopupMenu getEzPopup(Frame f, ActionListener al, String[] popDef)
           
static MenuItem getItem(Frame f, String nam)
           
static MenuItem getItemByLabel(Frame f, String nam)
           
static Menu getMenu(Frame f, String nam)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staticInitDone

public static boolean staticInitDone

hasSVG

public static boolean hasSVG
Constructor Detail

EzMenu

public EzMenu()
Method Detail

getEzPopup

public static PopupMenu getEzPopup(Frame f,
                                   ActionListener al,
                                   String[] popDef)

getEzMenu

public static MenuBar getEzMenu(Frame f,
                                ActionListener al,
                                String[] menuDef)

getMenu

public static Menu getMenu(Frame f,
                           String nam)

getItem

public static MenuItem getItem(Frame f,
                               String nam)

getItemByLabel

public static MenuItem getItemByLabel(Frame f,
                                      String nam)