See: Description
| Interface | Description |
|---|---|
| Browseable |
Marker interface implemented by
Node
classes that represent web documents that are typically browsed
directly in a web browser. |
| BrowseablePath |
Extension of
Browseable interface that allows the Node
to specify a custom browseable path that should be used when
constructing the target URL. |
| BrowseablePaths |
Extension of
Browseable interface that allows the Node
to specify multiple custom browseable paths that should be used
when constructing the target URL. |
| ClientList |
Extension of
BrowseablePaths interface that allows the Node
to specify some clients which are not browseable paths. |
| DatabaseRunHelper | |
| EmbeddedServerExtension |
This interface defines an extension mechanism for JDeveloper's
embedded server.
|
| JStarterFactory |
Marker interface implemented by
StarterFactory classes that know how to
start a Java process. |
| RunProfilerSupport.Provider | |
| SourceFinder |
Interface for searching for source code.
|
| SourceFinderManager |
Interface to be implemented by Source providers
|
| Class | Description |
|---|---|
| ClassMappedRegistry | |
| EmbeddedServerAdmin |
EmbeddedServerAdmin instances are created by JDeveloper for
EmbeddedServerExtension implementations to provide administrative
control for the embedded server.
|
| EmbeddedServerCallback |
Class used by JDeveloper to callback code containing
Node-specific customizations for embedded server behavior.
|
| EmbeddedServerKey |
This class provides a crude mechanism which enforces the fact that
only code from the oracle.jdevimpl.runner.oc4j package can create
instances of oracle.jdeveloper.runner.EmbeddedServerAdmin.
|
| EmbeddedServerOptions |
Design-time embedded server settings.
|
| JavaOptionProvider |
An abstract which allows Java options and program options to be
added to the command line before a Java run process is started.
|
| JRunProcess |
An abstract class that represents a Java process.
|
| JStarter |
A class that represents a way of starting a Java process.
|
| RemoteConnectDialog |
The
RemoteConnectDialog class displays a dialog box
from which the user can specify remote connection parameters. |
| RemoteProcess | |
| RunConfiguration |
The RunConfiguration class specifies details about how a Java
process should be started.
|
| RunConfigurationEditorUtil |
Utility used by various configuration panels to get access to RunConfiguration
|
| RunConfigurations |
Manages the set of RunConfiguration objects for the workspace
|
| RunMgrArb | |
| RunMgrArb_de | |
| RunMgrArb_en | |
| RunMgrArb_es | |
| RunMgrArb_fr | |
| RunMgrArb_it | |
| RunMgrArb_ja | |
| RunMgrArb_ko | |
| RunMgrArb_pt_BR | |
| RunMgrArb_zh_CN | |
| RunMgrArb_zh_TW | |
| RunningProcess |
Represents an actively running process (JRunProcess)
|
| RunProfilerSupport | |
| Source |
The
Source class provides methods for displaying source
files in the code editor or UI designer. |
| Enum | Description |
|---|---|
| JRunProcess.CompilationScope |
JStarter.getCompilationScope() can specify how much to compile before running using these enum values
|
Related Documentation
See Extending JDeveloper Using the Addin API for additional details.