Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.externaltools.ExternalTool

Packages that use ExternalTool
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. 
 

Uses of ExternalTool in oracle.jdeveloper.externaltools
 

Methods in oracle.jdeveloper.externaltools that return ExternalTool
 ExternalTool ExternalToolType.createExternalTool()
          Create an external tool of this type.
 ExternalTool ExternalToolOptionsEnvironment.getTool()
          Get the external tool being created or edited.
abstract  ExternalTool ExternalToolManager.invokeCreateWizard(java.awt.Component parent, ExternalToolType type)
          Invoke the Define External Tool wizard programmatically.
 

Methods in oracle.jdeveloper.externaltools with parameters of type ExternalTool
 java.net.URL ExternalToolType.getDefaultIconURL(ExternalTool tool)
          Get the default icon URL to use for the specified external tool of this type.
 void ExternalToolOptionsPage.saveOptions(ExternalTool tool, boolean isCreateMode)
          The options page should save the contents of the UI into the specified ExternalTool object.
 void ExternalToolOptionsPage.loadOptions(ExternalTool tool, boolean isCreateMode)
          The options page should populate the UI from the specified ExternalTool object.
protected  void ExternalTool.copyToImpl(ExternalTool copy)
          Use this method when implementing the oracle.ide.util.Copyable interface.
abstract  void ExternalToolManager.addExternalTool(ExternalTool tool)
          Programmatically add an external tool.
abstract  void ExternalToolManager.removeExternalTool(ExternalTool tool)
          Remove an existing external tool.
abstract  boolean ExternalToolManager.invokeEditDialog(java.awt.Component parent, ExternalTool tool)
          Invoke the Edit External Tool dialog programmatically.
 ExternalToolType ExternalToolManager.getType(ExternalTool tool)
          Get the type of the specified external tool
 


Extension SDK

 

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