|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.MenuBuildUtils.MenuItemPluginMenuControllerImpl
public static class MenuBuildUtils.MenuItemPluginMenuControllerImpl
This is an implementation of the PluginMenuController interface for use with MenuItemImpl classes - note that this is not intended for use by subclasses of MenuItemImpl (like TableContextMenuItemImpl). The object passed at construction time is the object to be passed when selection listeners and fill listeners are notified.
| Constructor Summary | |
|---|---|
MenuBuildUtils.MenuItemPluginMenuControllerImpl(java.lang.Object[] o)
|
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Listener |
makeSelectionListener(MenuItem menu_item)
This method should create a listener object which should be invoked when the given menu item is selected. |
void |
notifyFillListeners(MenuItem menu_item)
This method will be invoked just before the given menu item is displayed in a menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MenuBuildUtils.MenuItemPluginMenuControllerImpl(java.lang.Object[] o)
| Method Detail |
|---|
public org.eclipse.swt.widgets.Listener makeSelectionListener(MenuItem menu_item)
MenuBuildUtils.PluginMenuController
makeSelectionListener in interface MenuBuildUtils.PluginMenuControllerpublic void notifyFillListeners(MenuItem menu_item)
MenuBuildUtils.PluginMenuController
notifyFillListeners in interface MenuBuildUtils.PluginMenuController
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||