java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.MenuItemUI
javax.swing.plaf.basic.BasicMenuItemUI
javax.swing.plaf.synth.SynthMenuItemUI
javax.swing.plaf.synth.SynthRadioButtonMenuItemUI
- 所有已实现的接口:
PropertyChangeListener
,EventListener
,SynthConstants
,SynthUI
为
JRadioButtonMenuItem
提供 Synth L&F UI 委托。
- 自从:
- 1.7
-
内部类总结
在类 javax.swing.plaf.basic.BasicMenuItemUI 中声明的嵌套类/接口
BasicMenuItemUI.MouseInputHandler
-
字段摘要
在类 javax.swing.plaf.basic.BasicMenuItemUI 中声明的字段
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground
在接口 javax.swing.plaf.synth.SynthConstants 中声明的字段
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
-
构造方法总结
构造方法 -
方法总结
在类 javax.swing.plaf.synth.SynthMenuItemUI 中声明的方法
getContext, paint, paint, paintBorder, propertyChange, update
在类 javax.swing.plaf.basic.BasicMenuItemUI 中声明的方法
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getPath, getPreferredMenuItemSize, getPropertyPrefix, installComponents, installDefaults, installKeyboardActions, installListeners, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
在类 javax.swing.plaf.ComponentUI 中声明的方法
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
-
构造方法详细信息
-
SynthRadioButtonMenuItemUI
public SynthRadioButtonMenuItemUI()构造一个SynthRadioButtonMenuItemUI
-
-
方法详情
-
createUI
为给定的组件创建一个新的 UI 对象。- 参数:
b
- 为其创建 UI 对象的组件- 返回:
- 用户界面对象
-