Class PVMenuAWT

java.lang.Object
java.awt.MenuComponent
java.awt.MenuItem
java.awt.Menu
com.didkovsky.portview.awt.PVMenuAWT
All Implemented Interfaces:
PVMenu, PVMenuItem, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible

public class PVMenuAWT
extends java.awt.Menu
implements PVMenu
Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    PVMenuAWT()  
  • Method Summary

    Modifier and Type Method Description
    void add​(PVCheckboxMenuItem cbMenuItem)  
    void add​(PVMenu menu)  
    void add​(PVMenuItem menuItem)  
    PVMenuItem getParentMenuItem()  
    PVMenuItem getPVMenuItem​(int i)  
    int getPVMenuItemCount()  
    void remove​(PVMenuItem menu)  
    void setKeyShortcut​(int keyCode)  
    void setParentPVMenuItem​(PVMenuItem parent)
    noop

    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, enable, enable, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut

    Methods inherited from class java.awt.MenuComponent

    dispatchEvent, getFont, getName, getParent, postEvent, setFont, setName, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.awt.MenuContainer

    getFont, postEvent

    Methods inherited from interface com.didkovsky.portview.PVMenu

    remove

    Methods inherited from interface com.didkovsky.portview.PVMenuItem

    addActionListener, getLabel, isEnabled, setEnabled, setLabel