Extension SDK

Package oracle.ide.runner

Contains classes that allow addins some level of control on the IDE runner system.

See:
          Description

Interface Summary
Debugger The Debugger class provides methods that interact with the debugger.
Runner The Runner class provides methods that interact with the runner.
RunProcessListener The RunProcessListener interface allows code to be notification when a SimpleProcess has finished.
StarterFactory An interface that provides a factory for starting a process.
 

Class Summary
RunLogPage The RunLogPage class is the LogPage used for a running process.
RunProcess An abstract class that represents a process that can be run in some way.
SimpleProcess The SimpleProcess class contains methods to start a process and redirect the process's output to the log window.
Starter A class that represents a way of starting a process.
 

Package oracle.ide.runner Description

Contains classes that allow addins some level of control on the IDE runner system.

Related Documentation

See Extending JDeveloper Using the Addin API for additional details.


Extension SDK

 

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