Module java.desktop

Class SynthCheckBoxMenuItemUI

All Implemented Interfaces:
PropertyChangeListener, EventListener, SynthConstants, SynthUI

public class SynthCheckBoxMenuItemUI
extends SynthMenuItemUI
Provides the Synth L&F UI delegate for JCheckBoxMenuItem.
Since:
1.7
  • Constructor Details

    • SynthCheckBoxMenuItemUI

      public SynthCheckBoxMenuItemUI()
  • Method Details

    • createUI

      public static ComponentUI createUI​(JComponent c)
      Creates a new UI object for the given component.
      Parameters:
      c - component to create UI object for
      Returns:
      the UI object