|
|||||||||
| Home >> All >> org >> modama >> gui >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.modama.gui.tools
Class MenuController

java.lang.Objectorg.modama.gui.tools.MenuController
- public class MenuController
- extends java.lang.Object
| Nested Class Summary | |
(package private) static class |
MenuController.PopupMouseAdapter
|
| Field Summary | |
(package private) static Cache |
menus
|
(package private) static Cache |
popups
|
(package private) static Cache |
tools
|
| Constructor Summary | |
MenuController()
|
|
| Method Summary | |
static javax.swing.JMenu |
getMenu(java.lang.Object o)
|
static javax.swing.JPopupMenu |
getPopupMenu(java.lang.Object o)
|
static javax.swing.JToolBar |
getToolBar(java.lang.Object o)
|
static java.awt.event.MouseAdapter |
installPopupMenu(javax.swing.JComponent view)
|
static void |
showPopupMenu(java.awt.Component invoker,
java.awt.event.MouseEvent me)
|
protected static void |
updatePopupMenu(java.lang.Object o,
javax.swing.MenuElement[] elements)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
popups
static Cache popups
menus
static Cache menus
tools
static Cache tools
| Constructor Detail |
MenuController
public MenuController()
| Method Detail |
getPopupMenu
public static javax.swing.JPopupMenu getPopupMenu(java.lang.Object o)
updatePopupMenu
protected static void updatePopupMenu(java.lang.Object o, javax.swing.MenuElement[] elements)
getMenu
public static javax.swing.JMenu getMenu(java.lang.Object o)
getToolBar
public static javax.swing.JToolBar getToolBar(java.lang.Object o)
installPopupMenu
public static java.awt.event.MouseAdapter installPopupMenu(javax.swing.JComponent view)
showPopupMenu
public static void showPopupMenu(java.awt.Component invoker, java.awt.event.MouseEvent me)
|
|||||||||
| Home >> All >> org >> modama >> gui >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.modama.gui.tools.MenuController