|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.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
|
static String |
Copyright
|
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 |
public static final String Copyright
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)
public void menuHidden(MenuEvent event)
public void menuShown(MenuEvent event)
public void widgetArmed(ArmEvent event)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |