Package rma.swing

Class RmaJObjectCheckBoxMenuItem

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

public class RmaJObjectCheckBoxMenuItem extends JCheckBoxMenuItem
An extension to a JMenuItem that displays the toString() representation of an object.
See Also:
  • Constructor Details

    • RmaJObjectCheckBoxMenuItem

      public RmaJObjectCheckBoxMenuItem()
      Creates a JCheckBoxMenuItem instance with no object.
    • RmaJObjectCheckBoxMenuItem

      public RmaJObjectCheckBoxMenuItem(Object obj, boolean selected)
    • RmaJObjectCheckBoxMenuItem

      public RmaJObjectCheckBoxMenuItem(Object obj)
  • Method Details