wt.clients.workflow.definer
Class ProcessNavigatorFrame.MyPopupMenu

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

class ProcessNavigatorFrame.MyPopupMenu
extends PopupMenu


Nested Class Summary
 
Nested classes inherited from class java.awt.PopupMenu
PopupMenu.AccessibleAWTPopupMenu
 
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.PopupMenu
 
Fields inherited from class java.awt.Menu
 
Fields inherited from class java.awt.MenuItem
 
Fields inherited from class java.awt.MenuComponent
 
Constructor Summary
(package private) ProcessNavigatorFrame.MyPopupMenu()
           
 
Method Summary
 MenuItem add(AbstractAction action)
           
 
Methods inherited from class java.awt.PopupMenu
addNotify, getAccessibleContext, show
 
Methods inherited from class java.awt.Menu
add, add, addSeparator, countItems, 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.MyPopupMenu

ProcessNavigatorFrame.MyPopupMenu()
Method Detail

add

public MenuItem add(AbstractAction action)