:: com :: sun :: star :: util ::

interface XCloneable
Description
makes it possible to create a copy of the object which supports this interface.

Methods' Summary
createClone creates a copy of the object.  
Methods' Details
createClone
XCloneable
createClone();

Description
creates a copy of the object.
Top of Page