|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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.tree | Provides classes and interfaces for dealing with java.awt.swing.JTree. |
Uses of CloneNotSupportedException in java.awt.datatransfer |
Methods in java.awt.datatransfer that throw CloneNotSupportedException | |
Object |
DataFlavor.clone()
|
Uses of CloneNotSupportedException in java.lang |
Methods in java.lang that throw CloneNotSupportedException | |
protected Object |
Object.clone()
Creates and returns a copy of this object. |
Uses of CloneNotSupportedException in java.rmi.server |
Subclasses of CloneNotSupportedException in java.rmi.server | |
interface |
ServerCloneException
A ServerCloneException is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject . |
Methods in java.rmi.server that throw CloneNotSupportedException | |
Object |
UnicastRemoteObject.clone()
Returns a clone of the remote object that is distinct from the original. |
Uses of CloneNotSupportedException in java.security |
Methods in java.security that throw CloneNotSupportedException | |
Object |
MessageDigestSpi.clone()
Returns a clone if the implementation is cloneable. |
Object |
MessageDigest.clone()
Returns a clone if the implementation is cloneable. |
Object |
SignatureSpi.clone()
Returns a clone if the implementation is cloneable. |
Object |
Signature.clone()
Returns a clone if the implementation is cloneable. |
Uses of CloneNotSupportedException in javax.swing |
Methods in javax.swing that throw CloneNotSupportedException | |
Object |
DefaultListSelectionModel.clone()
Returns a clone of the reciever with the same selection. |
protected Object |
AbstractAction.clone()
Clone the abstract action. |
Uses of CloneNotSupportedException in javax.swing.tree |
Methods in javax.swing.tree that throw CloneNotSupportedException | |
Object |
DefaultTreeSelectionModel.clone()
Returns a clone of the reciever with the same selection. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |