swingwt.awt
Class PopupMenu

java.lang.Object
  extended byswingwt.awt.MenuComponent
      extended byswingwt.awt.MenuItem
          extended byswingwt.awt.Menu
              extended byswingwt.awt.PopupMenu
All Implemented Interfaces:
MenuContainer

public class PopupMenu
extends Menu


Field Summary
 
Fields inherited from class swingwt.awt.MenuItem
shortcut
 
Fields inherited from class swingwt.awt.MenuComponent
font, name, swingPeer
 
Constructor Summary
PopupMenu()
           
PopupMenu(java.lang.String label)
           
 
Method Summary
 void show(Component origin, int x, int y)
           
 
Methods inherited from class swingwt.awt.Menu
add, add, addSeparator, countItems, getItem, getItemCount, insert, insert, insertSeparator, isTearOff, remove, remove, removeAll
 
Methods inherited from class swingwt.awt.MenuItem
addActionListener, deleteShortcut, disable, enable, enable, getAccessibleContext, getActionCommand, getActionListeners, getLabel, getShortcut, isEnabled, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut
 
Methods inherited from class swingwt.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, processEvent, removeNotify, setFont, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface swingwt.awt.MenuContainer
getFont
 

Constructor Detail

PopupMenu

public PopupMenu()

PopupMenu

public PopupMenu(java.lang.String label)
Method Detail

show

public void show(Component origin,
                 int x,
                 int y)