Uses of Class
ca.cgjennings.apps.arkham.StrangeEonsAppWindow.AppMenu
-
Packages that use StrangeEonsAppWindow.AppMenu Package Description ca.cgjennings.apps.arkham -
-
Uses of StrangeEonsAppWindow.AppMenu in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return StrangeEonsAppWindow.AppMenu Modifier and Type Method Description static StrangeEonsAppWindow.AppMenu
StrangeEonsAppWindow.AppMenu. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrangeEonsAppWindow.AppMenu[]
StrangeEonsAppWindow.AppMenu. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham with parameters of type StrangeEonsAppWindow.AppMenu Modifier and Type Method Description abstract void
StrangeEonsAppWindow. addMenuItem(StrangeEonsAppWindow.AppMenu parent, javax.swing.JComponent item)
Inserts a menu item at a standard location in the application menu.abstract void
StrangeEonsAppWindow. removeMenuItem(StrangeEonsAppWindow.AppMenu parent, javax.swing.JComponent item)
Removes a menu item previously added withStrangeEonsAppWindow.addMenuItem(ca.cgjennings.apps.arkham.StrangeEonsAppWindow.AppMenu, javax.swing.JComponent)
.
-