Uses of Class
java.lang.CloneNotSupportedException
Packages that use CloneNotSupportedException
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications. java.lang Provides classes that are fundamental to the design of the Java programming language. java.rmi.server Provides classes and interfaces for supporting the server side of RMI. java.security Provides the classes and interfaces for the security framework. java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). javax.crypto Provides the classes and interfaces for cryptographic operations. javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. javax.swing.tree Provides classes and interfaces for dealing with javax.swing.JTree.
Object DataFlavor.clone()
Returns a clone of this DataFlavor.
protected Object Object.clone()
Creates and returns a copy of this object.
class ServerCloneException
A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
Object UnicastRemoteObject.clone()
Returns a clone of the remote object that is distinct from the original.
Object SignatureSpi.clone()
Returns a clone if the implementation is cloneable.Object Signature.clone()
Returns a clone if the implementation is cloneable.Object MessageDigestSpi.clone()
Returns a clone if the implementation is cloneable.Object MessageDigest.clone()
Returns a clone if the implementation is cloneable.
protected Object AbstractMap.clone()
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
Object MacSpi.clone()
Returns a clone if the implementation is cloneable.Object Mac.clone()
Returns a clone if the provider implementation is cloneable.
protected Object JFormattedTextField.AbstractFormatter.clone()
Clones the AbstractFormatter.Object DefaultListSelectionModel.clone()
Returns a clone of this selection model with the same selection.protected Object AbstractAction.clone()
Clones the abstract action.
Object DefaultFormatter.clone()
Creates a copy of the DefaultFormatter.Object InternationalFormatter.clone()
Creates a copy of the DefaultFormatter.
Object DefaultTreeSelectionModel.clone()
Returns a clone of this object with the same selection.