Interface PVCheckboxMenuItem

All Superinterfaces:
PVMenuItem
All Known Implementing Classes:
PVCheckboxMenuItemAWT, PVCheckboxMenuItemSwing

public interface PVCheckboxMenuItem
extends PVMenuItem
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory()) PVCheckboxMenuItem is an interface for a CheckboxMenuItem component that can be either AWT or Swing depending on ViewFactory
Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
  • Method Details

    • getState

      boolean getState()
    • setState

      void setState​(boolean state)
    • addItemListener

      void addItemListener​(java.awt.event.ItemListener l)