Uses of Interface
org.openide.cookies.InstanceCookie

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

Uses of InstanceCookie in org.openide.actions
 

Methods in org.openide.actions with parameters of type InstanceCookie
static void CustomizeBeanAction.customize(InstanceCookie cookie)
          Customize a Bean.
 

Uses of InstanceCookie in org.openide.cookies
 

Subinterfaces of InstanceCookie in org.openide.cookies
static interface InstanceCookie.Origin
          Enhanced instance cookie that also knows the file it was created from and can be serialized back to.
 

Uses of InstanceCookie in org.openide.loaders
 

Classes in org.openide.loaders that implement InstanceCookie
 class FolderInstance
          Support class for creation of an object from the content of a folder.
 class InstanceDataObject
          A data object whose only purpose is to supply InstanceCookie.
 class InstanceSupport
          An instance cookie implementation that works with files or entries.
static class InstanceSupport.Instance
          Trivial supporting instance cookie for already-existing objects.
static class InstanceSupport.Origin
          Enhanced instance cookie support that also knows the file it has been created from and can be serialized back to.
 

Methods in org.openide.loaders that return InstanceCookie
protected  InstanceCookie FolderInstance.acceptDataObject(DataObject dob)
          Allows subclasses to decide whether they want to work with the specified DataObject or not.
protected  InstanceCookie FolderInstance.acceptCookie(InstanceCookie cookie)
          Allows subclasses to decide whether they want to work with the specified InstanceCookie or not.
protected  InstanceCookie FolderInstance.acceptFolder(DataFolder df)
          Allows subclasses to decide how they want to work with a provided folder.
 

Methods in org.openide.loaders with parameters of type InstanceCookie
static HelpCtx InstanceSupport.findHelp(InstanceCookie instance)
          Find context help for some instance.
protected  InstanceCookie FolderInstance.acceptCookie(InstanceCookie cookie)
          Allows subclasses to decide whether they want to work with the specified InstanceCookie or not.
protected abstract  Object FolderInstance.createInstance(InstanceCookie[] cookies)
          Notifies subclasses that the set of cookies for this folder has changed.
protected  Object FolderInstance.instanceForCookie(DataObject obj, InstanceCookie cookie)
          Method that is called when a the folder instance really wants to create an object from provided cookie.
 



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