模块 java.desktop

类 SynthRadioButtonMenuItemUI

所有已实现的接口:
PropertyChangeListener , EventListener , SynthConstants , SynthUI

public class SynthRadioButtonMenuItemUI extends SynthMenuItemUI
JRadioButtonMenuItem 提供 Synth L&F UI 委托。
自从:
1.7
  • 构造方法详细信息

    • SynthRadioButtonMenuItemUI

      public SynthRadioButtonMenuItemUI()
      构造一个 SynthRadioButtonMenuItemUI
  • 方法详情

    • createUI

      public static ComponentUI  createUI(JComponent  b)
      为给定的组件创建一个新的 UI 对象。
      参数:
      b - 为其创建 UI 对象的组件
      返回:
      用户界面对象