JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf.basic
クラス BasicMenuUI

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

public class BasicMenuUI
extends BasicMenuItemUI

MenuUI のデフォルトの Look & Feel による実装です。この実装は、ビューとコントローラを統一したものです。


入れ子のクラスの概要
 class BasicMenuUI.ChangeHandler
          ドキュメントから削除済みのこのクラスは、Java 2 プラットフォーム v1.4 では廃止されました。
protected  class BasicMenuUI.MouseInputHandler
          マウスイベントによる現在のメニュー選択を処理するために、メニュー項目によりインスタンス化され、使用されます。
 
フィールドの概要
protected  ChangeListener changeListener
           
protected  MenuListener menuListener
           
protected  PropertyChangeListener propertyChangeListener
           
 
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承されたフィールド
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground
 
コンストラクタの概要
BasicMenuUI()
           
 
メソッドの概要
protected  ChangeListener createChangeListener(JComponent c)
           
protected  MenuDragMouseListener createMenuDragMouseListener(JComponent c)
           
protected  MenuKeyListener createMenuKeyListener(JComponent c)
           
protected  MenuListener createMenuListener(JComponent c)
           
protected  MouseInputListener createMouseInputListener(JComponent c)
           
protected  PropertyChangeListener createPropertyChangeListener(JComponent c)
           
static ComponentUI createUI(JComponent x)
           
 Dimension getMaximumSize(JComponent c)
          Look & Feel に適した、指定されたコンポーネントの最大サイズを返します。
protected  String getPropertyPrefix()
           
protected  void installDefaults()
           
protected  void installKeyboardActions()
           
protected  void installListeners()
           
protected  void setupPostTimer(JMenu menu)
           
protected  void uninstallDefaults()
           
protected  void uninstallKeyboardActions()
           
protected  void uninstallListeners()
           
 
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承されたメソッド
doClick, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installUI, paint, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallUI, update
 
クラス javax.swing.plaf.ComponentUI から継承されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

changeListener

protected ChangeListener changeListener

propertyChangeListener

protected PropertyChangeListener propertyChangeListener

menuListener

protected MenuListener menuListener
コンストラクタの詳細

BasicMenuUI

public BasicMenuUI()
メソッドの詳細

createUI

public static ComponentUI createUI(JComponent x)

installDefaults

protected void installDefaults()
オーバーライド:
クラス BasicMenuItemUI 内の installDefaults

getPropertyPrefix

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

installListeners

protected void installListeners()
オーバーライド:
クラス BasicMenuItemUI 内の installListeners

installKeyboardActions

protected void installKeyboardActions()
オーバーライド:
クラス BasicMenuItemUI 内の installKeyboardActions

uninstallKeyboardActions

protected void uninstallKeyboardActions()
オーバーライド:
クラス BasicMenuItemUI 内の uninstallKeyboardActions

createMouseInputListener

protected MouseInputListener createMouseInputListener(JComponent c)
オーバーライド:
クラス BasicMenuItemUI 内の createMouseInputListener

createMenuListener

protected MenuListener createMenuListener(JComponent c)

createChangeListener

protected ChangeListener createChangeListener(JComponent c)

createPropertyChangeListener

protected PropertyChangeListener createPropertyChangeListener(JComponent c)

uninstallDefaults

protected void uninstallDefaults()
オーバーライド:
クラス BasicMenuItemUI 内の uninstallDefaults

uninstallListeners

protected void uninstallListeners()
オーバーライド:
クラス BasicMenuItemUI 内の uninstallListeners

createMenuDragMouseListener

protected MenuDragMouseListener createMenuDragMouseListener(JComponent c)
オーバーライド:
クラス BasicMenuItemUI 内の createMenuDragMouseListener

createMenuKeyListener

protected MenuKeyListener createMenuKeyListener(JComponent c)
オーバーライド:
クラス BasicMenuItemUI 内の createMenuKeyListener

getMaximumSize

public Dimension getMaximumSize(JComponent c)
クラス ComponentUI の記述:
Look & Feel に適した、指定されたコンポーネントの最大サイズを返します。null が返される場合、最大サイズは代わりにコンポーネントのレイアウトマネージャによって計算されます (これは、特定のレイアウトマネージャをインストールしてあるコンポーネントの場合に推奨する方法です)。このメソッドのデフォルト実装は getPreferredSize を呼び出して、その値を返します。

オーバーライド:
クラス BasicMenuItemUI 内の getMaximumSize
パラメータ:
c - 最大サイズが照会されるコンポーネント。この引数はしばしば無視されるが、UI オブジェクトが状態なしで複数のコンポーネントに共有される場合に使用されることがある
戻り値:
Dimension オブジェクト、または null
関連項目:
JComponent.getMaximumSize(), LayoutManager2.maximumLayoutSize(java.awt.Container)

setupPostTimer

protected void setupPostTimer(JMenu menu)

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 も参照してください。