Uses of Class
org.openide.compiler.CompilerType

Packages that use CompilerType
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of CompilerType in org.openide.compiler
 

Subclasses of CompilerType in org.openide.compiler
 class ExternalCompilerType
          Compiler type that compiles using ExternalCompiler.
 

Methods in org.openide.compiler that return CompilerType
static CompilerType CompilerType.find(Class clazz)
          Find the compiler type implemented as a given class, among the services registered to the system.
static CompilerType CompilerType.find(String name)
          Find the compiler with requested name, among the services registered to the system.
static CompilerType CompilerType.getDefault()
          Gets the default compiler type in the system.
 

Uses of CompilerType in org.openide.loaders
 

Methods in org.openide.loaders that return CompilerType
protected  CompilerType CompilerSupport.defaultCompilerType()
          Allows subclasses to override the default compiler that should be used for this support.
static CompilerType CompilerSupport.getCompilerType(MultiDataObject.Entry entry)
          Get compiler manager associated with a given file.
 

Methods in org.openide.loaders with parameters of type CompilerType
static void CompilerSupport.setCompilerType(MultiDataObject.Entry entry, CompilerType man)
          Set compiler manager for a given file.
 



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.