Uses of Class
org.openide.ServiceType

Packages that use ServiceType
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of ServiceType in org.openide
 

Methods in org.openide that return ServiceType
 ServiceType ServiceType.createClone()
          Method that creates a cloned instance of this object.
 ServiceType ServiceType.Registry.find(Class clazz)
          Find the service type implemented as a given class.
 ServiceType ServiceType.Registry.find(String name)
          Find a service type of a supplied name in the registry.
 ServiceType ServiceType.Handle.getServiceType()
          Find the service for this handle.
 

Constructors in org.openide with parameters of type ServiceType
ServiceType.Handle(ServiceType ex)
          Create a new handle for an service.
 

Uses of ServiceType in org.openide.compiler
 

Subclasses of ServiceType in org.openide.compiler
 class CompilerType
          Base class defining method for compilation service.
 class ExternalCompilerType
          Compiler type that compiles using ExternalCompiler.
 

Uses of ServiceType in org.openide.debugger
 

Subclasses of ServiceType in org.openide.debugger
 class DebuggerType
          Defines one debugger type.
static class DebuggerType.Default
          Default debugger type.
 

Uses of ServiceType in org.openide.execution
 

Subclasses of ServiceType in org.openide.execution
 class Executor
          Implements the execution of a class.
 class ProcessExecutor
          Executes a class externally (in a separate process).
 class ScriptType
          Base class for scripting interpreters.
 class ThreadExecutor
          Executes a class in a thread in the current VM.
 

Uses of ServiceType in org.openide.modules
 

Methods in org.openide.modules that return ServiceType
 ServiceType ManifestSection.ServiceSection.getServiceType()
          Getter for the default instance of this service type.
 ServiceType ManifestSection.ServiceSection.createServiceType()
          Create a new service type of the specified type.
 

Uses of ServiceType in org.openide.text
 

Subclasses of ServiceType in org.openide.text
 class IndentEngine
          Indentation engine for formating text in documents.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.