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

E13403-05

Uses of Class
oracle.ide.externaltools.macro.MacroExpander

Packages that use MacroExpander
oracle.ide.externaltools.macro Contains APIs related to macros that can be expanded when invoking external tools. 
 

Uses of MacroExpander in oracle.ide.externaltools.macro
 

Subclasses of MacroExpander in oracle.ide.externaltools.macro
 class ParameterizedMacro
          A parameterized macro takes one or more parameters that can be used at expansion time.
 

Methods in oracle.ide.externaltools.macro that return MacroExpander
abstract  MacroExpander MacroRegistry.findMacro(java.lang.String moniker)
          Finds the macro with the specified moniker (name).
 MacroExpander MacroPicker.getSelectedMacro()
          Get the selected macro.
 MacroExpander MacroPicker.runDialog(java.awt.Component parent)
          Utility to run the macro picker in a dialog.
 

Methods in oracle.ide.externaltools.macro that return types with arguments of type MacroExpander
abstract  java.util.Collection<MacroExpander> MacroRegistry.getMacros()
          Get all registered macros.
 java.util.Iterator<MacroExpander> MacroRegistry.iterator()
          Deprecated. since 11.0. use getMacros().iterator().
 

Methods in oracle.ide.externaltools.macro with parameters of type MacroExpander
abstract  void MacroRegistry.deregister(MacroExpander expander)
          Deprecated. since 11.0. No replacement.
abstract  void MacroRegistry.register(MacroExpander expander)
          Deprecated. since 11.0. Register macros using the <externaltools> section of the extension manifest.
 


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.