Uses of Package
org.openide.compiler

Packages that use org.openide.compiler
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Classes in org.openide.compiler used by org.openide
CompilationEngine
          Provides support for compilation of CompilerJobs; not needed directly by modules.
 

Classes in org.openide.compiler used by org.openide.actions
Compiler.Depth
          Depth of compilation.
CompilerJob
          A compiler job consists of more Compilers with dependencies between each other.
 

Classes in org.openide.compiler used by org.openide.compiler
Compilable
          Basic interface that defines the object that can be compiled.
Compiler
          Implementable object representing one task of compilation.
Compiler.Depth
          Depth of compilation.
CompilerEvent
          Event about a file being compiled.
CompilerGroup
          Cluster of compiler objects that actually runs the compilation.
CompilerGroupException
          Exception thrown from CompilationEngine.createCompilerGroups(java.util.Collection).
CompilerJob
          A compiler job consists of more Compilers with dependencies between each other.
CompilerListener
          Listener for notification of the progress of compilation, and of compilation errors.
CompilerTask
          Represents an asynchronously running compilation task.
CompilerType
          Base class defining method for compilation service.
DependencyException
          Exception created when a set of compilers should be compiled and there is a cyclic dependency between them.
ErrorEvent
          Used to report errors and warnings.
ExternalCompiler
          Compiles (probably Java) sources via an external compiler process.
ExternalCompiler.ErrorExpression
          Encapsulates several properties needed for processing the error output of an external compiler.
ProgressEvent
          Event describing progress made compiling a file.
 

Classes in org.openide.compiler used by org.openide.cookies
Compiler.Depth
          Depth of compilation.
CompilerJob
          A compiler job consists of more Compilers with dependencies between each other.
 

Classes in org.openide.compiler used by org.openide.loaders
Compiler.Depth
          Depth of compilation.
CompilerJob
          A compiler job consists of more Compilers with dependencies between each other.
CompilerType
          Base class defining method for compilation service.
 



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