Extension SDK 10.1.2

Uses of Class
oracle.ide.util.MenuSpec

Packages that use MenuSpec
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.cm.dt.addin Contains base implementations of addin interfaces. 
 

Uses of MenuSpec in oracle.ide.addin
 

Methods in oracle.ide.addin that return MenuSpec
 MenuSpec Wizard.getMenuSpecification()
          Provides the menu specification used by this Wizard.
 

Uses of MenuSpec in oracle.ide.editor
 

Methods in oracle.ide.editor that return MenuSpec
 MenuSpec EditorAddin.getMenuSpecification()
          Gets the menu specification of this Addin.
 

Uses of MenuSpec in oracle.ide.gallery
 

Methods in oracle.ide.gallery that return MenuSpec
 MenuSpec AbstractGalleryWizard.getMenuSpecification()
           
 

Uses of MenuSpec in oracle.jdeveloper.ceditor
 

Methods in oracle.jdeveloper.ceditor that return MenuSpec
 MenuSpec CodeEditorAddin.getMenuSpecification()
          Gets the menu specification for the editor.
 

Uses of MenuSpec in oracle.jdeveloper.cm.dt.addin
 

Methods in oracle.jdeveloper.cm.dt.addin that return MenuSpec
abstract  MenuSpec AbstractConnectionEditorWizard.getMenuSpecification()
           
 MenuSpec AbstractConnectionEditorAddin.getMenuSpecification()
           
 


Extension SDK

 

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