|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.ui.view.SystemViewMenuListener
A class that listens for menu show events for the purpose of applying mnemonics to the menu items.
| Field Summary | |
|---|---|
protected boolean |
armListeners
|
protected boolean |
doOnce
|
protected Mnemonics |
m
|
protected boolean |
menuListenerAdded
|
protected boolean |
menuMnemonicsAdded
|
protected ISystemMessageLine |
msgLine
|
| Constructor Summary | |
|---|---|
SystemViewMenuListener()
Default constructor |
|
SystemViewMenuListener(boolean doOnce)
Constructor for a persistent menu (vs a popup that's fresh each time) |
|
| Method Summary | |
|---|---|
void |
menuAboutToShow(IMenuManager menu)
Called when the context menu is about to open. |
void |
menuHidden(MenuEvent event)
Menu hidden |
void |
menuShown(MenuEvent event)
Menu shown |
void |
setShowToolTipText(boolean set,
ISystemMessageLine msgLine)
Enable tooltip text for the menu items too? |
void |
widgetArmed(ArmEvent event)
Menu item is currently selected by user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean menuListenerAdded
protected boolean menuMnemonicsAdded
protected boolean doOnce
protected boolean armListeners
protected Mnemonics m
protected ISystemMessageLine msgLine
| Constructor Detail |
public SystemViewMenuListener()
public SystemViewMenuListener(boolean doOnce)
| Method Detail |
public void setShowToolTipText(boolean set,
ISystemMessageLine msgLine)
public void menuAboutToShow(IMenuManager menu)
menuAboutToShow in interface IMenuListenerpublic void menuHidden(MenuEvent event)
menuHidden in interface MenuListenerpublic void menuShown(MenuEvent event)
menuShown in interface MenuListenerpublic void widgetArmed(ArmEvent event)
widgetArmed in interface ArmListener
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||