Extension SDK 10.1.2

Uses of Class
oracle.jdeveloper.externaltools.macro.MacroRegistry

Packages that use MacroRegistry
oracle.jdeveloper.externaltools Contains interfaces and classes that allow the support for external tools in the JDeveloper IDE to be invoked, manipulated and extended by extensions. 
oracle.jdeveloper.externaltools.macro Contains APIs related to macros that can be expanded when invoking external tools. 
 

Uses of MacroRegistry in oracle.jdeveloper.externaltools
 

Methods in oracle.jdeveloper.externaltools that return MacroRegistry
 MacroRegistry ExternalToolOptionsEnvironment.getMacroRegistry()
          Get the macro registry.
abstract  MacroRegistry ExternalToolManager.getMacroRegistry()
          Get the macro registry.
 

Uses of MacroRegistry in oracle.jdeveloper.externaltools.macro
 

Methods in oracle.jdeveloper.externaltools.macro with parameters of type MacroRegistry
 void MacroTextField.configure(MacroRegistry registry, ExternalToolType type, boolean onlyDirectories)
          Configure this macro text field to use the specified registry, external tool type, and whether to only show directories.
 


Extension SDK

 

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