Uses of Class
org.openide.text.CloneableEditorSupport

Packages that use CloneableEditorSupport
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of CloneableEditorSupport in org.openide.text
 

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

Methods in org.openide.text that return CloneableEditorSupport
protected  CloneableEditorSupport CloneableEditor.cloneableEditorSupport()
          Gives access to support object under this CloneableEditor.
 CloneableEditorSupport PositionRef.getCloneableEditorSupport()
           
 

Constructors in org.openide.text with parameters of type CloneableEditorSupport
CloneableEditor(CloneableEditorSupport support)
          Creates new editor component associated with support object.
 



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