Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Uses of Interface
oracle.ide.controller.ContextMenuListener

Packages that use ContextMenuListener
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.controller   
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.vcs Contains application-level interfaces to the version control sub-system. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.uieditor.uicanvas Contains classes that allow addins access to the UICanvas integration objects. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdevimpl.audit.log   
oracle.jdevimpl.bookmarks   
oracle.jdevimpl.esdk.migration   
 

Uses of ContextMenuListener in oracle.ide.ceditor
 

Classes in oracle.ide.ceditor that implement ContextMenuListener
 class CodeEditorController
          The CodeEditorController is the controller for the CodeEditor Addin.
 

Uses of ContextMenuListener in oracle.ide.controller
 

Methods in oracle.ide.controller that return ContextMenuListener
 ContextMenuListener ContextMenuListenersHook.getListener(java.lang.String siteId)
          Returns the declarative context menu listener for the specified site.
 

Methods in oracle.ide.controller that return types with arguments of type ContextMenuListener
 java.util.List<Pair<java.lang.Class,ContextMenuListener>> ContextMenu.getContextMenuListeners()
          Returns a list of ContextMenuListener registered with this ContextMenu.
 

Methods in oracle.ide.controller with parameters of type ContextMenuListener
 void ContextMenu.addContextMenuListener(ContextMenuListener l)
          Adds a context menu listener.
 void ContextMenu.addContextMenuListener(ContextMenuListener l, java.lang.Class cls)
          Adds a ContextMenuListener that is called when the type of the data represented by the current Context is assignable to a variable whose type is of the specified Class.
 void ContextMenu.removeContextMenuListener(ContextMenuListener l)
          Removes a context menu listener.
 

Uses of ContextMenuListener in oracle.ide.navigator
 

Methods in oracle.ide.navigator with parameters of type ContextMenuListener
abstract  void NavigatorManager.addContextMenuListener(ContextMenuListener l, java.lang.Class cls)
          Adds a context menu listener to all NavigatorWindows.
abstract  void NavigatorManager.removeContextMenuListener(ContextMenuListener l)
          Remove the specified ContextMenuListener.
 

Uses of ContextMenuListener in oracle.ide.vcs
 

Methods in oracle.ide.vcs that return ContextMenuListener
abstract  ContextMenuListener[] VCSManager.getContextMenuListeners()
          Gets the list of context menu listeners currently registered against the the VCSManager.
 

Uses of ContextMenuListener in oracle.jdeveloper.uieditor
 

Classes in oracle.jdeveloper.uieditor that implement ContextMenuListener
 class AbstractCanvas
          AbstractCanvas provides an implementation of UIEditorCanvas based upon Explorer which provides a default implementation for all UIEditorCanvas behavior.
 

Uses of ContextMenuListener in oracle.jdeveloper.uieditor.uicanvas
 

Classes in oracle.jdeveloper.uieditor.uicanvas that implement ContextMenuListener
 class UICanvas
          UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
 

Uses of ContextMenuListener in oracle.jdeveloper.vcs.changelist
 

Classes in oracle.jdeveloper.vcs.changelist that implement ContextMenuListener
 class ChangeListContextMenuListener
          Context menu listener class for a ChangeList.
 

Uses of ContextMenuListener in oracle.jdeveloper.vcs.changeset
 

Classes in oracle.jdeveloper.vcs.changeset that implement ContextMenuListener
static class ChangeSetChangeList.ChangeSetContextMenuListener
           
 

Uses of ContextMenuListener in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement ContextMenuListener
 class VCSContextMenuListener
          Utility listener class for handling context menu events.
 

Uses of ContextMenuListener in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util that return ContextMenuListener
static ContextMenuListener VCSDefaultUtils.createContextMenuListener(java.awt.Component child, URLFilter filter, java.lang.String vcsId)
          Creates a context menu listener for adding the given menu child.
 

Methods in oracle.jdeveloper.vcs.util with parameters of type ContextMenuListener
static void VCSMenuUtils.installContextMenuListener(ContextMenuListener listener)
          Install the specified context menu listener.
static void VCSMenuUtils.uninstallContextMenuListener(ContextMenuListener listener)
          Uninstalls the specified context menu listener.
 

Uses of ContextMenuListener in oracle.jdevimpl.audit.log
 

Classes in oracle.jdevimpl.audit.log that implement ContextMenuListener
 class AuditLogPanel
          The UI component for the Audit log page.
 

Uses of ContextMenuListener in oracle.jdevimpl.bookmarks
 

Classes in oracle.jdevimpl.bookmarks that implement ContextMenuListener
 class BookmarkAddin
          The BookmarkAddin is the Addin implementation and Controller implementation for the bookmark support.
 class BookmarkDockable
           
 class BookmarkPanel
           
 

Uses of ContextMenuListener in oracle.jdevimpl.esdk.migration
 

Classes in oracle.jdevimpl.esdk.migration that implement ContextMenuListener
 class MigrationContextMenuListener
          Context menu listener for migration tools.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.