Class PVCheckboxMenuItemAWT

java.lang.Object
java.awt.MenuComponent
java.awt.MenuItem
java.awt.CheckboxMenuItem
com.didkovsky.portview.awt.PVCheckboxMenuItemAWT
All Implemented Interfaces:
PVCheckboxMenuItem, PVMenuItem, java.awt.ItemSelectable, java.io.Serializable, javax.accessibility.Accessible

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

    Constructors
    Constructor Description
    PVCheckboxMenuItemAWT​(java.lang.String text, boolean b)  
  • Method Summary

    Modifier and Type Method Description
    PVMenuItem getParentMenuItem()  
    void setKeyShortcut​(int keyCode)  
    void setParentPVMenuItem​(PVMenuItem parent)
    noop

    Methods inherited from class java.awt.CheckboxMenuItem

    addItemListener, addNotify, getAccessibleContext, getItemListeners, getListeners, getSelectedObjects, getState, paramString, removeItemListener, setState

    Methods inherited from class java.awt.MenuItem

    addActionListener, deleteShortcut, disable, enable, enable, getActionCommand, getActionListeners, getLabel, getShortcut, isEnabled, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut

    Methods inherited from class java.awt.MenuComponent

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

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.didkovsky.portview.PVCheckboxMenuItem

    addItemListener, getState, setState

    Methods inherited from interface com.didkovsky.portview.PVMenuItem

    addActionListener, getLabel, isEnabled, setEnabled, setLabel
  • Constructor Details

    • PVCheckboxMenuItemAWT

      public PVCheckboxMenuItemAWT​(java.lang.String text, boolean b)
  • Method Details