|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.swing.AbstractAction
org.boxed_economy.besp.presentation.bface.menu.MenuElement
org.boxed_economy.besp.presentation.bface.menu.MenuElementGroup
org.boxed_economy.besp.presentation.bface.menu.MenuBar
メニューバーを表すクラス SwingのJMenuBarをラップしています
フィールドの概要 |
クラス org.boxed_economy.besp.presentation.bface.menu.MenuElement から継承したフィールド |
ICON |
クラス javax.swing.AbstractAction から継承したフィールド |
changeSupport, enabled |
インタフェース javax.swing.Action から継承したフィールド |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
コンストラクタの概要 | |
MenuBar()
Constructor for MenuBar. |
メソッドの概要 | |
javax.swing.JMenuBar |
getJMenuBar()
ラップしているSwing-JMenuBarを返します |
protected void |
refresh()
メニューグループを作り直します (メニューを探して、JMenuBarに追加します) |
void |
setPresentationContainer(PresentationContainer container)
トップレベルだけは設定できるよう、publicでオーバーライドします |
クラス org.boxed_economy.besp.presentation.bface.menu.MenuElementGroup から継承したメソッド |
actionPerformed, add, add, addActionGroupListener, fireStateChanged, getElements, remove, remove, removeActionGroupListener, setEnabled, stateChanged |
クラス org.boxed_economy.besp.presentation.bface.menu.MenuElement から継承したメソッド |
getAccelerator, getContainer, getIcon, getModelContainer, getName, getPresentationContainer, getSmallIcon, setAccelerator, setIcon, setIcon, setName, setSmallIcon, setSmallIcon |
クラス javax.swing.AbstractAction から継承したメソッド |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener |
クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public MenuBar()
メソッドの詳細 |
public void setPresentationContainer(PresentationContainer container)
MenuElementGroup
内の setPresentationContainer
org.boxed_economy.besp.presentation.guifw.menu.MenuElement#setPresentationContainer(PresentationContainer)
public javax.swing.JMenuBar getJMenuBar()
protected void refresh()
MenuElementGroup
内の refresh
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |