|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdevimpl.esdk.migration.MigrationContextMenuListener
public final class MigrationContextMenuListener
Context menu listener for migration tools.
| Constructor Summary | |
|---|---|
MigrationContextMenuListener()
|
|
| Method Summary | |
|---|---|
boolean |
handleDefaultAction(Context context)
Called when the user double clicks on an item that has a context menu. |
void |
menuWillHide(ContextMenu contextMenu)
This method is called just before a showing context menu is dismissed. |
void |
menuWillShow(ContextMenu popup)
Called just before the context menu is shown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MigrationContextMenuListener()
| Method Detail |
|---|
public void menuWillShow(ContextMenu popup)
ContextMenuListener
menuWillShow in interface ContextMenuListenerpopup - the context menu being shownpublic void menuWillHide(ContextMenu contextMenu)
ContextMenuListenerContextMenuListener.menuWillShow(oracle.ide.controller.ContextMenu), since the IDE takes care of that
automatically.
menuWillHide in interface ContextMenuListenercontextMenu - the context menu being hiddenpublic boolean handleDefaultAction(Context context)
ContextMenuListenertrue; otherwise it must return
false. Processing of handleDefaultAction
stops on the first return of true.
handleDefaultAction in interface ContextMenuListenercontext - the context on which the default action needs
to occur.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||