StarOffice 5.2 API
reverse engineered by classdoc

java.awt
Class PopupMenu

java.lang.Object
  |
  +--java.awt.MenuComponent
        |
        +--java.awt.MenuItem
              |
              +--java.awt.Menu
                    |
                    +--java.awt.PopupMenu
All Implemented Interfaces:
java.awt.MenuContainer, java.io.Serializable

public synchronized class PopupMenu
extends java.awt.Menu

See Also:
Serialized Form

Field Summary
private static java.lang.String base
           
(package private) static int nameCounter
           
private static long serialVersionUID
           
 
Fields inherited from class java.awt.Menu
isHelpMenu, items, menuSerializedDataVersion, tearOff
 
Fields inherited from class java.awt.MenuItem
actionCommand, actionListener, enabled, eventMask, label, menuItemSerializedDataVersion, shortcut
 
Fields inherited from class java.awt.MenuComponent
actionListenerK, font, itemListenerK, name, nameExplicitlySet, newEventsOnly, parent, peer
 
Constructor Summary
PopupMenu()
           
PopupMenu(java.lang.String s)
           
 
Method Summary
 void addNotify()
           
(package private)  java.lang.String constructComponentName()
           
 void show(java.awt.Component c, int i1, int i2)
           
 
Methods inherited from class java.awt.Menu
add, add, addSeparator, countItems, deleteShortcut, getItem, getItemCount, getShortcutMenuItem, handleShortcut, insert, insert, insertSeparator, isTearOff, paramString, readObject, remove, remove, removeAll, removeNotify, shortcuts, writeObject
 
Methods inherited from class java.awt.MenuItem
addActionListener, deleteShortcut, disable, disableEvents, enable, enable, enableEvents, eventEnabled, getActionCommand, getLabel, getShortcut, isEnabled, processActionEvent, processEvent, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, dispatchEventImpl, 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
 

Field Detail

base

private static final java.lang.String base

nameCounter

static int nameCounter

serialVersionUID

private static final long serialVersionUID
Constructor Detail

PopupMenu

public PopupMenu()

PopupMenu

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

addNotify

public void addNotify()

constructComponentName

java.lang.String constructComponentName()

show

public void show(java.awt.Component c,
                 int i1,
                 int i2)

StarOffice 5.2 API
reverse engineered by classdoc