Class OverlayCheckboxMenuItem

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants

public class OverlayCheckboxMenuItem extends JCheckBoxMenuItem
Special checkbox for overlay drawing. Will generate a menu item which either has a normal check box, or if the associated data has either a dataselector or managed symbol the checkbox will be replaced with a setting symbol, greyed if the data are not curretnly selected for display.
Author:
dg50
See Also:
  • Constructor Details

    • OverlayCheckboxMenuItem

      public OverlayCheckboxMenuItem(PamDataBlock dataBlock, String displayName, boolean selected, boolean includeSymbolManagement)
  • Method Details