Uses of Package
org.openide.cookies

Packages that use org.openide.cookies
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.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. 
org.openide.src.nodes Source elements can be represented by default element nodes
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Classes in org.openide.cookies used by org.openide
ProjectCookie
          A cookie that provides project manipulation functionality.
 

Classes in org.openide.cookies used by org.openide.actions
InstanceCookie
          Cookie that should be provided by all nodes that are able to create a "instance".
 

Classes in org.openide.cookies used by org.openide.cookies
CompilerCookie
          Provides ability for an object to be compiled.
ConnectionCookie.Event
          Event that is fired to listeners.
ConnectionCookie.Type
          Interface describing cookie type of event a cookie can produce.
EditorCookie
          Cookie defining standard operations with a text document and an editor that can display it.
InstanceCookie
          Cookie that should be provided by all nodes that are able to create a "instance".
LineCookie
          Cookie for data objects that want to provide support for accessing lines in a document.
SourceCookie
          A cookie for obtaining a source hierarchy from data objects.
 

Classes in org.openide.cookies used by org.openide.loaders
ArgumentsCookie
          Provides ability for a data object or node to be passed runtime arguments.
CompilerCookie
          Provides ability for an object to be compiled.
CompilerCookie.Build
          A cookie for unconditional compilation.
CompilerCookie.Clean
          A cookie for cleaning before compilation.
CompilerCookie.Compile
          A cookie for conditional compilation.
ConnectionCookie
          Cookie that allows connection between two objects.
ConnectionCookie.Event
          Event that is fired to listeners.
ConnectionCookie.Type
          Interface describing cookie type of event a cookie can produce.
DebuggerCookie
          Cookie for debugger.
EditorCookie
          Cookie defining standard operations with a text document and an editor that can display it.
ExecCookie
          Cookie for objects which may be executed.
InstanceCookie
          Cookie that should be provided by all nodes that are able to create a "instance".
InstanceCookie.Of
          Enhanced cookie that can answer queries about the type of the instance it creates.
InstanceCookie.Origin
          Enhanced instance cookie that also knows the file it was created from and can be serialized back to.
 

Classes in org.openide.cookies used by org.openide.src.nodes
FilterCookie
          Cookie for node groups which can somehow be filtered.
 

Classes in org.openide.cookies used by org.openide.text
CloseCookie
          Permits an object which was opened to be closed.
EditorCookie
          Cookie defining standard operations with a text document and an editor that can display it.
LineCookie
          Cookie for data objects that want to provide support for accessing lines in a document.
OpenCookie
          Cookie for opening an object.
PrintCookie
          Cookie permitting an object to be printed.
 



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