Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.externaltools.ExternalToolType

Packages that use ExternalToolType
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 ExternalToolType in oracle.jdeveloper.externaltools
 

Methods in oracle.jdeveloper.externaltools that return ExternalToolType
 ExternalToolType ExternalToolOptionsEnvironment.getType()
          Get the type of tool being created or edited.
 ExternalToolType ExternalToolManager.getType(ExternalTool tool)
          Get the type of the specified external tool
 

Methods in oracle.jdeveloper.externaltools with parameters of type ExternalToolType
abstract  void ExternalToolManager.registerType(ExternalToolType type)
          Register a custom external tool type with the manager.
abstract  void ExternalToolManager.unregisterType(ExternalToolType type)
          Unregister a custom external tool type.
abstract  java.util.Iterator ExternalToolManager.getExternalToolsByType(ExternalToolType type)
          Get all defined external tools of a particular type.
abstract  ExternalTool ExternalToolManager.invokeCreateWizard(java.awt.Component parent, ExternalToolType type)
          Invoke the Define External Tool wizard programmatically.
 

Uses of ExternalToolType in oracle.jdeveloper.externaltools.macro
 

Methods in oracle.jdeveloper.externaltools.macro with parameters of type ExternalToolType
 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.
abstract  MacroPicker MacroRegistry.getPicker(ExternalToolType type, boolean onlyDirectories)
          Get the macro picker UI.
 MacroTextField MacroRegistry.getTextField(ExternalToolType type, boolean onlyDirectories)
          Get a completion-insight enabled text field for this registry.
 boolean MacroExpander.isAvailableForType(ExternalToolType type)
          Should this macro be made available for external tools of the specified type?
 


Extension SDK

 

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