JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf.basic
クラス BasicCheckBoxMenuItemUI

java.lang.Object
  上位を拡張 javax.swing.plaf.ComponentUI
      上位を拡張 javax.swing.plaf.ButtonUI
          上位を拡張 javax.swing.plaf.MenuItemUI
              上位を拡張 javax.swing.plaf.basic.BasicMenuItemUI
                  上位を拡張 javax.swing.plaf.basic.BasicCheckBoxMenuItemUI

public class BasicCheckBoxMenuItemUI
extends BasicMenuItemUI

BasicCheckboxMenuItem の実装です。


入れ子のクラスの概要
 
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承された入れ子のクラス/インタフェース
BasicMenuItemUI.MouseInputHandler
 
フィールドの概要
 
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承されたフィールド
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground
 
コンストラクタの概要
BasicCheckBoxMenuItemUI()
           
 
メソッドの概要
static ComponentUI createUI(JComponent c)
           
protected  String getPropertyPrefix()
           
 void processMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager)
           
 
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承されたメソッド
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, paint, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update
 
クラス javax.swing.plaf.ComponentUI から継承されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicCheckBoxMenuItemUI

public BasicCheckBoxMenuItemUI()
メソッドの詳細

createUI

public static ComponentUI createUI(JComponent c)

getPropertyPrefix

protected String getPropertyPrefix()
オーバーライド:
クラス BasicMenuItemUI 内の getPropertyPrefix

processMouseEvent

public void processMouseEvent(JMenuItem item,
                              MouseEvent e,
                              MenuElement[] path,
                              MenuSelectionManager manager)

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。