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
public class SynthRadioButtonMenuItemUI extends SynthMenuItemUI
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
public static ComponentUI createUI(JComponent b) 指定されたコンポーネントの新しいUIオブジェクトを作成します。- パラメータ:
b
- UIオブジェクトを作成するコンポーネント- 戻り値:
- UIオブジェクト
-