Uses of Class
org.openide.windows.CloneableTopComponent

Packages that use CloneableTopComponent
org.openide.awt A set of utility classes pertaining to the visual appearance 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 CloneableTopComponent in org.openide.awt
 

Subclasses of CloneableTopComponent in org.openide.awt
static class HtmlBrowser.BrowserComponent
           
 

Methods in org.openide.awt that return CloneableTopComponent
protected  CloneableTopComponent HtmlBrowser.BrowserComponent.createClonedObject()
           
 

Uses of CloneableTopComponent in org.openide.text
 

Subclasses of CloneableTopComponent in org.openide.text
 class CloneableEditor
          Cloneable top component to hold the editor kit.
static class EditorSupport.Editor
          Deprecated. Cloneable top component to hold the editor kit.
 

Methods in org.openide.text that return CloneableTopComponent
protected  CloneableTopComponent CloneableEditorSupport.createCloneableTopComponent()
           
protected  CloneableTopComponent EditorSupport.createCloneableTopComponent()
          Deprecated.  
protected  CloneableTopComponent CloneableEditor.createClonedObject()
           
 

Uses of CloneableTopComponent in org.openide.windows
 

Methods in org.openide.windows that return CloneableTopComponent
 CloneableTopComponent CloneableTopComponent.cloneTopComponent()
          Clone the top component and register the clone.
protected  CloneableTopComponent CloneableTopComponent.createClonedObject()
          Called from clone() to actually create a new component from this one.
protected  CloneableTopComponent CloneableOpenSupport.openCloneableTopComponent()
          Simply open for an editor.
protected abstract  CloneableTopComponent CloneableOpenSupport.createCloneableTopComponent()
          A method to create a new component.
 CloneableTopComponent CloneableTopComponent.Ref.getAnyComponent()
          Retrieve an arbitrary component from the set.
 



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