wt.clients.workflow.definer
Class ProcessNavigatorFrame.MyMenu

java.lang.Object
  extended byjava.awt.MenuComponent
      extended byjava.awt.MenuItem
          extended byjava.awt.Menu
              extended bywt.clients.workflow.definer.ProcessNavigatorFrame.MyMenu
All Implemented Interfaces:
Accessible, MenuContainer, Serializable
Enclosing class:
ProcessNavigatorFrame

class ProcessNavigatorFrame.MyMenu
extends Menu


Nested Class Summary
 
Nested classes inherited from class java.awt.Menu
Menu.AccessibleAWTMenu
 
Nested classes inherited from class java.awt.MenuItem
MenuItem.AccessibleAWTMenuItem
 
Nested classes inherited from class java.awt.MenuComponent
MenuComponent.AccessibleAWTMenuComponent
 
Field Summary
 
Fields inherited from class java.awt.Menu
 
Fields inherited from class java.awt.MenuItem
 
Fields inherited from class java.awt.MenuComponent
 
Constructor Summary
ProcessNavigatorFrame.MyMenu(String menu_name)
           
 
Method Summary
 MenuItem add(AbstractAction action)
           
 
Methods inherited from class java.awt.Menu
add, add, addNotify, addSeparator, countItems, getAccessibleContext, getItem, getItemCount, insert, insert, insertSeparator, isTearOff, paramString, remove, remove, removeAll, removeNotify
 
Methods inherited from class java.awt.MenuItem
addActionListener, deleteShortcut, disable, disableEvents, enable, enable, enableEvents, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, processActionEvent, processEvent, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, getTreeLock, postEvent, setFont, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Constructor Detail

ProcessNavigatorFrame.MyMenu

public ProcessNavigatorFrame.MyMenu(String menu_name)
Method Detail

add

public MenuItem add(AbstractAction action)