Class GraphTransferable

All Implemented Interfaces:
ClipboardOwner, Transferable, Serializable, UIResource

public class GraphTransferable extends BasicGraphTransferable implements Serializable, ClipboardOwner
An object that represents the clipboard contents for a graph selection. The object has three representations:

1. Richer: The cells, view attributes and connections for this selection are stored as separate datastructures, which can be inserted using the GraphModel.insert() method. 2. HTML: If one cell is selected, the userObject is returned as HTML. 3. Plain: The userObject of the selected cell is returned as plain text.

See Also: