Uses of Interface
org.openide.cookies.CompilerCookie

Packages that use CompilerCookie
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. 
 

Uses of CompilerCookie in org.openide.cookies
 

Subinterfaces of CompilerCookie in org.openide.cookies
static interface CompilerCookie.Build
          A cookie for unconditional compilation.
static interface CompilerCookie.Clean
          A cookie for cleaning before compilation.
static interface CompilerCookie.Compile
          A cookie for conditional compilation.
 

Uses of CompilerCookie in org.openide.loaders
 

Classes in org.openide.loaders that implement CompilerCookie
 class CompilerSupport
          Support for compilation of data objects.
static class CompilerSupport.Build
          Build cookie support.
static class CompilerSupport.Clean
          Clean cookie support.
static class CompilerSupport.Compile
          Compile cookie support.
 



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