|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rosuda.ibase.toolkit.EzMenu
public class EzMenu
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 |
|---|
public static boolean staticInitDone
public static boolean hasSVG
| Constructor Detail |
|---|
public EzMenu()
| Method Detail |
|---|
public static PopupMenu getEzPopup(Frame f,
ActionListener al,
String[] popDef)
public static MenuBar getEzMenu(Frame f,
ActionListener al,
String[] menuDef)
public static Menu getMenu(Frame f,
String nam)
public static MenuItem getItem(Frame f,
String nam)
public static MenuItem getItemByLabel(Frame f,
String nam)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||