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.
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.