|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.strangelight.salsa.J_MenuBar
This class encapsulates a Mac menu bar. It maintains a single, application-wide MenuBar object, which will automatically attach to all J_Frame windows. It needs to be subclassed to get useful functionality.
J_Frame
Field Summary | |
protected static java.awt.MenuBar |
mBar
|
Constructor Summary | |
J_MenuBar()
|
Method Summary | |
static java.awt.MenuBar |
get_MBar()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static java.awt.MenuBar mBar
Constructor Detail |
public J_MenuBar()
Method Detail |
public static java.awt.MenuBar get_MBar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |