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 による実装です。この実装は、ビューとコントローラを統一したものです。
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承したフィールド |
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground |
クラス javax.swing.plaf.basic.BasicMenuItemUI から継承したメソッド |
doClick, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installUI, paint, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallUI, update |
クラス 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)
- クラス
ComponentUI
の記述:
- 指定されたコンポーネントの UI 委譲のインスタンスを返します。各サブクラスは、それ自体の静的な
createUI
メソッドを提供して、その UI 委譲のサブクラスのインスタンスを返す必要があります。UI 委譲のサブクラスが状態なしの場合、複数のコンポーネントに共有されるインスタンスを返します。UI 委譲が状態ありの場合、コンポーネントごとに新しいインスタンスを返す必要があります。このメソッドは呼び出してはいけないため、そのデフォルト実装はエラーをスローします。
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)
バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。 Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.