org.openide.windows 6.24.1

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

TopComponent cloneComponent()
Creates a clone of this component

Returns:
cloned component.

org.openide.windows 6.24.1

Built on April 7 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.