org.openide.windows
Interface TopComponent.Cloneable

All Known Implementing Classes:
CloneableTopComponent
Enclosing class:
TopComponent

public static interface TopComponent.Cloneable

Each top component that wishes to be cloned should implement this interface, so CloneAction can check it and call the cloneComponent method.


Method Summary
 TopComponent cloneComponent()
          Creates a clone of this component
 

Method Detail

cloneComponent

public TopComponent cloneComponent()
Creates a clone of this component
Returns:
cloned component.


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