Uses of Interface
org.openide.windows.CloneableOpenSupport.Env

Packages that use CloneableOpenSupport.Env
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Uses of CloneableOpenSupport.Env in org.openide.loaders
 

Classes in org.openide.loaders that implement CloneableOpenSupport.Env
static class OpenSupport.Env
          Environment that connects the support together with DataObject.
 

Uses of CloneableOpenSupport.Env in org.openide.text
 

Subinterfaces of CloneableOpenSupport.Env in org.openide.text
static interface CloneableEditorSupport.Env
          Interface for providing data for the support and also locking the source of data.
 

Classes in org.openide.text that implement CloneableOpenSupport.Env
static class DataEditorSupport.Env
          Environment that connects the data object and the CloneableEditorSupport.
 

Uses of CloneableOpenSupport.Env in org.openide.windows
 

Fields in org.openide.windows declared as CloneableOpenSupport.Env
protected  CloneableOpenSupport.Env CloneableOpenSupport.env
          the environment that provides connection to outside world
 

Constructors in org.openide.windows with parameters of type CloneableOpenSupport.Env
CloneableOpenSupport(CloneableOpenSupport.Env env)
          New support for a given environment.
 



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