Uses of Class
org.openide.windows.CloneableOpenSupport

Packages that use CloneableOpenSupport
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 in org.openide.loaders
 

Subclasses of CloneableOpenSupport in org.openide.loaders
 class OpenSupport
          Simple support for an openable file.
 

Methods in org.openide.loaders that return CloneableOpenSupport
 CloneableOpenSupport OpenSupport.Env.findCloneableOpenSupport()
          Method that allows environment to find its cloneable open support.
 

Uses of CloneableOpenSupport in org.openide.text
 

Subclasses of CloneableOpenSupport in org.openide.text
 class CloneableEditorSupport
          Support for associating an editor and a Swing Document.
 class DataEditorSupport
          Support for associating an editor and a Swing Document to a data object.
 class EditorSupport
          Deprecated. Use DataEditorSupport instead
 

Uses of CloneableOpenSupport in org.openide.windows
 

Methods in org.openide.windows that return CloneableOpenSupport
 CloneableOpenSupport CloneableOpenSupport.Env.findCloneableOpenSupport()
          Method that allows environment to find its cloneable open support.
 



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