|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.apps4swing.MenuFactory
public final class MenuFactory
Utility class to create Swing menus.
| Method Summary | |
|---|---|
static JMenuBar |
createMenuBar(org.fuin.apps4j.menu.Menu menu)
Creates a menu bar from the menu definition. |
static JPopupMenu |
createPopupMenu(org.fuin.apps4j.menu.Menu menu)
Creates a popup from the menu definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JMenuBar createMenuBar(org.fuin.apps4j.menu.Menu menu)
menu - Menu to create a menu bar from.
public static JPopupMenu createPopupMenu(org.fuin.apps4j.menu.Menu menu)
menu - Menu to create a popup from.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||